Home
last modified time | relevance | path

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

/trueos/sys/xen/interface/hvm/
HDsave.h65 # 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/
HDsvr4_siginfo.h81 int _code; member
100 #define svr4_si_code _info._code
/trueos/usr.bin/ar/
HDar.h113 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/
HDrand_unix.c168 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/
HDrtl.h462 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/
HDsyslog.h67 typedef struct _code { struct
/trueos/contrib/llvm/include/llvm/Support/
HDsystem_error.h640 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/
HDar5312_reset.c94 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5312Reset() argument
/trueos/sys/dev/ath/ath_hal/ar5210/
HDar5210_reset.c75 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5210Reset() argument
/trueos/contrib/llvm/lib/Target/Mips/
HDMips16InstrFormats.td192 bits<6> _code; // code is a keyword in tablegen
198 let Inst{10-5} = _code;
/trueos/sys/dev/sfxge/common/
HDefsys.h1142 #define EFSYS_ERR(_esip, _code, _dword0, _dword1) \ argument
1144 sfxge_err((_esip), (_code), (_dword0), (_dword1)); \
/trueos/sys/dev/ath/ath_hal/ar5211/
HDar5211_reset.c161 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5211Reset() argument
/trueos/sys/dev/ath/ath_hal/ar5416/
HDar5416_reset.c81 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5416Reset() argument
/trueos/sys/dev/ath/ath_hal/ar5212/
HDar5212_reset.c122 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5212Reset() argument
/trueos/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_reset.c4289 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar9300_reset() argument