Home
last modified time | relevance | path

Searched refs:orlimit (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dresource.h155 struct orlimit { struct
/f-stack/freebsd/sys/
H A Dresource.h158 struct orlimit { struct
H A Dsysproto.h2365 char rlp_l_[PADL_(struct orlimit *)]; struct orlimit * rlp; char rlp_r_[PADR_(struct orlimit *)];
2369 char rlp_l_[PADL_(struct orlimit *)]; struct orlimit * rlp; char rlp_r_[PADR_(struct orlimit *)];
/f-stack/freebsd/kern/
H A Dkern_resource.c543 struct orlimit *rlp;
549 struct orlimit olim; in osetrlimit()
553 if ((error = copyin(uap->rlp, &olim, sizeof(struct orlimit)))) in osetrlimit()
564 struct orlimit *rlp;
570 struct orlimit olim; in ogetrlimit()