Lines Matching defs:msgtyp
1130 long msgtyp;
1136 kern_msgrcv(struct thread *td, int msqid, void *msgp, size_t msgsz, long msgtyp,
1191 if (msgtyp == 0) {
1228 * the absolute value of a negative msgtyp?
1230 * NEVER be true if msgtyp is positive since
1234 if (msgtyp == msghdr->msg_type ||
1235 msghdr->msg_type <= -msgtyp) {
1238 msghdr->msg_type, msgtyp));
1293 DPRINTF(("no appropriate message found (msgtyp=%ld)\n",
1294 msgtyp));
1402 uap->msgp, uap->msgsz, uap->msgtyp, uap->msgflg));
1406 uap->msgtyp, uap->msgflg, &mtype)) != 0)
1850 uap->msgtyp, uap->msgflg, &mtype)) != 0)