Searched refs:_type (Results 51 - 75 of 89) sorted by relevance

1234

/freebsd-13-stable/contrib/unbound/sldns/
H A Drrdef.h453 sldns_rr_type _type; member in struct:sldns_struct_rr_descriptor
/freebsd-13-stable/contrib/ldns/ldns/
H A Drdata.h179 ldns_rdf_type _type; member in struct:ldns_struct_rdf
H A Drr.h346 ldns_rr_type _type; member in struct:ldns_struct_rr_descriptor
/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Dgelf.h75 size_t gelf_fsize(Elf *_elf, Elf_Type _type, size_t _count,
/freebsd-13-stable/sys/dev/hpt27xx/
H A Dhim.h278 #define _HIM_INTERFACE(_type, _fn, _args) _type (* _fn) _args;
/freebsd-13-stable/sys/dev/hptnr/
H A Dhim.h278 #define _HIM_INTERFACE(_type, _fn, _args) _type (* _fn) _args;
/freebsd-13-stable/sys/dev/hptrr/
H A Dhim.h246 #define _HIM_INTERFACE(_type, _fn, _args) _type (* _fn) _args;
/freebsd-13-stable/sys/dev/ice/
H A Dice_osdep.h241 #define LIST_ENTRY_SAFE(_ptr, _type, _member) \
243 ____ptr ? _osdep_LIST_ENTRY(____ptr, _type, _member) : NULL; \
/freebsd-13-stable/sys/net80211/
H A Dieee80211_proto.h49 #define IEEE80211_SEND_MGMT(_ni,_type,_arg) \
50 ((*(_ni)->ni_ic->ic_send_mgmt)(_ni, _type, _arg))
/freebsd-13-stable/sys/dev/bhnd/
H A Dbhnd_ids.h531 /** Evaluates to true if @p _type is a BCMA or BCMA-compatible interconenct */
532 #define BHND_CHIPTYPE_IS_BCMA_COMPATIBLE(_type) \
533 ((_type) == BHND_CHIPTYPE_BCMA || \
534 (_type) == BHND_CHIPTYPE_BCMA_ALT || \
535 (_type) == BHND_CHIPTYPE_UBUS)
537 /** Evaluates to true if @p _type uses a BCMA EROM table */
538 #define BHND_CHIPTYPE_HAS_EROM(_type) \
539 BHND_CHIPTYPE_IS_BCMA_COMPATIBLE(_type)
/freebsd-13-stable/sbin/devd/
H A Ddevd.cc330 : _var(var), _type(-1)
341 _type = media_types[i].ifmt_word;
367 value.c_str(), _type);
380 retval = (IFM_TYPE(ifmr.ifm_active) == _type);
381 } else if (_type == -1) {
/freebsd-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value.c1769 #define NV_STORE_INLINE(_type, _dest) do { \
1770 if (ilen != sizeof(_type)) \
1774 value->data._dest[0] = *(const _type *)inp; \
1779 #define NV_COPY_ARRRAY_INLINE(_type, _dest) do { \
1780 if (ilen % sizeof(_type) != 0) \
H A Dbhnd_nvram_value_fmts.c200 #define BHND_NVRAM_VAL_FMT_NATIVE(_n, _type) \
203 .native_type = BHND_NVRAM_TYPE_ ## _type, \
/freebsd-13-stable/sys/dev/sfxge/common/
H A Defx.h53 #define EFX_FIELD_OFFSET(_type, _field) \
54 ((size_t)&(((_type *)0)->_field))
60 #define EFX_P2ROUNDUP(_type, _value, _align) \
61 (-(-(_type)(_value) & -(_type)(_align)))
64 #define EFX_P2ALIGN(_type, _value, _align) \
65 ((_type)(_value) & -(_type)(_align))
68 #define EFX_IS_P2ALIGNED(_type, _value, _align) \
69 ((((_type)(_valu
[all...]
/freebsd-13-stable/sbin/newfs_msdos/
H A Dnewfs_msdos.c274 #define AOPT(_opt, _type, _name, _min, _desc) { _opt, _desc },
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception.h172 # define FUNC_TYPE(x) x##_type
/freebsd-13-stable/sys/dev/malo/
H A Dif_malohal.c63 #define _CMD_SETUP(pCmd, _type, _cmd) do { \
64 pCmd = (_type *)&mh->mh_cmdbuf[0]; \
65 memset(pCmd, 0, sizeof(_type)); \
67 pCmd->cmdhdr.length = htole16(sizeof(_type)); \
/freebsd-13-stable/sys/dev/bxe/
H A Decore_reg.h3626 #define CDU_VALID_DATA(_cid, _region, _type) \
3627 (((_cid) << 8) | (((_region)&0xf)<<4) | (((_type)&0xf)))
3628 #define CDU_CRC8(_cid, _region, _type) \
3629 (calc_crc8(CDU_VALID_DATA(_cid, _region, _type), 0xff))
3630 #define CDU_RSRVD_VALUE_TYPE_A(_cid, _region, _type) \
3631 (0x80 | ((CDU_CRC8(_cid, _region, _type)) & 0x7f))
3632 #define CDU_RSRVD_VALUE_TYPE_B(_crc, _type) \
3633 (0x80 | ((_type)&0xf << 3) | ((CDU_CRC8(_cid, _region, _type)) & 0x7))
/freebsd-13-stable/sys/dev/ath/
H A Dif_athvar.h1169 #define ath_hal_setuptxqueue(_ah, _type, _irq) \
1170 ((*(_ah)->ah_setupTxQueue)((_ah), (_type), (_irq)))
1424 #define ath_hal_chaintxdesc(_ah, _ds, _bl, _sl, _pktlen, _hdrlen, _type, \
1427 (_pktlen), (_hdrlen), (_type), (_keyix), (_cipher), (_delims), \
1450 #define ath_hal_gpioCfgOutput(_ah, _gpio, _type) \
1451 ((*(_ah)->ah_gpioCfgOutput)((_ah), (_gpio), (_type)))
/freebsd-13-stable/contrib/ldns/
H A Drdata.c34 return rd->_type;
56 rd->_type = type;
/freebsd-13-stable/sys/dev/bhnd/cores/chipc/
H A Dchipc_gpio.c88 #define CC_GPIO_DEBUG(_type) (CC_GPIO_DEBUG_ ## _type & chipc_gpio_debug)
/freebsd-13-stable/sys/dev/rtwn/
H A Dif_rtwnvar.h447 #define rtwn_tx_start(_sc, _ni, _m, _desc, _type, _id) \
448 (((_sc)->sc_tx_start)((_sc), (_ni), (_m), (_desc), (_type), (_id)))
/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp1065 _type(Type::Unknown), _size(0) {}
1070 _type(atom->type()), _size(atom->size()) {}
1104 Type type() const override { return _type; }
1111 Type _type; member in class:llvm::yaml::MappingTraits::MappingTraits::NormalizedAtom
1124 io.mapOptional("type", keys->_type, SharedLibraryAtom::Type::Code);
/freebsd-13-stable/contrib/bmake/
H A Dmeta.c405 #define SKIP_META_TYPE(_type) do { \
406 if ((gn->type & __CONCAT(OP_, _type))) { \
409 gn->name, __STRING(_type)); \
/freebsd-13-stable/contrib/libevent/
H A Devent_rpcgen.py350 self._type = type
390 return self._type
1060 Entry.__init__(self, entry._type, entry._name, entry._tag)

Completed in 303 milliseconds

1234