FreeBSD kernel kern code
|
Data Fields | |
int | req |
pid_t | pid |
caddr_t | addr |
int | data |
Definition at line 497 of file sys_process.c.
caddr_t ptrace_args::addr |
Definition at line 500 of file sys_process.c.
Referenced by sys_ptrace(), and systrace_args().
int ptrace_args::data |
Definition at line 501 of file sys_process.c.
Referenced by sys_ptrace(), and systrace_args().
pid_t ptrace_args::pid |
Definition at line 499 of file sys_process.c.
Referenced by sys_ptrace(), and systrace_args().
int ptrace_args::req |
Definition at line 498 of file sys_process.c.
Referenced by sys_ptrace(), and systrace_args().