Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_resource.c305 int cierror, error; in sys_rtprio_thread() local
309 cierror = copyin(uap->rtp, &rtp, sizeof(struct rtprio)); in sys_rtprio_thread()
311 cierror = 0; in sys_rtprio_thread()
332 if ((error = p_cansched(td, p)) || (error = cierror)) in sys_rtprio_thread()
386 int cierror, error; in sys_rtprio() local
390 cierror = copyin(uap->rtp, &rtp, sizeof(struct rtprio)); in sys_rtprio()
392 cierror = 0; in sys_rtprio()
435 if ((error = p_cansched(td, p)) || (error = cierror)) in sys_rtprio()