Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dresource.h157 struct orlimit { struct
H A Dsysproto.h2419 char rlp_l_[PADL_(struct orlimit *)]; struct orlimit * rlp; char rlp_r_[PADR_(struct orlimit *)];
2423 char rlp_l_[PADL_(struct orlimit *)]; struct orlimit * rlp; char rlp_r_[PADR_(struct orlimit *)];
/freebsd/sys/kern/
H A Dkern_resource.c541 struct orlimit *rlp;
547 struct orlimit olim; in osetrlimit()
551 if ((error = copyin(uap->rlp, &olim, sizeof(struct orlimit)))) in osetrlimit()
562 struct orlimit *rlp;
568 struct orlimit olim; in ogetrlimit()