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

/freebsd-10.0-release/sys/sys/
H A Dresource.h147 struct orlimit { struct
H A Dsysproto.h2331 char rlp_l_[PADL_(struct orlimit *)]; struct orlimit * rlp; char rlp_r_[PADR_(struct orlimit *)];
2335 char rlp_l_[PADL_(struct orlimit *)]; struct orlimit * rlp; char rlp_r_[PADR_(struct orlimit *)];
/freebsd-10.0-release/sys/kern/
H A Dkern_resource.c538 struct orlimit *rlp;
546 struct orlimit olim;
550 if ((error = copyin(uap->rlp, &olim, sizeof(struct orlimit))))
561 struct orlimit *rlp;
569 struct orlimit olim;

Completed in 105 milliseconds