Home
last modified time | relevance | path

Searched refs:task_get_exception_ports (Results 1 – 10 of 10) sorted by relevance

/xnu-11215.1.10/libsyscall/mach/
H A Dadd_attributes_to_mig.txt45 task_get_exception_ports
/xnu-11215.1.10/tests/
H A Dimmovable_send.c194 kr = task_get_exception_ports(task, EXC_MASK_GUARD, &mask,
H A Dexception_ports_info.c109 …kr = task_get_exception_ports(mach_task_self(), EXC_MASK_ALL, masks2, &count2, ports, behaviors2, …
/xnu-11215.1.10/tests/skywalk/
H A Dskywalk_test_driver.c225 …if ((kr = task_get_exception_ports(mach_task_self(), EXC_MASK_GUARD | EXC_MASK_CRASH, masks, &mask… in skywalk_test_driver_run()
/xnu-11215.1.10/tests/vm/
H A Ddiag_threshold_test.c231 ret = task_get_exception_ports( in save_exception_ports()
/xnu-11215.1.10/osfmk/corpses/
H A Dcorpse.c527 kr = task_get_exception_ports(current_task(), EXC_MASK_CORPSE_NOTIFY, in task_should_generate_lightweight_corpse()
/xnu-11215.1.10/tests/ipc/
H A Dipc_read_inspect.c331 kr = task_get_exception_ports(tport, EXC_MASK_ALL, in test_task_port_mig_intrans()
/xnu-11215.1.10/osfmk/mach/
H A Dtask.defs290 task_get_exception_ports(
/xnu-11215.1.10/osfmk/kern/
H A Dtask.h1350 extern kern_return_t task_get_exception_ports(
H A Dipc_tt.c4990 task_get_exception_ports( in task_get_exception_ports() function
5046 kr = task_get_exception_ports(task, exception_mask, masks, CountCnt, ports, behaviors, flavors); in task_get_exception_ports_from_user()