MentOS
0.8.0
The Mentoring Operating System
|
Input/Output ConTroL (IOCTL) functions. More...
Go to the source code of this file.
Functions | |
int | ioctl (int fd, unsigned long int request, void *data) |
Perform the I/O control operation specified by REQUEST on FD. One argument may follow; its presence and type depend on REQUEST. More... | |
Input/Output ConTroL (IOCTL) functions.
int ioctl | ( | int | fd, |
unsigned long int | request, | ||
void * | data | ||
) |
Perform the I/O control operation specified by REQUEST on FD. One argument may follow; its presence and type depend on REQUEST.
fd | Must be an open file descriptor. |
request | The device-dependent request code |
data | An untyped pointer to memory. |