|
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 *))] |
| char * | path |
| char | path_l_ [0] |
| char | path_r_ [(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))] |
Definition at line 596 of file sysproto_posix.h.
| struct statfs* sys_statfs_args::buf |
Definition at line 601 of file sysproto_posix.h.
Referenced by sys_statfs().
| char sys_statfs_args::buf_l_[0] |
Definition at line 600 of file sysproto_posix.h.
| char sys_statfs_args::buf_r_[(sizeof(register_t)<=sizeof(struct statfs *) ? 0 :sizeof(register_t) - sizeof(struct statfs *))] |
Definition at line 602 of file sysproto_posix.h.
| char* sys_statfs_args::path |
Definition at line 598 of file sysproto_posix.h.
Referenced by sys_statfs().
| char sys_statfs_args::path_l_[0] |
Definition at line 597 of file sysproto_posix.h.
| char sys_statfs_args::path_r_[(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))] |
Definition at line 599 of file sysproto_posix.h.