| UbixOS
    2.0
    | 
#include <sysproto_posix.h>

| Data Fields | |
| struct stat * | buf | 
| char | buf_l_ [0] | 
| char | buf_r_ [(sizeof(register_t)<=sizeof(struct stat *) ? 0 :sizeof(register_t) - sizeof(struct stat *))] | 
| int | fd | 
| char | fd_l_ [0] | 
| char | fd_r_ [(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))] | 
| int | flag | 
| char | flag_l_ [0] | 
| char | flag_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 605 of file sysproto_posix.h.
| struct stat* sys_fstatat_args::buf | 
Definition at line 613 of file sysproto_posix.h.
Referenced by sys_fstatat().
| char sys_fstatat_args::buf_l_[0] | 
Definition at line 612 of file sysproto_posix.h.
| char sys_fstatat_args::buf_r_[(sizeof(register_t)<=sizeof(struct stat *) ? 0 :sizeof(register_t) - sizeof(struct stat *))] | 
Definition at line 614 of file sysproto_posix.h.
| int sys_fstatat_args::fd | 
Definition at line 607 of file sysproto_posix.h.
Referenced by sys_fstatat().
| char sys_fstatat_args::fd_l_[0] | 
Definition at line 606 of file sysproto_posix.h.
| char sys_fstatat_args::fd_r_[(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))] | 
Definition at line 608 of file sysproto_posix.h.
| int sys_fstatat_args::flag | 
Definition at line 616 of file sysproto_posix.h.
| char sys_fstatat_args::flag_l_[0] | 
Definition at line 615 of file sysproto_posix.h.
| char sys_fstatat_args::flag_r_[(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))] | 
Definition at line 617 of file sysproto_posix.h.
| char* sys_fstatat_args::path | 
Definition at line 610 of file sysproto_posix.h.
Referenced by sys_fstatat().
| char sys_fstatat_args::path_l_[0] | 
Definition at line 609 of file sysproto_posix.h.
| char sys_fstatat_args::path_r_[(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))] | 
Definition at line 611 of file sysproto_posix.h.