Searched refs:_reason (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/sys/sys/
H A Dsiginfo.h95 } _reason; member in struct:_ksiginfo
158 #define si_value _info._reason._rt._value
159 #define si_pid _info._reason._child._pid
160 #define si_uid _info._reason._child._uid
161 #define si_status _info._reason._child._status
162 #define si_utime _info._reason._child._utime
163 #define si_stime _info._reason._child._stime
165 #define si_addr _info._reason._fault._addr
166 #define si_trap _info._reason._fault._trap
167 #define si_trap2 _info._reason
[all...]
/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_signal.c298 si->_reason._fault._addr =
299 NETBSD32IPTR64(si32->_reason._fault._addr);
300 si->_reason._fault._trap = si32->_reason._fault._trap;
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
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Ddsn.h33 #define DSN_ASSIGN(dsn, _status, _action, _reason, _dtype, _dtext, _mtype, _mname) \
36 ((dsn)->reason = (_reason)), \
43 #define DSN_SIMPLE(dsn, _status, _reason) \
46 ((dsn)->reason = (_reason)), \
/netbsd-current/external/bsd/kyua-cli/dist/engine/
H A Dtest_result.hpp69 std::string _reason; member in class:engine::test_result
H A Dtest_result.cpp47 _reason(reason_)
128 return _reason;
160 return _type == other._type && _reason == other._reason;
/netbsd-current/external/bsd/kyua-cli/dist/utils/cmdline/
H A Dexceptions.hpp80 std::string _reason; member in class:utils::cmdline::option_argument_value_error
H A Dexceptions.cpp116 _reason(reason_)
/netbsd-current/sys/compat/sys/
H A Dsiginfo.h95 } _reason; member in struct:__ksiginfo32
/netbsd-current/sys/compat/linux32/common/
H A Dlinux32_signal.c118 lsi->lsi_pid = ksi->_reason._rt._pid;
119 lsi->lsi_uid = ksi->_reason._rt._uid;
123 ksi->_reason._rt._value.sival_ptr);
128 lsi->lsi_uid = ksi->_reason._rt._uid;
129 lsi->lsi_uid = ksi->_reason._rt._uid;
131 ksi->_reason._rt._value.sival_ptr);
137 ksi->_reason._rt._value.sival_ptr);
143 lsi->lsi_uid = ksi->_reason._child._uid;
144 lsi->lsi_pid = ksi->_reason._child._pid;
146 ksi->_code, ksi->_reason
[all...]
/netbsd-current/sys/compat/linux/common/
H A Dlinux_signal.c176 lsi->lsi_pid = ksi->_reason._rt._pid;
177 lsi->lsi_uid = ksi->_reason._rt._uid;
181 ksi->_reason._rt._value.sival_ptr;
186 lsi->lsi_uid = ksi->_reason._rt._uid;
187 lsi->lsi_uid = ksi->_reason._rt._uid;
188 lsi->lsi_value.sival_ptr = ksi->_reason._rt._value.sival_ptr;
193 lsi->lsi_value.sival_ptr = ksi->_reason._rt._value.sival_ptr;
199 lsi->lsi_uid = ksi->_reason._child._uid;
200 lsi->lsi_pid = ksi->_reason._child._pid;
202 ksi->_code, ksi->_reason
[all...]
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dmbo.c339 unsigned int _reason; local
356 &_chan, &_preference, &_reason);
359 _preference > 255 || _reason > 65535 ) {
367 chan->reason = _reason;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dfbsd-nat.c564 header can be used with both types to copy fields in the `_reason'
601 } _reason; member in struct:siginfo32
656 si32._reason.__spare__.__spare1__ = si->_reason.__spare__.__spare1__;
658 si32._reason.__spare__.__spare2__[i] = si->_reason.__spare__.__spare2__[i];
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dfbsd-nat.c451 header can be used with both types to copy fields in the `_reason'
488 } _reason; member in struct:siginfo32
543 si32._reason.__spare__.__spare1__ = si->_reason.__spare__.__spare1__;
545 si32._reason.__spare__.__spare2__[i] = si->_reason.__spare__.__spare2__[i];
/netbsd-current/sys/kern/
H A Dsys_ptrace_common.c683 KASSERT(si->_reason._ptrace_state._pe_report_event > 0);
684 KASSERT(si->_reason._ptrace_state._option._pe_other_pid > 0);
686 ps.pe_report_event = si->_reason._ptrace_state._pe_report_event;
690 si->_reason._ptrace_state._option._pe_other_pid;
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dsignal.d1099 __reason _reason;
1101 @property ref c_long si_band() return { return _reason._poll._band; }
1168 reason_t _reason;
1175 @property ref c_long si_band() return { return _info._reason._poll._band; }

Completed in 299 milliseconds