Home
last modified time | relevance | path

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

/xnu-11215/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
4616 *CountCnt = count; in thread_swap_exception_ports()
4629 mach_msg_type_number_t *CountCnt, in task_swap_exception_ports() argument
4725 *CountCnt = count; in task_swap_exception_ports()
4753 mach_msg_type_number_t *CountCnt, in thread_get_exception_ports_internal() argument
4817 if (j == count && count < *CountCnt) { in thread_get_exception_ports_internal()
4843 *CountCnt = count; in thread_get_exception_ports_internal()
4892 mach_msg_type_number_t *CountCnt, in thread_get_exception_ports_from_user() argument
4973 if (j == count && count < *CountCnt) { in task_get_exception_ports_internal()
4998 *CountCnt = count; in task_get_exception_ports_internal()
[all …]
H A Dthread.h1924 mach_msg_type_number_t *CountCnt,
H A Dtask.h1355 mach_msg_type_number_t *CountCnt,