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

/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_kmsg.c2327 mach_msg_type_number_t dsc_count; local
2345 dsc_count = body->msgh_descriptor_count;
2346 if (dsc_count == 0)
2355 for (i = 0; i < dsc_count; i++) {
2441 /* Shift the mach_msg_base_t down to make for dsc_count*16bytes of descriptors */
2442 if(descriptor_size != 16*dsc_count) {
2443 vm_offset_t dsc_adjust = 16*dsc_count - descriptor_size;
2455 for(i=0;i<dsc_count;i++) {
3519 mach_msg_type_number_t dsc_count, sdsc_count; local
3525 dsc_count
[all...]

Completed in 25 milliseconds