Lines Matching defs:cvres
283 static int msgq_check_err(kmsqid_t *qp, int cvres);
673 int cvres;
738 cvres = msg_rcvq_sleep(&qp->msg_cpy_block,
740 error = msgq_check_err(qp, cvres);
762 cvres = msg_rcvq_sleep(&qp->msg_wait_snd[msg_hash],
766 cvres = msg_rcvq_sleep(&qp->msg_wait_snd_ngt[msg_hash],
771 if (!(error = msgq_check_err(qp, cvres))) {
790 msgq_check_err(kmsqid_t *qp, int cvres)
796 if (cvres == 0) {
1169 int cvres;
1185 cvres = cv_wait_sig(&msg_entry.msgw_wake_cv, lock);
1190 if (error = msgq_check_err(qp, cvres)) {
1407 int cvres;
1414 cvres = cv_wait_sig(&entry->msgw_wake_cv, *lock);
1425 return (cvres);