/freebsd/sys/dev/hid/ |
H A D | hidmap.h | 107 #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 D | save.h | 65 # 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 D | ar.h | 118 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 D | ar.h | 140 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 D | edns.c | 34 return edns->_code; in ldns_edns_get_code() 87 edns->_code = code; in ldns_edns_set_code()
|
/freebsd/sys/sys/ |
H A D | syslog.h | 65 typedef struct _code { struct
|
/freebsd/contrib/ldns/ldns/ |
H A D | edns.h | 98 ldns_edns_option_code _code; member
|
/freebsd/lib/libsysdecode/ |
H A D | sysdecode.h | 122 const char *sysdecode_syscallname(enum sysdecode_abi _abi, unsigned int _code);
|
/freebsd/sys/dev/ath/ath_hal/ar5312/ |
H A D | ar5312_reset.c | 96 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5312Reset() argument
|
/freebsd/sys/dev/ath/ath_hal/ar5210/ |
H A D | ar5210_reset.c | 76 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5210Reset() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | Mips16InstrFormats.td | 191 bits<6> _code; // code is a keyword in tablegen 197 let Inst{10-5} = _code;
|
/freebsd/sys/dev/sfxge/common/ |
H A D | efsys.h | 1126 #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 D | PropertiesBase.td | 197 class ReadHelper<code _code> { 203 code Code = _code;
|
/freebsd/sys/dev/ath/ath_hal/ar5211/ |
H A D | ar5211_reset.c | 162 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5211Reset() argument
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_reset.c | 124 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5212Reset() argument
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_reset.c | 83 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar5416Reset() argument
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_reset.c | 4520 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar9300_reset() argument
|