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

/xnu-2782.1.97/osfmk/ipc/
H A Dipc_kmsg.c2464 mach_msg_type_number_t dsc_count; local
2482 dsc_count = body->msgh_descriptor_count;
2483 if (dsc_count == 0)
2492 for (i = 0; i < dsc_count; i++) {
2586 /* Shift the mach_msg_base_t down to make room for dsc_count*16bytes of descriptors */
2587 if(descriptor_size != 16*dsc_count) {
2588 vm_offset_t dsc_adjust = 16*dsc_count - descriptor_size;
2602 for(i=0;i<dsc_count;i++) {
3780 mach_msg_type_number_t dsc_count, sdsc_count; local
3786 dsc_count
[all...]

Completed in 23 milliseconds