| /trueos/sys/xen/interface/hvm/ |
| HD | 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];}
|
| /trueos/sys/compat/svr4/ |
| HD | svr4_siginfo.h | 81 int _code; member 100 #define svr4_si_code _info._code
|
| /trueos/usr.bin/ar/ |
| HD | ar.h | 113 void bsdar_errc(struct bsdar *, int _eval, int _code, 115 void bsdar_warnc(struct bsdar *, int _code, const char *fmt, ...);
|
| /trueos/crypto/openssl/crypto/rand/ |
| HD | rand_unix.c | 168 extern void s$sleep(long *_duration, short int *_code); in RAND_poll() 172 extern void s$sleep2(long long *_duration, short int *_code); in RAND_poll()
|
| /trueos/contrib/gcc/ |
| HD | 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)) \ 507 const enum rtx_code _code = GET_CODE (_rtx); \ [all …]
|
| /trueos/sys/sys/ |
| HD | syslog.h | 67 typedef struct _code { struct
|
| /trueos/contrib/llvm/include/llvm/Support/ |
| HD | system_error.h | 640 virtual bool equivalent(int _code, const error_condition& _condition) const; 641 virtual bool equivalent(const error_code& _code, int _condition) const;
|
| /trueos/sys/dev/ath/ath_hal/ar5312/ |
| HD | ar5312_reset.c | 94 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5312Reset() argument
|
| /trueos/sys/dev/ath/ath_hal/ar5210/ |
| HD | ar5210_reset.c | 75 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5210Reset() argument
|
| /trueos/contrib/llvm/lib/Target/Mips/ |
| HD | Mips16InstrFormats.td | 192 bits<6> _code; // code is a keyword in tablegen 198 let Inst{10-5} = _code;
|
| /trueos/sys/dev/sfxge/common/ |
| HD | efsys.h | 1142 #define EFSYS_ERR(_esip, _code, _dword0, _dword1) \ argument 1144 sfxge_err((_esip), (_code), (_dword0), (_dword1)); \
|
| /trueos/sys/dev/ath/ath_hal/ar5211/ |
| HD | ar5211_reset.c | 161 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5211Reset() argument
|
| /trueos/sys/dev/ath/ath_hal/ar5416/ |
| HD | ar5416_reset.c | 81 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5416Reset() argument
|
| /trueos/sys/dev/ath/ath_hal/ar5212/ |
| HD | ar5212_reset.c | 122 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5212Reset() argument
|
| /trueos/sys/contrib/dev/ath/ath_hal/ar9300/ |
| HD | ar9300_reset.c | 4289 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar9300_reset() argument
|