Home
last modified time | relevance | path

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

/freebsd-12.1/sys/xen/interface/hvm/
H A Dsave.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];}
/freebsd-12.1/contrib/elftoolchain/ar/
H A Dar.h140 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 Dar.h117 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 Drtl.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)) \
508 if (_n < 0 || _n >= GET_RTX_LENGTH (_code)) \
[all …]
/freebsd-12.1/sys/sys/
H A Dsyslog.h69 typedef struct _code { struct
/freebsd-12.1/crypto/openssl/crypto/rand/
H A Drand_unix.c162 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 Dsysdecode.h120 const char *sysdecode_syscallname(enum sysdecode_abi _abi, unsigned int _code);
/freebsd-12.1/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_reset.c98 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5312Reset() argument
/freebsd-12.1/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_reset.c78 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5210Reset() argument
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMips16InstrFormats.td192 bits<6> _code; // code is a keyword in tablegen
198 let Inst{10-5} = _code;
/freebsd-12.1/sys/dev/sfxge/common/
H A Defsys.h1179 #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 Dar5211_reset.c164 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5211Reset() argument
/freebsd-12.1/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c85 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5416Reset() argument
/freebsd-12.1/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c126 #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 Dar9300_reset.c4515 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar9300_reset() argument