Searched refs:chglimit (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/sys/kern/ |
| HD | kern_resource.c | 1371 chglimit(struct uidinfo *uip, long *limit, int diff, rlim_t max, const char *name) in chglimit() function 1396 return (chglimit(uip, &uip->ui_proccnt, diff, max, "proccnt")); in chgproccnt() 1411 rv = chglimit(uip, &uip->ui_sbsize, diff, max, "sbsize"); in chgsbsize() 1426 return (chglimit(uip, &uip->ui_ptscnt, diff, max, "ptscnt")); in chgptscnt() 1433 return (chglimit(uip, &uip->ui_kqcnt, diff, max, "kqcnt")); in chgkqcnt()
|