Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dipc_host.c610 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 Dipc_tt.c4291 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 Dthread.h1966 mach_msg_type_number_t *CountCnt,
H A Dtask.h1435 mach_msg_type_number_t *CountCnt,