Home | History | Annotate | Download | only in common

Lines Matching defs:which

71 		syscallarg(int) which;
75 int which = SCARG(uap, which);
78 if ((u_int)which >= RLIM_NLIMITS)
81 olim.rlim_cur = p->p_rlimit[which].rlim_cur;
84 olim.rlim_max = p->p_rlimit[which].rlim_max;
95 syscallarg(int) which;
98 int which = SCARG(uap, which);
108 return (dosetrlimit(l, l->l_proc, which, &lim));