Symbol: _type
sbin/devd/devd.cc
329
_type = media_types[i].ifmt_word;
sbin/devd/devd.cc
355
value.c_str(), _type);
sbin/devd/devd.cc
368
retval = (IFM_TYPE(ifmr.ifm_active) == _type);
sbin/devd/devd.cc
369
} else if (_type == -1) {
sbin/devd/devd.hh
109
int _type;
sbin/newfs_msdos/mkfs_msdos.h
64
#define AOPT(_opt, _type, _name, _min, _desc) _type _name;
sbin/newfs_msdos/newfs_msdos.c
267
#define AOPT(_opt, _type, _name, _min, _desc) { _opt, _desc },
sys/dev/drm/include/drm/drm_hashtab.h
40
#define drm_hash_entry(_ptr, _type, _member) container_of(_ptr, _type, _member)
sys/dev/netif/ath/ath/if_athvar.h
1186
#define ath_hal_setuptxqueue(_ah, _type, _irq) \
sys/dev/netif/ath/ath/if_athvar.h
1187
((*(_ah)->ah_setupTxQueue)((_ah), (_type), (_irq)))
sys/dev/netif/ath/ath/if_athvar.h
1438
#define ath_hal_chaintxdesc(_ah, _ds, _bl, _sl, _pktlen, _hdrlen, _type, \
sys/dev/netif/ath/ath/if_athvar.h
1441
(_pktlen), (_hdrlen), (_type), (_keyix), (_cipher), (_delims), \
sys/dev/netif/ath/ath/if_athvar.h
1464
#define ath_hal_gpioCfgOutput(_ah, _gpio, _type) \
sys/dev/netif/ath/ath/if_athvar.h
1465
((*(_ah)->ah_gpioCfgOutput)((_ah), (_gpio), (_type)))
sys/dev/netif/ath/ath_hal/ah_internal.h
444
#define ath_hal_gpioCfgOutput(_ah, _gpio, _type) \
sys/dev/netif/ath/ath_hal/ah_internal.h
445
(_ah)->ah_gpioCfgOutput(_ah, _gpio, _type)
sys/dev/raid/hpt27xx/him.h
270
#define _HIM_INTERFACE(_type, _fn, _args) _type (* _fn) _args;
sys/dev/raid/hptrr/him.h
244
#define _HIM_INTERFACE(_type, _fn, _args) _type (* _fn) _args;
sys/netgraph/netgraph/ng_base.c
135
static const struct ng_parse_type ng_generic_ ## lo ## _type = { \
sys/netgraph7/bluetooth/l2cap/ng_l2cap_cmds.h
347
#define _ng_l2cap_info_req(_m, _ident, _type) \
sys/netgraph7/bluetooth/l2cap/ng_l2cap_cmds.h
365
c->param.type = htole16((_type)); \
sys/netgraph7/bluetooth/l2cap/ng_l2cap_cmds.h
369
#define _ng_l2cap_info_rsp(_m, _ident, _type, _result, _mtu) \
sys/netgraph7/bluetooth/l2cap/ng_l2cap_cmds.h
386
c->param.type = htole16((_type)); \
sys/netgraph7/bluetooth/l2cap/ng_l2cap_cmds.h
390
switch ((_type)) { \
sys/netgraph7/netgraph/ng_base.c
387
static const struct ng_parse_type ng_generic_ ## lo ## _type = { \
sys/netproto/802_11/ieee80211_proto.h
47
#define IEEE80211_SEND_MGMT(_ni,_type,_arg) \
sys/netproto/802_11/ieee80211_proto.h
48
((*(_ni)->ni_ic->ic_send_mgmt)(_ni, _type, _arg))
sys/netproto/802_11/ieee80211_var.h
1004
#define IEEE80211_DISCARD(_vap, _m, _wh, _type, _fmt, ...) do { \
sys/netproto/802_11/ieee80211_var.h
1006
ieee80211_discard_frame(_vap, _wh, _type, _fmt, __VA_ARGS__);\
sys/netproto/802_11/ieee80211_var.h
1008
#define IEEE80211_DISCARD_IE(_vap, _m, _wh, _type, _fmt, ...) do { \
sys/netproto/802_11/ieee80211_var.h
1010
ieee80211_discard_ie(_vap, _wh, _type, _fmt, __VA_ARGS__);\
sys/netproto/802_11/ieee80211_var.h
1012
#define IEEE80211_DISCARD_MAC(_vap, _m, _mac, _type, _fmt, ...) do { \
sys/netproto/802_11/ieee80211_var.h
1014
ieee80211_discard_mac(_vap, _mac, _type, _fmt, __VA_ARGS__);\
sys/netproto/802_11/ieee80211_var.h
1035
#define IEEE80211_DISCARD(_vap, _m, _wh, _type, _fmt, ...) do { } while (0)
sys/netproto/802_11/ieee80211_var.h
1036
#define IEEE80211_DISCARD_IE(_vap, _m, _wh, _type, _fmt, ...) do { } while (0)
sys/netproto/802_11/ieee80211_var.h
1037
#define IEEE80211_DISCARD_MAC(_vap, _m, _mac, _type, _fmt, ...) do { } while (0)
sys/sys/malloc.h
275
__kmalloc(size_t _size, struct malloc_type *_type, int _flags)
sys/sys/malloc.h
280
_malloc_item = _kmalloc(_size, _type, _flags & ~M_ZERO);
sys/sys/malloc.h
287
return (_kmalloc(_size, _type, _flags));
sys/sys/malloc.h
291
__kmalloc_obj(size_t _size, struct malloc_type *_type, int _flags)
sys/sys/malloc.h
297
_type, _flags & ~M_ZERO);
sys/sys/malloc.h
304
return (_kmalloc_obj(__VM_CACHELINE_ALIGN(_size), _type, _flags));
tools/tools/ath/common/dumpregs.h
65
#define _DEFREG(_addr, _name, _type) \
tools/tools/ath/common/dumpregs.h
66
{ .addr = _addr, .name = _name, .type = _type }
tools/tools/ath/common/dumpregs.h
67
#define _DEFREGx(_addr, _name, _type, _srevmin, _srevmax) \
tools/tools/ath/common/dumpregs.h
68
{ .addr = _addr, .name = _name, .type = _type, \
tools/tools/ath/common/dumpregs.h
70
#define _DEFREGfmt(_addr, _name, _type, _fmt) \
tools/tools/ath/common/dumpregs.h
71
{ .addr = _addr, .name = _name, .type = _type, .bits = _fmt }
usr.sbin/lpr/lpd/printjob.c
132
static int sendfile(struct printer *_pp, int _type, char *_file,
usr.sbin/makefs/msdos.c
81
#define AOPT(_opt, _type, _name, _min, _desc) { \
usr.sbin/makefs/msdos.c
86
(sizeof(_type) == 1 ? OPT_INT8 : \
usr.sbin/makefs/msdos.c
87
(sizeof(_type) == 2 ? OPT_INT16 : \
usr.sbin/makefs/msdos.c
88
(sizeof(_type) == 4 ? OPT_INT32 : OPT_INT64)))), \
usr.sbin/makefs/msdos.c
91
.maximum = sizeof(_type) == 1 ? UINT8_MAX : \
usr.sbin/makefs/msdos.c
92
(sizeof(_type) == 2 ? UINT16_MAX : \
usr.sbin/makefs/msdos.c
93
(sizeof(_type) == 4 ? UINT32_MAX : INT64_MAX)), \