Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_resource.c595 struct __setrlimit_args { struct
601 sys_setrlimit(struct thread *td, struct __setrlimit_args *uap) in sys_setrlimit() argument
/f-stack/freebsd/sys/
H A Dsysproto.h554 struct __setrlimit_args { struct
555 char which_l_[PADL_(u_int)]; u_int which; char which_r_[PADR_(u_int)];
556 char rlp_l_[PADL_(struct rlimit *)]; struct rlimit * rlp; char rlp_r_[PADR_(struct rlimit *)];