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

/darwin-on-arm/xnu/osfmk/mach/
H A Dnotify.h105 mach_msg_format_0_trailer_t trailer; member in struct:__anon1272
112 mach_msg_format_0_trailer_t trailer; member in struct:__anon1273
119 mach_msg_format_0_trailer_t trailer; member in struct:__anon1274
126 mach_msg_format_0_trailer_t trailer; member in struct:__anon1275
131 mach_msg_format_0_trailer_t trailer; member in struct:__anon1276
138 mach_msg_format_0_trailer_t trailer; member in struct:__anon1277
H A Dmessage.h440 Trailer type to pass MAC policy label info as a mach message trailer.
460 * code cannot request additional trailer elements one was not
500 mach_msg_trailer_t trailer; member in struct:__anon1263
630 * mac_msg_mac_trailer_t which is used for the LABELS trailer.
716 /* The trailer to be sent does not match kernel format. */
749 /* trailer type or number of trailer elements not supported */
/darwin-on-arm/xnu/osfmk/ipc/
H A Dmach_msg.c190 mach_msg_max_trailer_t *trailer; local
210 * reserve for the trailer the largest space (MAX_TRAILER_SIZE)
211 * However, the internal size field of the trailer (msgh_trailer_size)
215 trailer = (mach_msg_max_trailer_t *) ((vm_offset_t)kmsg->ikm_header + send_size);
216 trailer->msgh_sender = current_thread()->task->sec_token;
217 trailer->msgh_audit = current_thread()->task->audit_token;
218 trailer->msgh_trailer_type = MACH_MSG_TRAILER_FORMAT_0;
219 trailer->msgh_trailer_size = MACH_MSG_TRAILER_MINIMUM_SIZE;
501 * Builds a minimal header/trailer and copies it to
507 * MACH_MSG_SUCCESS minimal header/trailer copie
521 mach_msg_max_trailer_t *trailer; local
[all...]
H A Dipc_kmsg.c1129 mach_msg_max_trailer_t *trailer; local
1202 * I reserve for the trailer the largest space (MAX_TRAILER_SIZE)
1203 * However, the internal size field of the trailer (msgh_trailer_size)
1207 trailer = (mach_msg_max_trailer_t *) ((vm_offset_t)kmsg->ikm_header + size);
1208 trailer->msgh_sender = current_thread()->task->sec_token;
1209 trailer->msgh_audit = current_thread()->task->audit_token;
1210 trailer->msgh_trailer_type = MACH_MSG_TRAILER_FORMAT_0;
1211 trailer->msgh_trailer_size = MACH_MSG_TRAILER_MINIMUM_SIZE;
1226 trailer->msgh_labels.sender = 0;
1228 trailer
1259 mach_msg_max_trailer_t *trailer; local
4112 mach_msg_max_trailer_t *trailer; local
[all...]
/darwin-on-arm/xnu/osfmk/kern/
H A Dipc_mig.c346 * Check to see how much of the message/trailer can be received.
347 * We chose the maximum trailer that will fit, since we don't
348 * have options telling us which trailer elements the caller needed.
351 mach_msg_format_0_trailer_t *trailer = (mach_msg_format_0_trailer_t *) local
355 /* Enough room for a maximum trailer */
356 trailer->msgh_trailer_size = MAX_TRAILER_SIZE;
359 trailer->msgh_trailer_size) {
360 /* no room for even the basic (default) trailer */
361 trailer->msgh_trailer_size = 0;
363 assert(trailer
[all...]
H A Dipc_kobject.c275 mach_msg_format_0_trailer_t *trailer; local
301 /* round up for trailer size */
443 trailer = (mach_msg_format_0_trailer_t *)
446 trailer->msgh_sender = KERNEL_SECURITY_TOKEN;
447 trailer->msgh_trailer_type = MACH_MSG_TRAILER_FORMAT_0;
448 trailer->msgh_trailer_size = MACH_MSG_TRAILER_MINIMUM_SIZE;
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlb_mmtest.c117 mach_msg_trailer_t trailer; // subtract this when sending member in struct:__anon1351
123 mach_msg_trailer_t trailer; // subtract this when sending member in struct:__anon1352
130 mach_msg_trailer_t trailer; // subtract this when sending member in struct:__anon1353
/darwin-on-arm/xnu/tools/tests/MPMMTest/
H A DMPMMtest.c27 mach_msg_trailer_t trailer; // subtract this when sending member in struct:__anon1331
33 mach_msg_trailer_t trailer; // subtract this when sending member in struct:__anon1332
40 mach_msg_trailer_t trailer; // subtract this when sending member in struct:__anon1333
H A DKQMPMMtest.c29 mach_msg_trailer_t trailer; // subtract this when sending member in struct:__anon1326
35 mach_msg_trailer_t trailer; // subtract this when sending member in struct:__anon1327
42 mach_msg_trailer_t trailer; // subtract this when sending member in struct:__anon1328

Completed in 88 milliseconds