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