Searched refs:task_get_exception_ports (Results 1 – 10 of 10) sorted by relevance
| /xnu-11215.1.10/libsyscall/mach/ |
| H A D | add_attributes_to_mig.txt | 45 task_get_exception_ports
|
| /xnu-11215.1.10/tests/ |
| H A D | immovable_send.c | 194 kr = task_get_exception_ports(task, EXC_MASK_GUARD, &mask,
|
| H A D | exception_ports_info.c | 109 …kr = task_get_exception_ports(mach_task_self(), EXC_MASK_ALL, masks2, &count2, ports, behaviors2, …
|
| /xnu-11215.1.10/tests/skywalk/ |
| H A D | skywalk_test_driver.c | 225 …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 D | diag_threshold_test.c | 231 ret = task_get_exception_ports( in save_exception_ports()
|
| /xnu-11215.1.10/osfmk/corpses/ |
| H A D | corpse.c | 527 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 D | ipc_read_inspect.c | 331 kr = task_get_exception_ports(tport, EXC_MASK_ALL, in test_task_port_mig_intrans()
|
| /xnu-11215.1.10/osfmk/mach/ |
| H A D | task.defs | 290 task_get_exception_ports(
|
| /xnu-11215.1.10/osfmk/kern/ |
| H A D | task.h | 1350 extern kern_return_t task_get_exception_ports(
|
| H A D | ipc_tt.c | 4990 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()
|