Home
last modified time | relevance | path

Searched refs:_tag (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/nvi/ex/
H A Dtag.h74 struct _tag { /* Tag list. */ struct
75 TAILQ_ENTRY(_tag) q; /* Linked list of tags. */
96 TAILQ_HEAD(_tagqh, _tag) tagq[1]; argument
/freebsd/sys/arm/arm/
H A Dnexusvar.h31 void nexus_set_dma_tag(bus_dma_tag_t _tag);
/freebsd/contrib/nvi/common/
H A Dcommon.h43 typedef struct _tag TAG;
/freebsd/sys/dev/hptrr/
H A Dldm.h78 #define freelist_debug_tag(list, _tag) (list)->tag = _tag argument
80 #define freelist_debug_tag(list, _tag) argument
/freebsd/sys/sys/
H A Deventhandler.h121 static eventhandler_tag name ## _tag; \
124 name ## _tag = EVENTHANDLER_REGISTER(name, func, ctx, \
/freebsd/sys/dev/hpt27xx/
H A Dldm.h79 #define freelist_debug_tag(list, _tag) (list)->tag = _tag argument
81 #define freelist_debug_tag(list, _tag) argument
/freebsd/sys/dev/hptnr/
H A Dldm.h79 #define freelist_debug_tag(list, _tag) (list)->tag = _tag argument
81 #define freelist_debug_tag(list, _tag) argument
/freebsd/sys/dev/hptiop/
H A Dhptiop.c517 u_int64_t _tag) in hptiop_request_callback_mv() argument
519 u_int32_t context = (u_int32_t)_tag; in hptiop_request_callback_mv()
613 u_int32_t _tag) in hptiop_request_callback_mvfrey() argument
615 u_int32_t req_type = _tag & 0xf; in hptiop_request_callback_mvfrey()
629 srb = hba->srb[(_tag >> 4) & 0xff]; in hptiop_request_callback_mvfrey()
646 if (_tag & MVFREYIOPMU_QUEUE_REQUEST_RESULT_BIT) in hptiop_request_callback_mvfrey()
705 if (_tag & MVFREYIOPMU_QUEUE_REQUEST_RESULT_BIT) in hptiop_request_callback_mvfrey()
757 u_int32_t status, _tag, cptr; in hptiop_intr_mvfrey() local
785 _tag = hba->u.mvfrey.outlist[hba->u.mvfrey.outlist_rptr].val; in hptiop_intr_mvfrey()
786 hptiop_request_callback_mvfrey(hba, _tag); in hptiop_intr_mvfrey()
/freebsd/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py429 self._tag = int(tag)
462 return self._tag
1193 super(EntryArray, self).__init__(entry._type, entry._name, entry._tag)
H A DChangeLog-1.4176 o prefix {encode,decode}_tag functions with evtag to avoid collisions
H A DChangeLog-2.01156 o prefix {encode,decode}_tag functions with evtag to avoid collisions
/freebsd/contrib/libevent/
H A Devent_rpcgen.py429 self._tag = int(tag)
462 return self._tag
1193 super(EntryArray, self).__init__(entry._type, entry._name, entry._tag)
H A DChangeLog-1.4176 o prefix {encode,decode}_tag functions with evtag to avoid collisions
H A DChangeLog-2.01156 o prefix {encode,decode}_tag functions with evtag to avoid collisions
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp12213 TagAlias(std::string const& _tag, SourceLineInfo _lineInfo);
13712 …TagAlias::TagAlias(std::string const & _tag, SourceLineInfo _lineInfo): tag(_tag), lineInfo(_lineI… in TagAlias() argument