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

/darwin-on-arm/xnu/osfmk/mach/
H A Dmessage.h379 } mach_msg_trailer_t; typedef in typeref:struct:__anon1253
456 #define MACH_MSG_TRAILER_MINIMUM_SIZE sizeof(mach_msg_trailer_t)
500 mach_msg_trailer_t trailer;
606 * which is equivalent to a mach_msg_trailer_t.
638 sizeof(mach_msg_trailer_t) : \
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlb_mmtest.c117 mach_msg_trailer_t trailer; // subtract this when sending
123 mach_msg_trailer_t trailer; // subtract this when sending
130 mach_msg_trailer_t trailer; // subtract this when sending
371 ts->reply_msg_size -= sizeof(mach_msg_trailer_t);
399 ts->request_msg_size -= sizeof(mach_msg_trailer_t);
/darwin-on-arm/xnu/tools/tests/MPMMTest/
H A DMPMMtest.c27 mach_msg_trailer_t trailer; // subtract this when sending
33 mach_msg_trailer_t trailer; // subtract this when sending
40 mach_msg_trailer_t trailer; // subtract this when sending
224 sizeof(mach_msg_trailer_t);
305 ports->req_size -= sizeof(mach_msg_trailer_t);
H A DKQMPMMtest.c29 mach_msg_trailer_t trailer; // subtract this when sending
35 mach_msg_trailer_t trailer; // subtract this when sending
42 mach_msg_trailer_t trailer; // subtract this when sending
219 sizeof(mach_msg_trailer_t);
290 ports->req_size -= sizeof(mach_msg_trailer_t);

Completed in 55 milliseconds