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

/darwin-on-arm/xnu/tools/tests/MPMMTest/
H A DMPMMtest.c71 int msg_type; variable
122 msg_type = msg_type_trivial;
158 msg_type = msg_type_trivial;
160 msg_type = msg_type_inline;
162 msg_type = msg_type_complex;
293 switch(msg_type) {
319 num_msgs, (msg_type == msg_type_inline) ?
320 "inline" : ((msg_type == msg_type_complex) ?
557 if (msg_type == msg_type_complex) {
H A DKQMPMMtest.c73 int msg_type; variable
123 msg_type = msg_type_trivial;
159 msg_type = msg_type_trivial;
161 msg_type = msg_type_inline;
163 msg_type = msg_type_complex;
278 switch(msg_type) {
304 num_msgs, (msg_type == msg_type_inline) ?
305 "inline" : ((msg_type == msg_type_complex) ?
610 if (msg_type == msg_type_complex) {
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlb_mmtest.c90 int msg_type; member in struct:__anon1350
259 if (ts->msg_type == msg_type_complex) {
337 ts->msg_type = opt_msg_type;
348 switch (ts->msg_type) {
427 ts->num_msgs, (ts->msg_type == msg_type_inline) ? "inline" :
428 ((ts->msg_type == msg_type_complex) ? "complex" : "trivial"),
/darwin-on-arm/xnu/bsd/kern/
H A Dsysv_msg.c291 msghdrs[i].msg_type = 0;
979 msghdr->msg_type = CAST_DOWN(long,msgtype);
985 msghdr->msg_type = msg_type32;
1004 if (msghdr->msg_type < 1) {
1009 printf("mtype (%ld) < 1\n", msghdr->msg_type);
1239 * msg_type is always positive!
1242 if (msgtyp == msghdr->msg_type ||
1243 msghdr->msg_type <= -msgtyp) {
1246 msghdr->msg_type, msgtyp);
1390 msgtype = msghdr->msg_type;
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dmsg.h278 long msg_type; /* type of this message */ member in struct:msg

Completed in 118 milliseconds