MentOS
0.8.0
The Mentoring Operating System
|
Declares device controlling operations. More...
Go to the source code of this file.
Functions | |
int | sys_ioctl (int fd, int request, void *data) |
Manipulates the underlying device parameters of special files, or operating characteristics of character special files (e.g., terminals). More... | |
Declares device controlling operations.
int sys_ioctl | ( | int | fd, |
int | request, | ||
void * | data | ||
) |
Manipulates the underlying device parameters of special files, or operating characteristics of character special files (e.g., terminals).
fd | Must be an open file descriptor. |
request | The device-dependent request code |
data | An untyped pointer to memory. |