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