Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_resource.c539 struct osetrlimit_args { struct
545 osetrlimit(struct thread *td, struct osetrlimit_args *uap) in osetrlimit() argument
/freebsd/sys/sys/
H A Dsysproto.h2427 struct osetrlimit_args { struct
2428 char which_l_[PADL_(u_int)]; u_int which; char which_r_[PADR_(u_int)];
2429 char rlp_l_[PADL_(struct orlimit *)]; struct orlimit * rlp; char rlp_r_[PADR_(struct orlimit *)];