Symbol: _tag
sbin/pfctl/parse.y
1274
if ($10.match_tag)
sbin/pfctl/parse.y
1275
if (strlcpy(r.match_tagname, $10.match_tag,
sbin/pfctl/parse.y
1493
if ($8.match_tag)
sbin/pfctl/parse.y
1494
if (strlcpy(r.match_tagname, $8.match_tag,
sys/arm/arm/nexusvar.h
31
void nexus_set_dma_tag(bus_dma_tag_t _tag);
sys/compat/linuxkpi/common/include/linux/stddef.h
14
#define __struct_group(_tag, _name, _attrs, _members...) \
sys/compat/linuxkpi/common/include/linux/stddef.h
27
#define struct_group_tagged(_tag, _name, _members...) \
sys/compat/linuxkpi/common/include/linux/stddef.h
28
__struct_group(_tag, _name, /* no attrs */, _members)
sys/dev/hpt27xx/ldm.h
79
#define freelist_debug_tag(list, _tag) (list)->tag = _tag
sys/dev/hpt27xx/ldm.h
81
#define freelist_debug_tag(list, _tag)
sys/dev/hptiop/hptiop.c
517
u_int64_t _tag)
sys/dev/hptiop/hptiop.c
519
u_int32_t context = (u_int32_t)_tag;
sys/dev/hptiop/hptiop.c
613
u_int32_t _tag)
sys/dev/hptiop/hptiop.c
615
u_int32_t req_type = _tag & 0xf;
sys/dev/hptiop/hptiop.c
629
srb = hba->srb[(_tag >> 4) & 0xff];
sys/dev/hptiop/hptiop.c
646
if (_tag & MVFREYIOPMU_QUEUE_REQUEST_RESULT_BIT)
sys/dev/hptiop/hptiop.c
705
if (_tag & MVFREYIOPMU_QUEUE_REQUEST_RESULT_BIT)
sys/dev/hptiop/hptiop.c
757
u_int32_t status, _tag, cptr;
sys/dev/hptiop/hptiop.c
785
_tag = hba->u.mvfrey.outlist[hba->u.mvfrey.outlist_rptr].val;
sys/dev/hptiop/hptiop.c
786
hptiop_request_callback_mvfrey(hba, _tag);
sys/dev/hptnr/ldm.h
79
#define freelist_debug_tag(list, _tag) (list)->tag = _tag
sys/dev/hptnr/ldm.h
81
#define freelist_debug_tag(list, _tag)
sys/dev/hptrr/ldm.h
78
#define freelist_debug_tag(list, _tag) (list)->tag = _tag
sys/dev/hptrr/ldm.h
80
#define freelist_debug_tag(list, _tag)
sys/sys/eventhandler.h
122
static eventhandler_tag name ## _tag; \
sys/sys/eventhandler.h
125
name ## _tag = EVENTHANDLER_REGISTER(name, func, ctx, \