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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsysv_msg.c1083 long msgtyp = (long)uap->msgtyp; /* limit to 32 bits */ local
1102 msgsz, msgtyp, msgflg);
1147 if (msgtyp == 0) {
1184 * the absolute value of a negative msgtyp?
1186 * NEVER be true if msgtyp is positive since
1190 if (msgtyp == msghdr->msg_type ||
1191 msghdr->msg_type <= -msgtyp) {
1194 msghdr->msg_type, msgtyp);
1251 printf("no appropriate message found (msgtyp
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h1015 char msgtyp_l_[PADL_(user_long_t)]; user_long_t msgtyp; char msgtyp_r_[PADR_(user_long_t)]; member in struct:msgrcv_args
1656 char msgtyp_l_[PADL_(user_long_t)]; user_long_t msgtyp; char msgtyp_r_[PADR_(user_long_t)]; member in struct:msgrcv_nocancel_args

Completed in 105 milliseconds