Home
last modified time | relevance | path

Searched refs:PT_KILL (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.41.9/bsd/sys/
H A Dptrace.h84 #define PT_KILL 8 /* kill the child process */ macro
/xnu-8792.41.9/bsd/kern/
H A Dmach_process.c387 case PT_KILL: in ptrace()