Searched refs:cierror (Results 1 – 1 of 1) sorted by relevance
303 int cierror, error; in sys_rtprio_thread() local307 cierror = copyin(uap->rtp, &rtp, sizeof(struct rtprio)); in sys_rtprio_thread()309 cierror = 0; in sys_rtprio_thread()330 if ((error = p_cansched(td, p)) || (error = cierror)) in sys_rtprio_thread()384 int cierror, error; in sys_rtprio() local388 cierror = copyin(uap->rtp, &rtp, sizeof(struct rtprio)); in sys_rtprio()390 cierror = 0; in sys_rtprio()433 if ((error = p_cansched(td, p)) || (error = cierror)) in sys_rtprio()