Home
last modified time | relevance | path

Searched refs:PT_WRITE_D (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/sys/
H A Dptrace.h47 #define PT_WRITE_D 5 /* write word in child's D space */ macro
/f-stack/freebsd/amd64/linux/
H A Dlinux_ptrace.c598 error = kern_ptrace(td, PT_WRITE_D, pid, addr, uap->data); in linux_ptrace()
604 error = kern_ptrace(td, PT_WRITE_D, pid, in linux_ptrace()
/f-stack/freebsd/kern/
H A Dsys_process.c1100 case PT_WRITE_D: in kern_ptrace()