Searched refs:msgh_descriptor_count (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_kmsg.c418 kprintf(" %d descriptors: \n", body->msgh_descriptor_count);
421 send = saddr + body->msgh_descriptor_count;
1037 ipc_kmsg_clean_body(kmsg, body->msgh_descriptor_count,
1132 legacy_base.body.msgh_descriptor_count = 0;
1291 max_desc = ((mach_msg_base_t *)msg)->body.msgh_descriptor_count *
2345 dsc_count = body->msgh_descriptor_count;
2622 count = body->msgh_descriptor_count;
2757 count = body->msgh_descriptor_count;
3525 dsc_count = body->msgh_descriptor_count;
3534 sdsc_count = slist->msgh_descriptor_count;
[all...]
/darwin-on-arm/xnu/osfmk/mach/
H A Dmessage.h345 mach_msg_size_t msgh_descriptor_count; member in struct:__anon1250
/darwin-on-arm/xnu/libsyscall/mach/
H A Dmach_msg.c283 count = base->body.msgh_descriptor_count;
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlb_mmtest.c263 complexmsg->body.msgh_descriptor_count = 1;
/darwin-on-arm/xnu/tools/tests/MPMMTest/
H A DMPMMtest.c559 ((ipc_complex_message *)req)->body.msgh_descriptor_count = 1;
H A DKQMPMMtest.c612 ((ipc_complex_message *)req)->body.msgh_descriptor_count = 1;
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOUserClient.cpp751 pingMsg->msgBody.msgh_descriptor_count = 1;

Completed in 159 milliseconds