Searched refs:CountCnt (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | ipc_host.c | 610 mach_msg_type_number_t * CountCnt, in host_get_exception_ports() argument 643 if (j == count && count < *CountCnt) { in host_get_exception_ports() 655 *CountCnt = count; in host_get_exception_ports() 667 mach_msg_type_number_t * CountCnt, in host_swap_exception_ports() argument 711 for (count = 0, i = FIRST_EXCEPTION; i < EXC_TYPES_COUNT && count < *CountCnt; i++) { in host_swap_exception_ports() 777 *CountCnt = count; in host_swap_exception_ports()
|
| H A D | ipc_tt.c | 4291 mach_msg_type_number_t *CountCnt, in thread_swap_exception_ports() argument 4335 for (count = 0, i = FIRST_EXCEPTION; i < EXC_TYPES_COUNT && count < *CountCnt; ++i) { in thread_swap_exception_ports() 4391 *CountCnt = count; in thread_swap_exception_ports() 4404 mach_msg_type_number_t *CountCnt, in task_swap_exception_ports() argument 4446 for (count = 0, i = FIRST_EXCEPTION; i < EXC_TYPES_COUNT && count < *CountCnt; ++i) { in task_swap_exception_ports() 4500 *CountCnt = count; in task_swap_exception_ports() 4528 mach_msg_type_number_t *CountCnt, in thread_get_exception_ports_internal() argument 4592 if (j == count && count < *CountCnt) { in thread_get_exception_ports_internal() 4618 *CountCnt = count; in thread_get_exception_ports_internal() 4628 mach_msg_type_number_t *CountCnt, in thread_get_exception_ports() argument [all …]
|
| H A D | thread.h | 1966 mach_msg_type_number_t *CountCnt,
|
| H A D | task.h | 1435 mach_msg_type_number_t *CountCnt,
|