|
MentOS
0.8.0
The Mentoring Operating System
|
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... | |
| 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. |