| 
    Zephyr Project API
    3.4.0
    
   A Scalable Open Source RTOS 
   | 
 
Go to the source code of this file.
Data Structures | |
| struct | fd_op_vtable | 
Enumerations | |
| enum | {  ZFD_IOCTL_FSYNC = 0x100 , ZFD_IOCTL_LSEEK , ZFD_IOCTL_POLL_PREPARE , ZFD_IOCTL_POLL_UPDATE , ZFD_IOCTL_POLL_OFFLOAD , ZFD_IOCTL_SET_LOCK }  | 
| anonymous enum | 
Request codes for fd_op_vtable.ioctl().
Note that these codes are internal Zephyr numbers, for internal Zephyr operations (and subject to change without notice, not part of "stable ABI"). These are however expected to co-exist with "well-known" POSIX/Linux ioctl numbers, and not clash with them.
| Enumerator | |
|---|---|
| ZFD_IOCTL_FSYNC | |
| ZFD_IOCTL_LSEEK | |
| ZFD_IOCTL_POLL_PREPARE | |
| ZFD_IOCTL_POLL_UPDATE | |
| ZFD_IOCTL_POLL_OFFLOAD | |
| ZFD_IOCTL_SET_LOCK | |