Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
HDptrace.h71 #define PIOD_READ_D 1 /* Read from D space */ macro
/dragonfly/contrib/gdb-7/gdb/
HDinf-ptrace.c490 piod.piod_op = writebuf ? PIOD_WRITE_I : PIOD_READ_D; in inf_ptrace_xfer_partial()
/dragonfly/sys/kern/
HDsys_process.c603 case PIOD_READ_D: in kern_ptrace()