Searched refs:newmin (Results 1 – 1 of 1) sorted by relevance
320 int i, tmp, newmin, flg = F_POSIX; local331 newmin = (long)SCARG(uap, arg);332 if ((u_int)newmin >= p->p_rlimit[RLIMIT_NOFILE].rlim_cur ||333 (u_int)newmin >= maxfiles) {338 if ((error = fdalloc(p, newmin, &i)) != 0) {