HomeSort by: relevance | last modified time | path
    Searched refs:ptrace_regwfunc_t (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
sys_process_lwpstatus.c 147 ptrace_regwfunc_t w)
189 ptrace_regwfunc_t w;
201 w = __FPTRCAST(ptrace_regwfunc_t, process_write_regs32);
207 w = __FPTRCAST(ptrace_regwfunc_t, process_write_regs);
223 ptrace_regwfunc_t w;
235 w = (ptrace_regwfunc_t)process_write_fpregs32;
241 w = (ptrace_regwfunc_t)process_write_fpregs;
258 ptrace_regwfunc_t w;
270 w = (ptrace_regwfunc_t)process_write_dbregs32;
276 w = (ptrace_regwfunc_t)process_write_dbregs
    [all...]
  /src/sys/sys/
ptrace.h 355 typedef int (*ptrace_regwfunc_t)(struct lwp *, void *, size_t); typedef in typeref:typename:int (*)(struct lwp *,void *,size_t)

Completed in 13 milliseconds