Searched refs:tags (Results 226 - 250 of 340) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/heimdal/lib/kafs/
H A DMakefile.in643 tags: TAGS
684 distclean-tags:
685 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
776 distclean-tags
850 distclean-libtool distclean-tags distdir dvi dvi-am html \
860 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
/freebsd-11-stable/crypto/heimdal/lib/ntlm/
H A DMakefile.in593 tags: TAGS
634 distclean-tags:
635 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
806 distclean-tags
880 distclean-tags distdir dvi dvi-am html html-am info info-am \
891 tags uninstall uninstall-am uninstall-dist_includeHEADERS \
/freebsd-11-stable/crypto/heimdal/lib/sl/
H A DMakefile.in643 tags: TAGS
684 distclean-tags:
685 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
859 distclean-tags
933 distclean-generic distclean-libtool distclean-tags distdir dvi \
944 tags uninstall uninstall-am uninstall-hook \
/freebsd-11-stable/crypto/heimdal/lib/wind/
H A DMakefile.in797 tags: TAGS
838 distclean-tags:
839 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1016 distclean-tags
1090 distclean-libtool distclean-tags distdir dvi dvi-am html \
1102 tags uninstall uninstall-am uninstall-binPROGRAMS \
/freebsd-11-stable/sys/sparc64/pci/
H A Dsbbc.c491 u_int i, tags; local
505 tags = SBBC_SRAM_READ_4(sram_toc + SBBC_TOC_OFF(toc_ntags));
506 for (i = 0; i < tags; i++) {
/freebsd-11-stable/sys/dev/ahci/
H A Dahci.c786 ch->user[i].tags = ch->numslots;
1487 ch->curr[t].tags))) == 0)
1532 int tag, tags; local
1535 tags = ch->numslots;
1538 tags = ch->curr[ccb->ccb_h.target_id].tags;
1539 if (ch->lastslot + 1 < tags)
1543 if (tag == 0 || tag + ch->lastslot >= tags)
2697 d->tags = min(ch->numslots, cts->xport_specific.sata.tags);
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A DMakefile.in1435 tags: tags-am
1436 TAGS: tags
1438 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1482 distclean-tags:
1483 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1571 distclean-tags
1646 distclean-tags distdir dvi dvi-am html html-am info info-am \
1657 tags tags
[all...]
/freebsd-11-stable/sys/kern/
H A Duipc_mbuf.c230 * Clean up mbuf (chain) from any tags and packet headers.
298 !SLIST_EMPTY(&m->m_pkthdr.tags)) {
361 KASSERT(SLIST_EMPTY(&to->m_pkthdr.tags),
362 ("m_move_pkthdr: to has tags"));
374 to->m_pkthdr = from->m_pkthdr; /* especially tags */
375 SLIST_INIT(&from->m_pkthdr.tags); /* purge tags from src */
382 * In particular, this does a deep copy of the packet tags.
398 KASSERT(SLIST_EMPTY(&to->m_pkthdr.tags), ("m_dup_pkthdr: to has tags"));
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dieee.c168 struct ieee_tag *tags; member in struct:ieee_info
873 info.tags = NULL;
2031 /* We must allocate all struct tags as indirect types, so
2037 it->next = info->tags;
2038 info->tags = it;
2559 for (it = info->tags; it != NULL; it = it->next)
3397 for (it = info->tags; it != NULL; it = it->next)
3703 These are used for typedefs and tags. */
3847 struct ieee_name_type_hash_table tags;
4601 || !bfd_hash_table_init (&info.tags
3845 struct ieee_name_type_hash_table tags; member in struct:ieee_handle
[all...]
/freebsd-11-stable/contrib/groff/src/utils/hpftodit/
H A Dhpftodit.cpp69 // tags in TFM file
227 entry tags[max_tag + 1 - min_tag]; variable
277 return tags[t - min_tag];
496 p = tags + (tag - min_tag);
971 printf("TFM tags\n"
/freebsd-11-stable/crypto/heimdal/kdc/
H A DMakefile.in987 tags: TAGS
1028 distclean-tags:
1029 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1123 distclean-tags
1201 distclean-generic distclean-libtool distclean-tags distdir dvi \
1213 pdf pdf-am ps ps-am tags uninstall uninstall-am \
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A DMakefile.in930 tags: TAGS
971 distclean-tags:
972 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1150 distclean-tags
1227 distclean-libtool distclean-tags distdir dvi dvi-am html \
1239 tags uninstall uninstall-am uninstall-dist_includeHEADERS \
/freebsd-11-stable/contrib/binutils/bfd/
H A DMakefile.in1131 tags-recursive:
1133 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1148 tags: TAGS
1150 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
1152 tags=; \
1164 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
1173 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
1176 $$tags $$unique; \
1181 tags
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dc-tree.h311 /* A list of structure, union and enum tags defined. */
312 tree tags; member in struct:c_arg_info
/freebsd-11-stable/contrib/binutils/gas/
H A DMakefile.in2301 tags-recursive:
2303 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
2318 tags: TAGS
2320 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
2322 tags=; \
2334 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
2343 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
2346 $$tags $$unique; \
2351 tags
[all...]
/freebsd-11-stable/contrib/binutils/ld/
H A DMakefile.in1042 tags-recursive:
1044 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1059 tags: TAGS
1061 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
1063 tags=; \
1075 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
1084 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
1087 $$tags $$unique; \
1092 tags
[all...]
/freebsd-11-stable/sys/dev/siis/
H A Dsiis.h360 u_int tags; member in struct:siis_device
/freebsd-11-stable/contrib/ntp/scripts/build/
H A DMakefile.in488 tags TAGS:
637 tags-am uninstall uninstall-am
/freebsd-11-stable/contrib/openpam/doc/man/
H A DMakefile.in481 tags TAGS:
639 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
/freebsd-11-stable/contrib/ntp/scripts/lib/
H A DMakefile.in521 tags TAGS:
673 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
/freebsd-11-stable/contrib/file/doc/
H A DMakefile.in496 tags TAGS:
656 tags-am uninstall uninstall-am uninstall-man uninstall-man1 \
/freebsd-11-stable/contrib/file/magic/
H A DMakefile.in669 tags TAGS:
825 ps ps-am tags-am uninstall uninstall-am uninstall-pkgdataDATA
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A DMakefile68 tags:
87 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/freebsd-11-stable/crypto/openssl/crypto/dsa/
H A DMakefile58 tags:
77 rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/freebsd-11-stable/crypto/openssl/crypto/ocsp/
H A DMakefile59 tags:
78 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff

Completed in 333 milliseconds

1234567891011>>