UbixOS
2.0
|
#include <sysproto_posix.h>
Data Fields | |
struct rlimit * | rlp |
char | rlp_l_ [0] |
char | rlp_r_ [(sizeof(register_t)<=sizeof(struct rlimit *) ? 0 :sizeof(register_t) - sizeof(struct rlimit *))] |
u_int | which |
char | which_l_ [0] |
char | which_r_ [(sizeof(register_t)<=sizeof(u_int) ? 0 :sizeof(register_t) - sizeof(u_int))] |
Definition at line 787 of file sysproto_posix.h.
struct rlimit* sys_getrlimit_args::rlp |
Definition at line 792 of file sysproto_posix.h.
Referenced by sys_getrlimit().
char sys_getrlimit_args::rlp_l_[0] |
Definition at line 791 of file sysproto_posix.h.
char sys_getrlimit_args::rlp_r_[(sizeof(register_t)<=sizeof(struct rlimit *) ? 0 :sizeof(register_t) - sizeof(struct rlimit *))] |
Definition at line 793 of file sysproto_posix.h.
u_int sys_getrlimit_args::which |
Definition at line 789 of file sysproto_posix.h.
Referenced by sys_getrlimit().
char sys_getrlimit_args::which_l_[0] |
Definition at line 788 of file sysproto_posix.h.
char sys_getrlimit_args::which_r_[(sizeof(register_t)<=sizeof(u_int) ? 0 :sizeof(register_t) - sizeof(u_int))] |
Definition at line 790 of file sysproto_posix.h.