Home
last modified time | relevance | path

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

/netbsd/sys/sys/
H A 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
H A Dptrace.h111 pid_t _pe_other_pid; member
116 #define pe_other_pid _option._pe_other_pid
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_signal.c307 CTASSERT(sizeof(si->_reason._ptrace_state._option._pe_other_pid) == in netbsd32_ksi32_to_ksi()
309 si->_reason._ptrace_state._option._pe_other_pid = in netbsd32_ksi32_to_ksi()
310 si32->_reason._ptrace_state._option._pe_other_pid; in netbsd32_ksi32_to_ksi()
397 CTASSERT(sizeof(si32->_reason._ptrace_state._option._pe_other_pid) == in netbsd32_ksi_to_ksi32()
399 si32->_reason._ptrace_state._option._pe_other_pid = in netbsd32_ksi_to_ksi32()
400 si->_reason._ptrace_state._option._pe_other_pid; in netbsd32_ksi_to_ksi32()
/netbsd/sys/compat/sys/
H A Dsiginfo.h91 pid_t _pe_other_pid; member
/netbsd/sys/kern/
H A Dsys_ptrace_common.c684 KASSERT(si->_reason._ptrace_state._option._pe_other_pid > 0); in ptrace_get_process_state()
690 si->_reason._ptrace_state._option._pe_other_pid; in ptrace_get_process_state()