Searched refs:_tag (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/nvi/ex/ |
H A D | tag.h | 74 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 D | nexusvar.h | 31 void nexus_set_dma_tag(bus_dma_tag_t _tag);
|
/freebsd/contrib/nvi/common/ |
H A D | common.h | 43 typedef struct _tag TAG;
|
/freebsd/sys/dev/hptrr/ |
H A D | ldm.h | 78 #define freelist_debug_tag(list, _tag) (list)->tag = _tag argument 80 #define freelist_debug_tag(list, _tag) argument
|
/freebsd/sys/sys/ |
H A D | eventhandler.h | 121 static eventhandler_tag name ## _tag; \ 124 name ## _tag = EVENTHANDLER_REGISTER(name, func, ctx, \
|
/freebsd/sys/dev/hpt27xx/ |
H A D | ldm.h | 79 #define freelist_debug_tag(list, _tag) (list)->tag = _tag argument 81 #define freelist_debug_tag(list, _tag) argument
|
/freebsd/sys/dev/hptnr/ |
H A D | ldm.h | 79 #define freelist_debug_tag(list, _tag) (list)->tag = _tag argument 81 #define freelist_debug_tag(list, _tag) argument
|
/freebsd/sys/dev/hptiop/ |
H A D | hptiop.c | 517 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 D | event_rpcgen.py | 429 self._tag = int(tag) 462 return self._tag 1193 super(EntryArray, self).__init__(entry._type, entry._name, entry._tag)
|
H A D | ChangeLog-1.4 | 176 o prefix {encode,decode}_tag functions with evtag to avoid collisions
|
H A D | ChangeLog-2.0 | 1156 o prefix {encode,decode}_tag functions with evtag to avoid collisions
|
/freebsd/contrib/libevent/ |
H A D | event_rpcgen.py | 429 self._tag = int(tag) 462 return self._tag 1193 super(EntryArray, self).__init__(entry._type, entry._name, entry._tag)
|
H A D | ChangeLog-1.4 | 176 o prefix {encode,decode}_tag functions with evtag to avoid collisions
|
H A D | ChangeLog-2.0 | 1156 o prefix {encode,decode}_tag functions with evtag to avoid collisions
|
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 12213 TagAlias(std::string const& _tag, SourceLineInfo _lineInfo); 13712 …TagAlias::TagAlias(std::string const & _tag, SourceLineInfo _lineInfo): tag(_tag), lineInfo(_lineI… in TagAlias() argument
|