Home
last modified time | relevance | path

Searched refs:_pe_other_pid (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/sys/
Dsiginfo.h91 pid_t _pe_other_pid; member
179 #define si_pe_other_pid _info._reason._ptrace_state._option._pe_other_pid
209 #define ksi_pe_other_pid ksi_info._reason._ptrace_state._option._pe_other_pid
Dptrace.h119 pid_t _pe_other_pid; member
124 #define pe_other_pid _option._pe_other_pid
/netbsd/src/sys/compat/netbsd32/
Dnetbsd32_signal.c310 CTASSERT(sizeof(si->_reason._ptrace_state._option._pe_other_pid) == in netbsd32_ksi32_to_ksi()
312 si->_reason._ptrace_state._option._pe_other_pid = in netbsd32_ksi32_to_ksi()
313 si32->_reason._ptrace_state._option._pe_other_pid; in netbsd32_ksi32_to_ksi()
400 CTASSERT(sizeof(si32->_reason._ptrace_state._option._pe_other_pid) == in netbsd32_ksi_to_ksi32()
402 si32->_reason._ptrace_state._option._pe_other_pid = in netbsd32_ksi_to_ksi32()
403 si->_reason._ptrace_state._option._pe_other_pid; in netbsd32_ksi_to_ksi32()
/netbsd/src/sys/compat/sys/
Dsiginfo.h91 pid_t _pe_other_pid; member
/netbsd/src/sys/kern/
Dsys_ptrace_common.c685 KASSERT(si->_reason._ptrace_state._option._pe_other_pid > 0); in ptrace_get_process_state()
691 si->_reason._ptrace_state._option._pe_other_pid; in ptrace_get_process_state()