Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/sys/
HDresource.h156 struct orlimit { struct
HDsysproto.h2303 char rlp_l_[PADL_(struct orlimit *)]; struct orlimit * rlp; char rlp_r_[PADR_(struct orlimit *)];
2307 char rlp_l_[PADL_(struct orlimit *)]; struct orlimit * rlp; char rlp_r_[PADR_(struct orlimit *)];
/freebsd-11-stable/sys/kern/
HDkern_resource.c532 struct orlimit *rlp;
538 struct orlimit olim; in osetrlimit()
542 if ((error = copyin(uap->rlp, &olim, sizeof(struct orlimit)))) in osetrlimit()
553 struct orlimit *rlp;
559 struct orlimit olim; in ogetrlimit()