Searched refs:dosetrlimit (Results 1 – 1 of 1) sorted by relevance
129 static int dosetrlimit(struct proc *p, u_int which, struct rlimit *limp);930 return dosetrlimit(p, uap->which, &alim); in setrlimit()943 dosetrlimit(struct proc *p, u_int which, struct rlimit *newrlim) in dosetrlimit() function