Lines Matching refs:msgtyp
1004 syscallarg(long) msgtyp;
1009 SCARG(uap, msgsz), SCARG(uap, msgtyp), SCARG(uap, msgflg),
1014 msgrcv1(struct lwp *l, int msqidr, char *user_msgp, size_t msgsz, long msgtyp,
1026 user_msgp, (long long)msgsz, msgtyp, msgflg));
1067 if (msgtyp == 0) {
1096 * the absolute value of a negative msgtyp?
1098 * NEVER be true if msgtyp is positive since
1102 if (msgtyp != msghdr->msg_type &&
1103 msgtyp != LONG_MIN &&
1104 msghdr->msg_type > -msgtyp)
1108 msghdr->msg_type, msgtyp));
1145 MSG_PRINTF(("no appropriate message found (msgtyp=%ld)\n",
1146 msgtyp));