Searched refs:body (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_kmsg.c144 mach_msg_body_t body; member in struct:__anon990
190 mach_msg_body_t *body);
210 ipc_msg_body_print64(void *body, int size) argument
212 uint32_t *word = (uint32_t *) body;
213 uint32_t *end = (uint32_t *)(((uintptr_t) body) + size
217 kprintf(" body(%p-%p):\n %p: ", body, end, word);
413 mach_msg_body_t *body)
418 kprintf(" %d descriptors: \n", body->msgh_descriptor_count);
420 saddr = (mach_msg_descriptor_t *) (body
412 ipc_msg_print_untyped64( mach_msg_body_t *body) argument
1034 mach_msg_body_t *body; local
2324 mach_msg_body_t *body; local
2617 mach_msg_body_t *body; local
2752 mach_msg_body_t *body; local
3516 mach_msg_body_t *body; local
3604 mach_msg_body_t *body; local
3772 mach_msg_body_t *body; local
3811 mach_msg_body_t *body; local
[all...]
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlb_mmtest.c128 mach_msg_body_t body; member in struct:__anon1353
263 complexmsg->body.msgh_descriptor_count = 1;
/darwin-on-arm/xnu/EXTERNAL_HEADERS/corecrypto/
H A Dccder.h133 body_end is one byte past the end of the body of the der object we are
183 /* ccder_encode_body COPIES the body into the der.
185 the form for the body.
189 ccder_encode_body(size_t size, const uint8_t* body,
/darwin-on-arm/xnu/tools/tests/MPMMTest/
H A DMPMMtest.c38 mach_msg_body_t body; member in struct:__anon1333
559 ((ipc_complex_message *)req)->body.msgh_descriptor_count = 1;
H A DKQMPMMtest.c40 mach_msg_body_t body; member in struct:__anon1328
612 ((ipc_complex_message *)req)->body.msgh_descriptor_count = 1;
/darwin-on-arm/xnu/libsyscall/
H A DMakefile82 -Wno-empty-body \
/darwin-on-arm/xnu/osfmk/mach/
H A Dmessage.h101 * assumes the body of the message doesn't contain port rights or OOL
103 * use caution in interpreting the body of a message if the bit isn't
104 * on, because the mach_msg_type's in the body might "lie" about the
106 * in the body specify rights or OOL data, the behavior is undefined.
366 mach_msg_body_t body; member in struct:__anon1252
702 /* Bogus port rights in the message body. */
743 /* Error receiving message body. See special bits. */
/darwin-on-arm/xnu/libsyscall/mach/
H A Dmach_msg.c283 count = base->body.msgh_descriptor_count;

Completed in 102 milliseconds