Home
last modified time | relevance | path

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

/xnu-12377.41.6/tests/
H A Dkernel_inspection.c133 …kern_return_t kr = task_get_exception_ports_info(task, EXC_MASK_ALL, masks, &msk_count, ports_info… in attempt_kernel_inspection()
H A Dexception_ports_info.c104 …kr = task_get_exception_ports_info(mach_task_self(), EXC_MASK_ALL, masks, &count, ports_info, beha…
/xnu-12377.41.6/osfmk/mach/
H A Dtask.defs576 routine task_get_exception_ports_info(
/xnu-12377.41.6/osfmk/kern/
H A Dipc_tt.c4793 task_get_exception_ports_info( in task_get_exception_ports_info() function