Home
last modified time | relevance | path

Searched refs:cierror (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/sys/kern/
H A Dkern_resource.c306 int cierror, error; in sys_rtprio_thread() local
310 cierror = copyin(uap->rtp, &rtp, sizeof(struct rtprio)); in sys_rtprio_thread()
312 cierror = 0; in sys_rtprio_thread()
333 if ((error = p_cansched(td, p)) || (error = cierror)) in sys_rtprio_thread()
387 int cierror, error; in sys_rtprio() local
391 cierror = copyin(uap->rtp, &rtp, sizeof(struct rtprio)); in sys_rtprio()
393 cierror = 0; in sys_rtprio()
436 if ((error = p_cansched(td, p)) || (error = cierror)) in sys_rtprio()