| /freebsd-12.1/sys/xen/interface/hvm/ |
| H A D | save.h | 65 # define DECLARE_HVM_SAVE_TYPE_COMPAT(_x, _code, _type, _ctype, _fix) \ argument 67 struct __HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[2];}; \ 71 # define DECLARE_HVM_SAVE_TYPE(_x, _code, _type) \ argument 73 struct __HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[1];}; \ 76 # define DECLARE_HVM_SAVE_TYPE_COMPAT(_x, _code, _type, _ctype, _fix) \ argument 77 struct __HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[2];} 79 # define DECLARE_HVM_SAVE_TYPE(_x, _code, _type) \ argument 80 struct __HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[1];}
|
| /freebsd-12.1/contrib/elftoolchain/ar/ |
| H A D | ar.h | 140 void bsdar_errc(struct bsdar *, int _code, const char *fmt, ...); 143 void bsdar_warnc(struct bsdar *, int _code, const char *fmt, ...);
|
| /freebsd-12.1/usr.bin/ar/ |
| H A D | ar.h | 117 void bsdar_errc(struct bsdar *, int _eval, int _code, 119 void bsdar_warnc(struct bsdar *, int _code, const char *fmt, ...);
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | rtl.h | 462 const enum rtx_code _code = GET_CODE (_rtx); \ 463 if (_n < 0 || _n >= GET_RTX_LENGTH (_code)) \ 466 if (GET_RTX_FORMAT(_code)[_n] != C1) \ 473 const enum rtx_code _code = GET_CODE (_rtx); \ 474 if (_n < 0 || _n >= GET_RTX_LENGTH (_code)) \ 477 if (GET_RTX_FORMAT(_code)[_n] != C1 \ 478 && GET_RTX_FORMAT(_code)[_n] != C2) \ 492 const enum rtx_code _code = GET_CODE (_rtx); \ 493 if (_code != (C1) && _code != (C2)) \ 508 if (_n < 0 || _n >= GET_RTX_LENGTH (_code)) \ [all …]
|
| /freebsd-12.1/sys/sys/ |
| H A D | syslog.h | 69 typedef struct _code { struct
|
| /freebsd-12.1/crypto/openssl/crypto/rand/ |
| H A D | rand_unix.c | 162 extern void s$sleep(long *_duration, short int *_code); in rand_pool_acquire_entropy() 165 extern void s$sleep2(long long *_duration, short int *_code); in rand_pool_acquire_entropy()
|
| /freebsd-12.1/lib/libsysdecode/ |
| H A D | sysdecode.h | 120 const char *sysdecode_syscallname(enum sysdecode_abi _abi, unsigned int _code);
|
| /freebsd-12.1/sys/dev/ath/ath_hal/ar5312/ |
| H A D | ar5312_reset.c | 98 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5312Reset() argument
|
| /freebsd-12.1/sys/dev/ath/ath_hal/ar5210/ |
| H A D | ar5210_reset.c | 78 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5210Reset() argument
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | Mips16InstrFormats.td | 192 bits<6> _code; // code is a keyword in tablegen 198 let Inst{10-5} = _code;
|
| /freebsd-12.1/sys/dev/sfxge/common/ |
| H A D | efsys.h | 1179 #define EFSYS_ERR(_esip, _code, _dword0, _dword1) \ argument 1181 sfxge_err((_esip), (_code), (_dword0), (_dword1)); \
|
| /freebsd-12.1/sys/dev/ath/ath_hal/ar5211/ |
| H A D | ar5211_reset.c | 164 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5211Reset() argument
|
| /freebsd-12.1/sys/dev/ath/ath_hal/ar5416/ |
| H A D | ar5416_reset.c | 85 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5416Reset() argument
|
| /freebsd-12.1/sys/dev/ath/ath_hal/ar5212/ |
| H A D | ar5212_reset.c | 126 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5212Reset() argument
|
| /freebsd-12.1/sys/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_reset.c | 4515 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar9300_reset() argument
|