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

  /src/sys/external/mit/xen-include-public/dist/xen/include/public/hvm/
save.h 65 # define DECLARE_HVM_SAVE_TYPE_COMPAT(_x, _code, _type, _ctype, _fix) \
68 struct __HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[2];}; \
72 # define DECLARE_HVM_SAVE_TYPE(_x, _code, _type) \
75 struct __HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[1];}; \
78 # define DECLARE_HVM_SAVE_TYPE_COMPAT(_x, _code, _type, _ctype, _fix) \
79 struct __HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[2];}
81 # define DECLARE_HVM_SAVE_TYPE(_x, _code, _type) \
82 struct __HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[1];}
  /src/sys/compat/sys/
siginfo.h 53 int _code; member in struct:__ksiginfo32
  /src/sys/sys/
siginfo.h 48 int _code; member in struct:_ksiginfo
155 #define si_code _info._code
185 #define ksi_code ksi_info._code
syslog.h 70 typedef struct _code { struct
  /src/sys/compat/netbsd32/
netbsd32_signal.c 284 si->_code = si32->_code;
287 if (si32->_code == SI_NOINFO)
289 else if (si32->_code <= 0) /* codes described in siginfo(2) */
303 switch (si32->_code) {
374 si32->_code = si->_code;
377 if (si->_code == SI_NOINFO)
379 else if (si->_code <= 0) /* codes described in siginfo(2) */
393 switch (si->_code) {
    [all...]
  /src/sys/kern/
core_netbsd.c 89 cs.core.c_ucode = p->p_sigctx.ps_info._code;
core_elf32.c 386 cpi.cpi_sigcode = p->p_sigctx.ps_info._code;
sys_ptrace_common.c 678 (t->p_sigctx.ps_info._code != TRAP_CHLD &&
679 t->p_sigctx.ps_info._code != TRAP_LWP)) {
kern_sig.c 549 out->ksi_info._code = SI_NOINFO;
1919 p->p_sigctx.ps_info._code = SI_NOINFO;
2294 p->p_sigctx.ps_info._code = SI_NOINFO;
  /src/sys/compat/linux32/common/
linux32_signal.c 111 lsi->lsi_code = native_to_linux32_si_code(ksi->_code);
113 switch (ksi->_code) {
146 ksi->_code, ksi->_reason._child._status);
  /src/sys/external/isc/atheros_hal/dist/ar5312/
ar5312_reset.c 87 #define FAIL(_code) do { ecode = _code; goto bad; } while (0)
  /src/sys/compat/linux/common/
linux_signal.c 169 lsi->lsi_code = native_to_linux_si_code(ksi->_code);
171 switch (ksi->_code) {
202 ksi->_code, ksi->_reason._child._status);
  /src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210_reset.c 74 #define FAIL(_code) do { ecode = _code; goto bad; } while (0)
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_reset.c 154 #define FAIL(_code) do { ecode = _code; goto bad; } while (0)
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_reset.c 103 #define FAIL(_code) do { ecode = _code; goto bad; } while (0)
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_reset.c 100 #define FAIL(_code) do { ecode = _code; goto bad; } while (0)

Completed in 26 milliseconds