OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_ptrace_state
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/sys/
siginfo.h
94
}
_ptrace_state
;
member in union:_ksiginfo::__anon33f44b6e010a
178
#define si_pe_report_event _info._reason.
_ptrace_state
._pe_report_event
179
#define si_pe_other_pid _info._reason.
_ptrace_state
._option._pe_other_pid
180
#define si_pe_lwp _info._reason.
_ptrace_state
._option._pe_lwp
208
#define ksi_pe_report_event ksi_info._reason.
_ptrace_state
._pe_report_event
209
#define ksi_pe_other_pid ksi_info._reason.
_ptrace_state
._option._pe_other_pid
210
#define ksi_pe_lwp ksi_info._reason.
_ptrace_state
._option._pe_lwp
/src/sys/compat/sys/
siginfo.h
94
}
_ptrace_state
;
member in union:__ksiginfo32::__anon01db8f81010a
/src/sys/compat/netbsd32/
netbsd32_signal.c
308
si->_reason.
_ptrace_state
._pe_report_event =
309
si32->_reason.
_ptrace_state
._pe_report_event;
310
CTASSERT(sizeof(si->_reason.
_ptrace_state
._option._pe_other_pid) ==
311
sizeof(si->_reason.
_ptrace_state
._option._pe_lwp));
312
si->_reason.
_ptrace_state
._option._pe_other_pid =
313
si32->_reason.
_ptrace_state
._option._pe_other_pid;
398
si32->_reason.
_ptrace_state
._pe_report_event =
399
si->_reason.
_ptrace_state
._pe_report_event;
400
CTASSERT(sizeof(si32->_reason.
_ptrace_state
._option._pe_other_pid) ==
401
sizeof(si32->_reason.
_ptrace_state
._option._pe_lwp))
[
all
...]
/src/sys/kern/
sys_ptrace_common.c
684
KASSERT(si->_reason.
_ptrace_state
._pe_report_event > 0);
685
KASSERT(si->_reason.
_ptrace_state
._option._pe_other_pid > 0);
687
ps.pe_report_event = si->_reason.
_ptrace_state
._pe_report_event;
691
si->_reason.
_ptrace_state
._option._pe_other_pid;
Completed in 14 milliseconds
Indexes created Sun Oct 19 19:09:49 GMT 2025