Searched refs:cierror (Results 1 – 1 of 1) sorted by relevance
320 int cierror, error; in sys_rtprio_thread() local324 cierror = copyin(uap->rtp, &rtp, sizeof(struct rtprio)); in sys_rtprio_thread()326 cierror = 0; in sys_rtprio_thread()347 if ((error = p_cansched(td, p)) || (error = cierror)) in sys_rtprio_thread()401 int cierror, error; in sys_rtprio() local405 cierror = copyin(uap->rtp, &rtp, sizeof(struct rtprio)); in sys_rtprio()407 cierror = 0; in sys_rtprio()450 if ((error = p_cansched(td, p)) || (error = cierror)) in sys_rtprio()