Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDkern_resource.c771 struct __getrlimit_args { struct
778 sys_getrlimit(struct thread *td, register struct __getrlimit_args *uap) in sys_getrlimit() argument
/NextBSD/sys/sys/
HDsysproto.h572 struct __getrlimit_args { struct
573 char which_l_[PADL_(u_int)]; u_int which; char which_r_[PADR_(u_int)];
574 char rlp_l_[PADL_(struct rlimit *)]; struct rlimit * rlp; char rlp_r_[PADR_(struct rlimit *)];