Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_resource.c790 struct getrlimit_args { struct
797 sys_getrlimit(struct thread *td, struct getrlimit_args *uap) in sys_getrlimit() argument
/freebsd/sys/sys/
H A Dsysproto.h540 struct getrlimit_args { struct
541 char which_l_[PADL_(u_int)]; u_int which; char which_r_[PADR_(u_int)];
542 char rlp_l_[PADL_(struct rlimit *)]; struct rlimit * rlp; char rlp_r_[PADR_(struct rlimit *)];