Home
last modified time | relevance | path

Searched defs:__getrlimit_args (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_resource.c782 struct __getrlimit_args { struct
789 sys_getrlimit(struct thread *td, struct __getrlimit_args *uap) in sys_getrlimit() argument
/f-stack/freebsd/sys/
H A Dsysproto.h550 struct __getrlimit_args { struct
551 char which_l_[PADL_(u_int)]; u_int which; char which_r_[PADR_(u_int)];
552 char rlp_l_[PADL_(struct rlimit *)]; struct rlimit * rlp; char rlp_r_[PADR_(struct rlimit *)];