Home
last modified time | relevance | path

Searched refs:debug_control_port_for_pid (Results 1 – 5 of 5) sorted by relevance

/xnu-10002.81.5/tests/
H A Ddebug_control_port_for_pid.c21 …T_ASSERT_MACH_SUCCESS(debug_control_port_for_pid(mach_task_self(), 1, &port), "debug_control_port_…
/xnu-10002.81.5/osfmk/mach/
H A Dsyscall_sw.h194 kernel_trap(debug_control_port_for_pid,-96,3)
H A Dmach_traps.h366 extern kern_return_t debug_control_port_for_pid(
557 extern kern_return_t debug_control_port_for_pid(
/xnu-10002.81.5/osfmk/kern/
H A Dsyscall_sw.c206 /* 96 */ MACH_TRAP(debug_control_port_for_pid, 3, 3, munge_www),
/xnu-10002.81.5/bsd/vm/
H A Dvm_unix.c1521 debug_control_port_for_pid(struct debug_control_port_for_pid_args *args) in debug_control_port_for_pid() function