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

/macosx-10.5.8/xnu-1228.15.4/tools/tests/MMTest/
H A DMMtest.c100 int msg_type; variable
141 msg_type = msg_type_trivial;
168 msg_type = msg_type_trivial;
170 msg_type = msg_type_inline;
172 msg_type = msg_type_complex;
256 switch(msg_type) {
282 num_msgs, (msg_type == msg_type_inline) ?
283 "inline" : ((msg_type == msg_type_complex) ?
418 switch (msg_type) {
H A DMPMMtest.c87 int msg_type; variable
136 msg_type = msg_type_trivial;
172 msg_type = msg_type_trivial;
174 msg_type = msg_type_inline;
176 msg_type = msg_type_complex;
272 switch(msg_type) {
298 num_msgs, (msg_type == msg_type_inline) ?
299 "inline" : ((msg_type == msg_type_complex) ?
534 switch (msg_type) {
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsysv_msg.c263 msghdrs[i].msg_type = 0;
929 msghdr->msg_type = CAST_DOWN(long,msgtype);
933 eval = copyin(user_msgp, &msghdr->msg_type, sizeof(long));
952 if (msghdr->msg_type < 1) {
957 printf("mtype (%d) < 1\n", msghdr->msg_type);
1187 * msg_type is always positive!
1190 if (msgtyp == msghdr->msg_type ||
1191 msghdr->msg_type <= -msgtyp) {
1194 msghdr->msg_type, msgtyp);
1338 msgtype = msghdr->msg_type;
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmsg.h231 long msg_type; /* type of this message */ member in struct:msg

Completed in 36 milliseconds