Searched refs:CountCnt (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215.1.10/osfmk/kern/ |
| H A D | ipc_host.c | 606 mach_msg_type_number_t * CountCnt, in host_get_exception_ports() argument 639 if (j == count && count < *CountCnt) { in host_get_exception_ports() 651 *CountCnt = count; in host_get_exception_ports() 663 mach_msg_type_number_t * CountCnt, in host_swap_exception_ports() argument 706 for (count = 0, i = FIRST_EXCEPTION; i < EXC_TYPES_COUNT && count < *CountCnt; i++) { in host_swap_exception_ports() 772 *CountCnt = count; in host_swap_exception_ports()
|
| H A D | ipc_tt.c | 4516 mach_msg_type_number_t *CountCnt, in thread_swap_exception_ports() argument 4560 for (count = 0, i = FIRST_EXCEPTION; i < EXC_TYPES_COUNT && count < *CountCnt; ++i) { in thread_swap_exception_ports() 4616 *CountCnt = count; in thread_swap_exception_ports() 4629 mach_msg_type_number_t *CountCnt, in task_swap_exception_ports() argument 4671 for (count = 0, i = FIRST_EXCEPTION; i < EXC_TYPES_COUNT && count < *CountCnt; ++i) { in task_swap_exception_ports() 4725 *CountCnt = count; in task_swap_exception_ports() 4753 mach_msg_type_number_t *CountCnt, in thread_get_exception_ports_internal() argument 4810 if (j == count && count < *CountCnt) { in thread_get_exception_ports_internal() 4836 *CountCnt = count; in thread_get_exception_ports_internal() 4846 mach_msg_type_number_t *CountCnt, in thread_get_exception_ports() argument [all …]
|
| H A D | thread.h | 1915 mach_msg_type_number_t *CountCnt,
|
| H A D | task.h | 1354 mach_msg_type_number_t *CountCnt,
|