Searched refs:msgtyp (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dsysv_msg.c1135 long msgtyp = (long)uap->msgtyp; /* limit to 32 bits */ local
1154 msgsz, msgtyp, msgflg);
1199 if (msgtyp == 0) {
1236 * the absolute value of a negative msgtyp?
1238 * NEVER be true if msgtyp is positive since
1242 if (msgtyp == msghdr->msg_type ||
1243 msghdr->msg_type <= -msgtyp) {
1246 msghdr->msg_type, msgtyp);
1303 printf("no appropriate message found (msgtyp
[all...]

Completed in 69 milliseconds