Home
last modified time | relevance | path

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

/freebsd-head/contrib/nvi/ex/
HDtag.h74 struct _tag { /* Tag list. */ struct
75 TAILQ_ENTRY(_tag) q; /* Linked list of tags. */
96 TAILQ_HEAD(_tagqh, _tag) tagq[1]; argument
/freebsd-head/sys/arm/arm/
HDnexusvar.h31 void nexus_set_dma_tag(bus_dma_tag_t _tag);
/freebsd-head/contrib/nvi/common/
HDcommon.h43 typedef struct _tag TAG;
/freebsd-head/sys/dev/hptrr/
HDldm.h78 #define freelist_debug_tag(list, _tag) (list)->tag = _tag argument
80 #define freelist_debug_tag(list, _tag) argument
/freebsd-head/sys/sys/
HDeventhandler.h121 static eventhandler_tag name ## _tag; \
124 name ## _tag = EVENTHANDLER_REGISTER(name, func, ctx, \
/freebsd-head/sys/dev/hptnr/
HDldm.h79 #define freelist_debug_tag(list, _tag) (list)->tag = _tag argument
81 #define freelist_debug_tag(list, _tag) argument
/freebsd-head/sys/dev/hpt27xx/
HDldm.h79 #define freelist_debug_tag(list, _tag) (list)->tag = _tag argument
81 #define freelist_debug_tag(list, _tag) argument
/freebsd-head/sys/dev/hptiop/
HDhptiop.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-head/contrib/libevent/
HDevent_rpcgen.py429 self._tag = int(tag)
462 return self._tag
1193 super(EntryArray, self).__init__(entry._type, entry._name, entry._tag)
HDChangeLog-1.4176 o prefix {encode,decode}_tag functions with evtag to avoid collisions
HDChangeLog-2.01156 o prefix {encode,decode}_tag functions with evtag to avoid collisions
/freebsd-head/contrib/ntp/sntp/libevent/
HDevent_rpcgen.py429 self._tag = int(tag)
462 return self._tag
1193 super(EntryArray, self).__init__(entry._type, entry._name, entry._tag)
HDChangeLog-1.4176 o prefix {encode,decode}_tag functions with evtag to avoid collisions
HDChangeLog-2.01156 o prefix {encode,decode}_tag functions with evtag to avoid collisions
/freebsd-head/contrib/bsnmp/tests/
HDcatch.hpp12213 TagAlias(std::string const& _tag, SourceLineInfo _lineInfo);
13712 …TagAlias::TagAlias(std::string const & _tag, SourceLineInfo _lineInfo): tag(_tag), lineInfo(_lineI… in TagAlias() argument