Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/hid/
HDhidmap.h107 #define HIDMAP_ANY(_page, _usage, _type, _code) \ argument
111 .code = (_code)
112 #define HIDMAP_ANY_RANGE(_page, _usage_from, _usage_to, _type, _code) \ argument
116 .code = (_code)
127 #define HIDMAP_KEY(_page, _usage, _code) \ argument
128 HIDMAP_ANY((_page), (_usage), EV_KEY, (_code)), \
130 #define HIDMAP_KEY_RANGE(_page, _ufrom, _uto, _code) \ argument
131 HIDMAP_ANY_RANGE((_page), (_ufrom), (_uto), EV_KEY, (_code)), \
133 #define HIDMAP_REL(_page, _usage, _code) \ argument
134 HIDMAP_ANY((_page), (_usage), EV_REL, (_code)), \
[all …]
/freebsd-13-stable/sys/xen/interface/hvm/
HDsave.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-stable/usr.bin/ar/
HDar.h118 void bsdar_errc(struct bsdar *, int _code, const char *fmt, ...) __dead2;
119 void bsdar_warnc(struct bsdar *, int _code, const char *fmt, ...);
/freebsd-13-stable/contrib/elftoolchain/ar/
HDar.h140 void bsdar_errc(struct bsdar *, int _code, const char *fmt, ...);
143 void bsdar_warnc(struct bsdar *, int _code, const char *fmt, ...);
/freebsd-13-stable/sys/sys/
HDsyslog.h68 typedef struct _code { struct
/freebsd-13-stable/contrib/ldns/
HDedns.c34 return edns->_code; in ldns_edns_get_code()
87 edns->_code = code; in ldns_edns_set_code()
/freebsd-13-stable/contrib/ldns/ldns/
HDedns.h98 ldns_edns_option_code _code; member
/freebsd-13-stable/crypto/openssl/crypto/rand/
HDrand_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-stable/lib/libsysdecode/
HDsysdecode.h123 const char *sysdecode_syscallname(enum sysdecode_abi _abi, unsigned int _code);
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5312/
HDar5312_reset.c96 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5312Reset() argument
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5210/
HDar5210_reset.c76 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5210Reset() argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMips16InstrFormats.td191 bits<6> _code; // code is a keyword in tablegen
197 let Inst{10-5} = _code;
/freebsd-13-stable/sys/dev/sfxge/common/
HDefsys.h1126 #define EFSYS_ERR(_esip, _code, _dword0, _dword1) \ argument
1128 sfxge_err((_esip), (_code), (_dword0), (_dword1)); \
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDPropertiesBase.td197 class ReadHelper<code _code> {
203 code Code = _code;
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5211/
HDar5211_reset.c162 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5211Reset() argument
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5212/
HDar5212_reset.c124 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5212Reset() argument
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5416/
HDar5416_reset.c83 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5416Reset() argument
/freebsd-13-stable/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_reset.c4520 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar9300_reset() argument