Lines Matching defs:wh
256 int wh = ptrace(PPC_PTRACE_SETHWDEBUG, child_pid, 0, info);
258 if (wh <= 0) {
262 return wh;
265 static void ptrace_delhwdebug(pid_t child_pid, int wh)
267 if (ptrace(PPC_PTRACE_DELHWDEBUG, child_pid, 0, wh) < 0) {
357 int wh;
361 wh = ptrace_sethwdebug(child_pid, &info);
364 ptrace_delhwdebug(child_pid, wh);
368 wh = ptrace_sethwdebug(child_pid, &info);
371 ptrace_delhwdebug(child_pid, wh);
375 wh = ptrace_sethwdebug(child_pid, &info);
378 ptrace_delhwdebug(child_pid, wh);
387 int wh;
391 wh = ptrace_sethwdebug(child_pid, &info);
394 ptrace_delhwdebug(child_pid, wh);
403 int wh;
409 wh = ptrace_sethwdebug(child_pid, &info);
412 ptrace_delhwdebug(child_pid, wh);
418 wh = ptrace_sethwdebug(child_pid, &info);
421 ptrace_delhwdebug(child_pid, wh);
427 wh = ptrace_sethwdebug(child_pid, &info);
430 ptrace_delhwdebug(child_pid, wh);
502 int wh;
508 wh = ptrace_sethwdebug(child_pid, &info);
511 ptrace_delhwdebug(child_pid, wh);
517 wh = ptrace_sethwdebug(child_pid, &info);
520 ptrace_delhwdebug(child_pid, wh);
526 wh = ptrace_sethwdebug(child_pid, &info);
529 ptrace_delhwdebug(child_pid, wh);
539 int wh;
545 wh = ptrace_sethwdebug(child_pid, &info);
548 ptrace_delhwdebug(child_pid, wh);
557 int wh;
563 wh = ptrace_sethwdebug(child_pid, &info);
566 ptrace_delhwdebug(child_pid, wh);