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