Home
last modified time | relevance | path

Searched refs:CountCnt (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.1.10/osfmk/kern/
H A Dipc_host.c606 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 Dipc_tt.c4516 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 Dthread.h1915 mach_msg_type_number_t *CountCnt,
H A Dtask.h1354 mach_msg_type_number_t *CountCnt,