| 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 798 of file sysproto_posix.h.
| struct rlimit* sys_setrlimit_args::rlp | 
Definition at line 803 of file sysproto_posix.h.
Referenced by sys_setrlimit().
| char sys_setrlimit_args::rlp_l_[0] | 
Definition at line 802 of file sysproto_posix.h.
| char sys_setrlimit_args::rlp_r_[(sizeof(register_t)<=sizeof(struct rlimit *) ? 0 :sizeof(register_t) - sizeof(struct rlimit *))] | 
Definition at line 804 of file sysproto_posix.h.
| u_int sys_setrlimit_args::which | 
Definition at line 800 of file sysproto_posix.h.
Referenced by sys_setrlimit().
| char sys_setrlimit_args::which_l_[0] | 
Definition at line 799 of file sysproto_posix.h.
| char sys_setrlimit_args::which_r_[(sizeof(register_t)<=sizeof(u_int) ? 0 :sizeof(register_t) - sizeof(u_int))] | 
Definition at line 801 of file sysproto_posix.h.