Searched refs:pe_other_pid (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/sys/
H A Dptrace.h87 pid_t pe_other_pid; member in struct:ptrace_state
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dinf-ptrace.c58 fpid = pe.pe_other_pid;
444 ourstatus->value.related_pid = pid_to_ptid (pe.pe_other_pid);
447 fpid = waitpid (pe.pe_other_pid, &status, 0);
456 gdb_assert (pe.pe_other_pid == pid);
459 ourstatus->value.related_pid = pid_to_ptid (pe.pe_other_pid);
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dsys_process.c798 ps.pe_other_pid = t->p_fpid;

Completed in 132 milliseconds