kern_time.c | 198 settime1(struct proc *p, const struct timespec *ts, bool check_kauth) function in typeref:typename:int 251 return settime1(p, ts, true); 303 if ((error = settime1(p, tp, check_kauth)) != 0) 582 return settime1(l->l_proc, &ts, check_kauth);
|