/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/hvm/ |
H A D | save.h | 65 # 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 D | netbsd32_signal.c | 284 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 D | syserror.d | 122 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 D | siginfo.h | 48 int _code; member 155 #define si_code _info._code 185 #define ksi_code ksi_info._code
|
H A D | syslog.h | 70 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 D | syserror.d | 130 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 D | siginfo.h | 53 int _code; member
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | rtl.h | 1084 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 D | rtl.h | 1076 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 D | linux32_signal.c | 111 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 D | core_netbsd.c | 89 cs.core.c_ucode = p->p_sigctx.ps_info._code; in CORENAME()
|
H A D | sys_ptrace_common.c | 678 (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 D | core_elf32.c | 386 cpi.cpi_sigcode = p->p_sigctx.ps_info._code; in coredump_note_procinfo()
|
H A D | kern_sig.c | 575 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 D | linux_signal.c | 169 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 D | iparm.m4 | 17 define($1_code,$1_letter`'$1_kind)dnl
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/m4/ |
H A D | iparm.m4 | 17 define($1_code,$1_letter`'$1_kind)dnl
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/rands/seeding/ |
H A D | rand_unix.c | 150 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 D | rand_unix.c | 163 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 D | ar5312_reset.c | 87 #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 D | Mips16InstrFormats.td | 191 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 D | ar5210_reset.c | 74 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5210Reset() argument
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | syslog.hin | 95 typedef struct _code {
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | PropertiesBase.td | 190 class ReadHelper<code _code> { 196 code Code = _code;
|
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5211/ |
H A D | ar5211_reset.c | 154 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5211Reset() argument
|