Home
last modified time | relevance | path

Searched refs:_code (Results 1 – 25 of 33) sorted by relevance

12

/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/hvm/
H A Dsave.h65 # define DECLARE_HVM_SAVE_TYPE_COMPAT(_x, _code, _type, _ctype, _fix) \ argument
68 struct __HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[2];}; \
72 # define DECLARE_HVM_SAVE_TYPE(_x, _code, _type) \ argument
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) \ argument
79 struct __HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[2];}
81 # define DECLARE_HVM_SAVE_TYPE(_x, _code, _type) \ argument
82 struct __HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[1];}
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_signal.c284 si->_code = si32->_code; in netbsd32_ksi32_to_ksi()
287 if (si32->_code == SI_NOINFO) in netbsd32_ksi32_to_ksi()
289 else if (si32->_code <= 0) /* codes described in siginfo(2) */ in netbsd32_ksi32_to_ksi()
303 switch (si32->_code) { in netbsd32_ksi32_to_ksi()
374 si32->_code = si->_code; in netbsd32_ksi_to_ksi32()
377 if (si->_code == SI_NOINFO) in netbsd32_ksi_to_ksi32()
379 else if (si->_code <= 0) /* codes described in siginfo(2) */ in netbsd32_ksi_to_ksi32()
393 switch (si->_code) { in netbsd32_ksi_to_ksi32()
[all...]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/windows/
H A Dsyserror.d122 final @property DWORD code() { return _code; } /// $(D GetLastError)'s return value. in code()
123 private DWORD _code; variable
127 _code = code;
/netbsd-src/sys/sys/
H A Dsiginfo.h48 int _code; member
155 #define si_code _info._code
185 #define ksi_code ksi_info._code
H A Dsyslog.h70 typedef struct _code {
71 typedef struct _code { global() struct
72 c_name_code global() argument
73 c_val_code global() argument
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/windows/
H A Dsyserror.d130 final @property DWORD code() { return _code; } /// `GetLastError`'s return value. in code()
131 private DWORD _code; variable
135 _code = code;
/netbsd-src/sys/compat/sys/
H A Dsiginfo.h53 int _code; member
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Drtl.h1084 const enum rtx_code _code = GET_CODE (_rtx); \
1085 if (_n < 0 || _n >= GET_RTX_LENGTH (_code)) \
1088 if (GET_RTX_FORMAT (_code)[_n] != C1) \
1095 const enum rtx_code _code = GET_CODE (_rtx); \
1096 if (_n < 0 || _n >= GET_RTX_LENGTH (_code)) \
1099 if (GET_RTX_FORMAT (_code)[_n] != C1 \
1100 && GET_RTX_FORMAT (_code)[_n] != C2) \
1114 const enum rtx_code _code = GET_CODE (_rtx); \
1115 if (_code != (C1) && _code != (C2)) \
1122 const enum rtx_code _code = GET_CODE (_rtx); \
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drtl.h1076 const enum rtx_code _code = GET_CODE (_rtx); \
1077 if (_n < 0 || _n >= GET_RTX_LENGTH (_code)) \
1080 if (GET_RTX_FORMAT (_code)[_n] != C1) \
1087 const enum rtx_code _code = GET_CODE (_rtx); \
1088 if (_n < 0 || _n >= GET_RTX_LENGTH (_code)) \
1091 if (GET_RTX_FORMAT (_code)[_n] != C1 \
1092 && GET_RTX_FORMAT (_code)[_n] != C2) \
1106 const enum rtx_code _code = GET_CODE (_rtx); \
1107 if (_code != (C1) && _code != (C2)) \
1114 const enum rtx_code _code = GET_CODE (_rtx); \
[all …]
/netbsd-src/sys/compat/linux32/common/
H A Dlinux32_signal.c111 lsi->lsi_code = native_to_linux32_si_code(ksi->_code); in native_to_linux32_siginfo()
113 switch (ksi->_code) { in native_to_linux32_siginfo()
146 ksi->_code, ksi->_reason._child._status); in native_to_linux32_siginfo()
/netbsd-src/sys/kern/
H A Dcore_netbsd.c89 cs.core.c_ucode = p->p_sigctx.ps_info._code; in CORENAME()
H A Dsys_ptrace_common.c678 (t->p_sigctx.ps_info._code != TRAP_CHLD && in ptrace_get_process_state()
679 t->p_sigctx.ps_info._code != TRAP_LWP)) { in ptrace_get_process_state()
H A Dcore_elf32.c386 cpi.cpi_sigcode = p->p_sigctx.ps_info._code; in coredump_note_procinfo()
H A Dkern_sig.c575 out->ksi_info._code = SI_NOINFO; in siggetinfo()
1945 p->p_sigctx.ps_info._code = SI_NOINFO; in issignal()
2320 p->p_sigctx.ps_info._code = SI_NOINFO; in sigexit()
/netbsd-src/sys/compat/linux/common/
H A Dlinux_signal.c169 lsi->lsi_code = native_to_linux_si_code(ksi->_code); in native_to_linux_siginfo()
171 switch (ksi->_code) { in native_to_linux_siginfo()
202 ksi->_code, ksi->_reason._child._status); in native_to_linux_siginfo()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/m4/
H A Diparm.m417 define($1_code,$1_letter`'$1_kind)dnl
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/m4/
H A Diparm.m417 define($1_code,$1_letter`'$1_kind)dnl
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/rands/seeding/
H A Drand_unix.c150 extern void s$sleep(long *_duration, short int *_code); in ossl_pool_acquire_entropy()
153 extern void s$sleep2(long long *_duration, short int *_code); in ossl_pool_acquire_entropy()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rand/
H A Drand_unix.c163 extern void s$sleep(long *_duration, short int *_code); in rand_pool_acquire_entropy()
166 extern void s$sleep2(long long *_duration, short int *_code); in rand_pool_acquire_entropy()
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5312/
H A Dar5312_reset.c87 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5312Reset() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMips16InstrFormats.td191 bits<6> _code; // code is a keyword in tablegen
197 let Inst{10-5} = _code;
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5210/
H A Dar5210_reset.c74 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5210Reset() argument
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsyslog.hin95 typedef struct _code {
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DPropertiesBase.td190 class ReadHelper<code _code> {
196 code Code = _code;
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_reset.c154 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5211Reset() argument

12