| /src/usr.bin/man/ |
| manconf.h | 42 typedef struct _tag { struct 43 TAILQ_ENTRY(_tag) q; /* Queue of tags */
|
| manconf.c | 65 TAILQ_HEAD(_head, _tag);
|
| /src/external/bsd/nvi/dist/ex/ |
| tag.h | 77 struct _tag { /* Tag list. */ struct 78 TAILQ_ENTRY(_tag) q; /* Linked list of tags. */ 99 TAILQ_HEAD(_tagqh, _tag) tagq;
|
| /src/external/bsd/openldap/dist/servers/slapd/slapi/ |
| proto-slapi.h | 54 #define PBLOCK_ASSERT_OP( _pb, _tag ) do { \ 58 if ( _tag != 0 ) \ 59 assert( (_pb)->pb_op->o_tag == (_tag)); \ 62 #define PBLOCK_ASSERT_INTOP( _pb, _tag ) do { \ 63 PBLOCK_ASSERT_OP( _pb, _tag ); \
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/spu/ |
| cachemgr.c | 59 #define CHECK_TAG(_entry, _way, _tag) \ 60 ((_entry)->tag_lo[(_way)] == ((_tag) & 0xFFFFFFFF) \ 61 && (_entry)->tag_hi[(_way)] == ((_tag) >> 32)) 67 #define SET_TAG(_entry, _way, _tag) \ 68 (_entry)->tag_lo[(_way)] = (_tag) & 0xFFFFFFFF; \ 69 (_entry)->tag_hi[(_way)] = (_tag) >> 32 74 #define CHECK_TAG(_entry, _way, _tag) \ 75 ((_entry)->tag_lo[(_way)] == (_tag)) 80 #define SET_TAG(_entry, _way, _tag) \ 81 (_entry)->tag_lo[(_way)] = (_tag) [all...] |
| /src/external/bsd/nvi/dist/common/ |
| common.h | 54 typedef struct _tag TAG;
|
| /src/sys/sys/ |
| midiio.h | 585 #define SEQ_MK_EVENT(_member,_tag,...) \ 586 (seq_event_t){ ._member = { .tag = (_tag), __VA_ARGS__ } } 600 #define SEQ_MK_EVENT(_member,_tag,_args...) \ 601 (seq_event_t){ ._member = { .tag = (_tag), _args } }
|
| /src/sys/arch/x86/pci/ |
| pci_machdep.c | 197 #define _tag(b, d, f) \ macro 200 {_tag(bus, dev, fcn), PCI_ID_CODE(vend, prod)} 226 #undef _tag macro
|
| /src/external/bsd/libevent/dist/ |
| event_rpcgen.py | 429 self._tag = int(tag) 462 return self._tag 1193 super(EntryArray, self).__init__(entry._type, entry._name, entry._tag)
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| event_rpcgen.py | 429 self._tag = int(tag) 462 return self._tag 1193 super(EntryArray, self).__init__(entry._type, entry._name, entry._tag)
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Dwarf.cc | 56 Dwr_type (int64_t _cu_die_offset, int _tag) 59 tag = _tag;
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Dwarf.cc | 56 Dwr_type (int64_t _cu_die_offset, int _tag) 59 tag = _tag;
|