Home | History | Annotate | Download | only in kern

Lines Matching refs:ptrace_regwfunc_t

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;