UbixOS
2.0
|
#include <sysproto_posix.h>
Data Fields | |
struct statfs * | buf |
char | buf_l_ [0] |
char | buf_r_ [(sizeof(register_t)<=sizeof(struct statfs *) ? 0 :sizeof(register_t) - sizeof(struct statfs *))] |
int | fd |
char | fd_l_ [0] |
char | fd_r_ [(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))] |
Definition at line 287 of file sysproto_posix.h.
struct statfs* sys_fstatfs_args::buf |
Definition at line 292 of file sysproto_posix.h.
Referenced by sys_fstatfs().
char sys_fstatfs_args::buf_l_[0] |
Definition at line 291 of file sysproto_posix.h.
char sys_fstatfs_args::buf_r_[(sizeof(register_t)<=sizeof(struct statfs *) ? 0 :sizeof(register_t) - sizeof(struct statfs *))] |
Definition at line 293 of file sysproto_posix.h.
int sys_fstatfs_args::fd |
Definition at line 289 of file sysproto_posix.h.
Referenced by sys_fstatfs().
char sys_fstatfs_args::fd_l_[0] |
Definition at line 288 of file sysproto_posix.h.
char sys_fstatfs_args::fd_r_[(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))] |
Definition at line 290 of file sysproto_posix.h.