| UbixOS V2
    2.0
    | 
#include <sysproto_posix.h>

| Data Fields | |
| int | fd | 
| char | fd_l_ [0] | 
| char | fd_r_ [(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))] | 
| struct stat * | sb | 
| char | sb_l_ [0] | 
| char | sb_r_ [(sizeof(register_t)<=sizeof(struct stat *) ? 0 :sizeof(register_t) - sizeof(struct stat *))] | 
Definition at line 467 of file sysproto_posix.h.
| int sys_fstat_args::fd | 
Definition at line 469 of file sysproto_posix.h.
Referenced by fstat(), and sys_fstat().
| char sys_fstat_args::fd_l_[0] | 
Definition at line 468 of file sysproto_posix.h.
| char sys_fstat_args::fd_r_[(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))] | 
Definition at line 470 of file sysproto_posix.h.
| struct stat* sys_fstat_args::sb | 
Definition at line 472 of file sysproto_posix.h.
Referenced by fstat(), and sys_fstat().
| char sys_fstat_args::sb_l_[0] | 
Definition at line 471 of file sysproto_posix.h.
| char sys_fstat_args::sb_r_[(sizeof(register_t)<=sizeof(struct stat *) ? 0 :sizeof(register_t) - sizeof(struct stat *))] | 
Definition at line 473 of file sysproto_posix.h.