| UbixOS
    2.0
    | 
#include <sysproto_posix.h>

| Data Fields | |
| long | arg | 
| char | arg_l_ [0] | 
| char | arg_r_ [(sizeof(register_t)<=sizeof(long) ? 0 :sizeof(register_t) - sizeof(long))] | 
| int | cmd | 
| char | cmd_l_ [0] | 
| char | cmd_r_ [(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))] | 
| int | fd | 
| char | fd_l_ [0] | 
| char | fd_r_ [(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))] | 
Definition at line 252 of file sysproto_posix.h.
| long sys_fcntl_args::arg | 
Definition at line 260 of file sysproto_posix.h.
Referenced by fcntl().
| char sys_fcntl_args::arg_l_[0] | 
Definition at line 259 of file sysproto_posix.h.
| char sys_fcntl_args::arg_r_[(sizeof(register_t)<=sizeof(long) ? 0 :sizeof(register_t) - sizeof(long))] | 
Definition at line 261 of file sysproto_posix.h.
| int sys_fcntl_args::cmd | 
Definition at line 257 of file sysproto_posix.h.
Referenced by fcntl().
| char sys_fcntl_args::cmd_l_[0] | 
Definition at line 256 of file sysproto_posix.h.
| char sys_fcntl_args::cmd_r_[(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))] | 
Definition at line 258 of file sysproto_posix.h.
| int sys_fcntl_args::fd | 
Definition at line 254 of file sysproto_posix.h.
Referenced by fcntl().
| char sys_fcntl_args::fd_l_[0] | 
Definition at line 253 of file sysproto_posix.h.
| char sys_fcntl_args::fd_r_[(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))] | 
Definition at line 255 of file sysproto_posix.h.