Home
last modified time | relevance | path

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

/freebsd-13.1/sys/xen/interface/hvm/
H A Dsave.h65 # 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];}
/freebsd-13.1/sys/dev/hid/
H A Dhidmap.h107 #define HIDMAP_ANY(_page, _usage, _type, _code) \ argument
111 .code = (_code)
116 .code = (_code)
127 #define HIDMAP_KEY(_page, _usage, _code) \ argument
128 HIDMAP_ANY((_page), (_usage), EV_KEY, (_code)), \
133 #define HIDMAP_REL(_page, _usage, _code) \ argument
134 HIDMAP_ANY((_page), (_usage), EV_REL, (_code)), \
136 #define HIDMAP_ABS(_page, _usage, _code) \ argument
137 HIDMAP_ANY((_page), (_usage), EV_ABS, (_code)), \
139 #define HIDMAP_SW(_page, _usage, _code) \ argument
[all …]
/freebsd-13.1/usr.bin/ar/
H A Dar.h120 void bsdar_errc(struct bsdar *, int _code, const char *fmt, ...) __dead2;
121 void bsdar_warnc(struct bsdar *, int _code, const char *fmt, ...);
/freebsd-13.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-13.1/sys/sys/
H A Dsyslog.h69 typedef struct _code { struct
/freebsd-13.1/crypto/openssl/crypto/rand/
H A Drand_unix.c166 extern void s$sleep(long *_duration, short int *_code); in rand_pool_acquire_entropy()
169 extern void s$sleep2(long long *_duration, short int *_code); in rand_pool_acquire_entropy()
/freebsd-13.1/lib/libsysdecode/
H A Dsysdecode.h120 const char *sysdecode_syscallname(enum sysdecode_abi _abi, unsigned int _code);
/freebsd-13.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-13.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-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16InstrFormats.td191 bits<6> _code; // code is a keyword in tablegen
197 let Inst{10-5} = _code;
/freebsd-13.1/sys/dev/sfxge/common/
H A Defsys.h1127 #define EFSYS_ERR(_esip, _code, _dword0, _dword1) \ argument
1129 sfxge_err((_esip), (_code), (_dword0), (_dword1)); \
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DPropertiesBase.td190 class ReadHelper<code _code> {
196 code Code = _code;
/freebsd-13.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-13.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-13.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-13.1/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c4520 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar9300_reset() argument