Lines Matching refs:rlp
42 int resource, struct rlimit *rlp) in pr_getrlimit() argument
51 return (getrlimit(resource, rlp)); in pr_getrlimit()
62 adp->arg_object = rlp; in pr_getrlimit()
65 adp->arg_size = sizeof (*rlp); in pr_getrlimit()
90 int resource, const struct rlimit *rlp) in pr_setrlimit() argument
99 return (setrlimit(resource, rlp)); in pr_setrlimit()
110 adp->arg_object = (void *)rlp; in pr_setrlimit()
113 adp->arg_size = sizeof (*rlp); in pr_setrlimit()
138 int resource, struct rlimit64 *rlp) in pr_getrlimit64() argument
147 return (getrlimit64(resource, rlp)); in pr_getrlimit64()
158 adp->arg_object = rlp; in pr_getrlimit64()
161 adp->arg_size = sizeof (*rlp); in pr_getrlimit64()
186 int resource, const struct rlimit64 *rlp) in pr_setrlimit64() argument
195 return (setrlimit64(resource, rlp)); in pr_setrlimit64()
206 adp->arg_object = (void *)rlp; in pr_setrlimit64()
209 adp->arg_size = sizeof (*rlp); in pr_setrlimit64()