Home
last modified time | relevance | path

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

/xnu-8796.141.3/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_…
H A DMakefile782 debug_control_port_for_pid: CODE_SIGN_ENTITLEMENTS = ./debug_control_port_for_pid_entitlement.plist target
/xnu-8796.141.3/osfmk/mach/
H A Dsyscall_sw.h188 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-8796.141.3/osfmk/kern/
H A Dsyscall_sw.c206 /* 96 */ MACH_TRAP(debug_control_port_for_pid, 3, 3, munge_www),
/xnu-8796.141.3/bsd/vm/
H A Dvm_unix.c1520 debug_control_port_for_pid(struct debug_control_port_for_pid_args *args) in debug_control_port_for_pid() function