HomeSort by: relevance | last modified time | path
    Searched refs:_pe_other_pid (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/compat/sys/
siginfo.h 91 pid_t _pe_other_pid; member in union:__ksiginfo32::__anon2430::__anon2436::__anon2437
  /src/sys/sys/
siginfo.h 91 pid_t _pe_other_pid; member in union:_ksiginfo::__anon7688::__anon7694::__anon7695
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
ptrace.h 119 pid_t _pe_other_pid; member in union:ptrace_state::__anon7650
124 #define pe_other_pid _option._pe_other_pid
  /src/sys/compat/netbsd32/
netbsd32_signal.c 310 CTASSERT(sizeof(si->_reason._ptrace_state._option._pe_other_pid) ==
312 si->_reason._ptrace_state._option._pe_other_pid =
313 si32->_reason._ptrace_state._option._pe_other_pid;
400 CTASSERT(sizeof(si32->_reason._ptrace_state._option._pe_other_pid) ==
402 si32->_reason._ptrace_state._option._pe_other_pid =
403 si->_reason._ptrace_state._option._pe_other_pid;
  /src/sys/kern/
sys_ptrace_common.c 685 KASSERT(si->_reason._ptrace_state._option._pe_other_pid > 0);
691 si->_reason._ptrace_state._option._pe_other_pid;

Completed in 60 milliseconds