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