Sets alarm volume.
#include <sys/inputdd.h>int ioctl (FileDescriptor, KSVOLUME, Arg)
int FileDescriptor;
uint * Arg;
The KSVOLUME ioctl subroutine call sets the alarm volume.
When keyboard diagnostics are enabled, the KSVOLUME ioctl subroutine call fails and sets the errno global variable to a value of EBUSY.
Item | Description |
---|---|
FileDescriptor | Specifies the open file descriptor for the keyboard. |
Arg | Specifies an integer that contains one of the following values:
|