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

/openbsd-current/sys/kern/
H A Dkern_resource.c246 dosetrlimit(struct proc *p, u_int which, struct rlimit *limp) argument
253 if (which >= RLIM_NLIMITS || limp->rlim_cur > limp->rlim_max)
259 if (limp->rlim_max > alimp->rlim_max) {
288 if (limp->rlim_max > maxlim)
289 limp->rlim_max = maxlim;
290 if (limp->rlim_cur > limp->rlim_max)
291 limp->rlim_cur = limp
[all...]
/openbsd-current/lib/libkvm/
H A Dkvm_proc2.c127 struct plimit limits, *limp; local
284 limp = &limits;
287 limp = NULL;
298 vmp, limp, sap, 0, 1);
390 &ucred, &pgrp, p, pr, &sess, vmp, limp, sap,
/openbsd-current/usr.bin/kdump/
H A Dktrstruct.c307 ktrrlimit(const struct rlimit *limp) argument
311 print_rlim(limp->rlim_cur);
313 print_rlim(limp->rlim_max);

Completed in 123 milliseconds