_type
_type = media_types[i].ifmt_word;
value.c_str(), _type);
retval = (IFM_TYPE(ifmr.ifm_active) == _type);
} else if (_type == -1) {
int _type;
#define AOPT(_opt, _type, _name, _min, _desc) _type _name;
#define AOPT(_opt, _type, _name, _min, _desc) { _opt, _desc },
#define drm_hash_entry(_ptr, _type, _member) container_of(_ptr, _type, _member)
#define ath_hal_setuptxqueue(_ah, _type, _irq) \
((*(_ah)->ah_setupTxQueue)((_ah), (_type), (_irq)))
#define ath_hal_chaintxdesc(_ah, _ds, _bl, _sl, _pktlen, _hdrlen, _type, \
(_pktlen), (_hdrlen), (_type), (_keyix), (_cipher), (_delims), \
#define ath_hal_gpioCfgOutput(_ah, _gpio, _type) \
((*(_ah)->ah_gpioCfgOutput)((_ah), (_gpio), (_type)))
#define ath_hal_gpioCfgOutput(_ah, _gpio, _type) \
(_ah)->ah_gpioCfgOutput(_ah, _gpio, _type)
#define _HIM_INTERFACE(_type, _fn, _args) _type (* _fn) _args;
#define _HIM_INTERFACE(_type, _fn, _args) _type (* _fn) _args;
static const struct ng_parse_type ng_generic_ ## lo ## _type = { \
#define _ng_l2cap_info_req(_m, _ident, _type) \
c->param.type = htole16((_type)); \
#define _ng_l2cap_info_rsp(_m, _ident, _type, _result, _mtu) \
c->param.type = htole16((_type)); \
switch ((_type)) { \
static const struct ng_parse_type ng_generic_ ## lo ## _type = { \
#define IEEE80211_SEND_MGMT(_ni,_type,_arg) \
((*(_ni)->ni_ic->ic_send_mgmt)(_ni, _type, _arg))
#define IEEE80211_DISCARD(_vap, _m, _wh, _type, _fmt, ...) do { \
ieee80211_discard_frame(_vap, _wh, _type, _fmt, __VA_ARGS__);\
#define IEEE80211_DISCARD_IE(_vap, _m, _wh, _type, _fmt, ...) do { \
ieee80211_discard_ie(_vap, _wh, _type, _fmt, __VA_ARGS__);\
#define IEEE80211_DISCARD_MAC(_vap, _m, _mac, _type, _fmt, ...) do { \
ieee80211_discard_mac(_vap, _mac, _type, _fmt, __VA_ARGS__);\
#define IEEE80211_DISCARD(_vap, _m, _wh, _type, _fmt, ...) do { } while (0)
#define IEEE80211_DISCARD_IE(_vap, _m, _wh, _type, _fmt, ...) do { } while (0)
#define IEEE80211_DISCARD_MAC(_vap, _m, _mac, _type, _fmt, ...) do { } while (0)
__kmalloc(size_t _size, struct malloc_type *_type, int _flags)
_malloc_item = _kmalloc(_size, _type, _flags & ~M_ZERO);
return (_kmalloc(_size, _type, _flags));
__kmalloc_obj(size_t _size, struct malloc_type *_type, int _flags)
_type, _flags & ~M_ZERO);
return (_kmalloc_obj(__VM_CACHELINE_ALIGN(_size), _type, _flags));
#define _DEFREG(_addr, _name, _type) \
{ .addr = _addr, .name = _name, .type = _type }
#define _DEFREGx(_addr, _name, _type, _srevmin, _srevmax) \
{ .addr = _addr, .name = _name, .type = _type, \
#define _DEFREGfmt(_addr, _name, _type, _fmt) \
{ .addr = _addr, .name = _name, .type = _type, .bits = _fmt }
static int sendfile(struct printer *_pp, int _type, char *_file,
#define AOPT(_opt, _type, _name, _min, _desc) { \
(sizeof(_type) == 1 ? OPT_INT8 : \
(sizeof(_type) == 2 ? OPT_INT16 : \
(sizeof(_type) == 4 ? OPT_INT32 : OPT_INT64)))), \
.maximum = sizeof(_type) == 1 ? UINT8_MAX : \
(sizeof(_type) == 2 ? UINT16_MAX : \
(sizeof(_type) == 4 ? UINT32_MAX : INT64_MAX)), \