| UbixOS
    2.0
    | 
#include <sysproto_posix.h>

| Data Fields | |
| int | flags | 
| char | flags_l_ [0] | 
| char | flags_r_ [(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))] | 
| char * | path | 
| char | path_l_ [0] | 
| char | path_r_ [(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))] | 
Definition at line 278 of file sysproto_posix.h.
| int access_args::flags | 
Definition at line 283 of file sysproto_posix.h.
| char access_args::flags_l_[0] | 
Definition at line 282 of file sysproto_posix.h.
| char access_args::flags_r_[(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))] | 
Definition at line 284 of file sysproto_posix.h.
| char* access_args::path | 
Definition at line 280 of file sysproto_posix.h.
Referenced by access().
| char access_args::path_l_[0] | 
Definition at line 279 of file sysproto_posix.h.
| char access_args::path_r_[(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))] | 
Definition at line 281 of file sysproto_posix.h.