| 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 337 of file sysproto_posix.h.
| long fcntl_args::arg | 
Definition at line 345 of file sysproto_posix.h.
| char fcntl_args::arg_l_[0] | 
Definition at line 344 of file sysproto_posix.h.
| char fcntl_args::arg_r_[(sizeof(register_t)<=sizeof(long) ? 0 :sizeof(register_t) - sizeof(long))] | 
Definition at line 346 of file sysproto_posix.h.
| int fcntl_args::cmd | 
Definition at line 342 of file sysproto_posix.h.
| char fcntl_args::cmd_l_[0] | 
Definition at line 341 of file sysproto_posix.h.
| char fcntl_args::cmd_r_[(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))] | 
Definition at line 343 of file sysproto_posix.h.
| int fcntl_args::fd | 
Definition at line 339 of file sysproto_posix.h.
| char fcntl_args::fd_l_[0] | 
Definition at line 338 of file sysproto_posix.h.
| char fcntl_args::fd_r_[(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))] | 
Definition at line 340 of file sysproto_posix.h.