|
nckernel
0.1
|
|
Macros | |
| #define | I_FINIDEV 0x08 |
| #define | I_GETDEV 0x02 |
| #define | I_GETINFO 0x10 |
| #define | I_INITDEV 0x04 |
| #define | I_SETDEV 0x01 |
Functions | |
| int | ioctl (int fildes, int request,...) |
| IO Control. More... | |
| #define I_GETINFO 0x10 |
Definition at line 14 of file stropts.h.
Referenced by fdc_ioctl().
| int ioctl | ( | int | fildes, |
| int | request, | ||
| ... | |||
| ) |
IO Control.
| [in] | fildes | File descriptor |
| [in] | request | 제어 종류 |
| [in] | ... | 가변 인자 |
Definition at line 155 of file open.c.
References file::ctx, EFAULT, EINVAL, EPERM, thread::file_ctx, ninfo_ops::ioctl, entry::nctx, entry::ninfo, ninfo::nops, pthread_self(), thread_file_ctx::table, va_end, and va_start.

1.8.4