Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_resource.c591 struct setrlimit_args { struct
597 sys_setrlimit(struct thread *td, struct setrlimit_args *uap) in sys_setrlimit() argument
/freebsd/sys/sys/
H A Dsysproto.h544 struct setrlimit_args { struct
545 char which_l_[PADL_(u_int)]; u_int which; char which_r_[PADR_(u_int)];
546 char rlp_l_[PADL_(struct rlimit *)]; struct rlimit * rlp; char rlp_r_[PADR_(struct rlimit *)];