Home
last modified time | relevance | path

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

/freebsd/sys/dev/hid/
H A Dhidmap.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/sys/contrib/xen/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/usr.bin/ar/
H A Dar.h118 void bsdar_errc(struct bsdar *, int _code, const char *fmt, ...) __dead2;
119 void bsdar_warnc(struct bsdar *, int _code, const char *fmt, ...);
/freebsd/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/contrib/ldns/
H A Dedns.c34 return edns->_code; in ldns_edns_get_code()
87 edns->_code = code; in ldns_edns_set_code()
/freebsd/sys/sys/
H A Dsyslog.h65 typedef struct _code { struct
/freebsd/contrib/ldns/ldns/
H A Dedns.h98 ldns_edns_option_code _code; member
/freebsd/lib/libsysdecode/
H A Dsysdecode.h122 const char *sysdecode_syscallname(enum sysdecode_abi _abi, unsigned int _code);
/freebsd/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_reset.c96 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5312Reset() argument
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_reset.c76 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5210Reset() argument
/freebsd/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/sys/dev/sfxge/common/
H A Defsys.h1126 #define EFSYS_ERR(_esip, _code, _dword0, _dword1) \ argument
1128 sfxge_err((_esip), (_code), (_dword0), (_dword1)); \
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DPropertiesBase.td197 class ReadHelper<code _code> {
203 code Code = _code;
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c162 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5211Reset() argument
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c124 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5212Reset() argument
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c83 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5416Reset() argument
/freebsd/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