Searched refs:tags (Results 101 - 125 of 274) sorted by relevance

1234567891011

/freebsd-12-stable/contrib/mtree/
H A Dspec.c286 REPLACEPTR(cur->tags, NULL);
409 p = cur->tags;
415 appendfield(fp, pathlast, "tags=%.*s", (int)(q - p), p);
533 REPLACESTR(tags);
638 if ((ip->tags = malloc(len)) == NULL)
640 snprintf(ip->tags, len, ",%s,", val);
/freebsd-12-stable/contrib/ntp/sntp/libopts/
H A DMakefile.in617 tags: tags-am
618 TAGS: tags
620 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
664 distclean-tags:
665 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
748 distclean-tags
815 distclean-generic distclean-libtool distclean-tags distdir dvi \
824 mostlyclean-libtool pdf pdf-am ps ps-am tags tags
[all...]
/freebsd-12-stable/contrib/ntp/adjtimed/
H A DMakefile.in724 tags: tags-am
725 TAGS: tags
727 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
771 distclean-tags:
772 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
854 distclean-tags
925 distclean-libtool distclean-tags distdir dvi dvi-am html \
935 tags tags
[all...]
/freebsd-12-stable/contrib/ntp/clockstuff/
H A DMakefile.in588 tags: tags-am
589 TAGS: tags
591 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
635 distclean-tags:
636 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
715 distclean-tags
782 distclean-libtool distclean-tags distdir dvi dvi-am html \
791 tags tags
[all...]
/freebsd-12-stable/contrib/ntp/ntpdate/
H A DMakefile.in734 tags: tags-am
735 TAGS: tags
737 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
781 distclean-tags:
782 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
865 distclean-tags
936 distclean-libtool distclean-tags distdir dvi dvi-am html \
946 tags tags
[all...]
/freebsd-12-stable/contrib/ntp/parseutil/
H A DMakefile.in590 tags: tags-am
591 TAGS: tags
593 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
637 distclean-tags:
638 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
719 distclean-tags
786 distclean-libtool distclean-tags distdir dvi dvi-am html \
795 tags tags
[all...]
/freebsd-12-stable/contrib/openbsm/libbsm/
H A DMakefile.in528 tags: tags-am
529 TAGS: tags
531 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
575 distclean-tags:
576 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
654 distclean-tags
724 distclean-libtool distclean-tags distdir dvi dvi-am html \
733 mostlyclean-libtool pdf pdf-am ps ps-am tags tags
[all...]
/freebsd-12-stable/contrib/openpam/t/
H A DMakefile.in703 tags: tags-am
704 TAGS: tags
706 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
750 distclean-tags:
751 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1031 distclean-tags
1105 distclean-libtool distclean-tags distdir dvi dvi-am html \
1114 recheck tags tags
[all...]
/freebsd-12-stable/contrib/expat/xmlwf/
H A DMakefile.in559 tags: tags-am
560 TAGS: tags
562 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
606 distclean-tags:
607 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
690 distclean-tags
760 distclean-libtool distclean-tags distdir dvi dvi-am html \
769 tags tags
[all...]
/freebsd-12-stable/contrib/file/src/
H A DMakefile.in606 tags: tags-am
607 TAGS: tags
609 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
653 distclean-tags:
654 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
775 distclean-tags
878 distclean-tags distdir dvi dvi-am html html-am info info-am \
888 tags tags
[all...]
/freebsd-12-stable/sys/dev/sound/pci/hda/
H A Dhdacc.c60 device_t tags[64]; member in struct:hdacc_softc
713 if (codec->tags[tag] == NULL) {
714 codec->tags[tag] = child;
730 codec->tags[tag] = NULL;
742 if ((child = codec->tags[tag]) != NULL)
/freebsd-12-stable/sbin/sunlabel/
H A Dsunlabel.c107 struct tags { struct
136 static struct tags knowntags[] = {
152 static struct tags knownflags[] = {
905 struct tags *tp;
921 struct tags *tp;
935 struct tags *tp;
958 struct tags *tp;
/freebsd-12-stable/sbin/iscontrol/
H A Dconfig.c109 _E(U_PR, S_PR, tags),
176 _CASE(tags, _OPT_INT(rval));
311 printf("%24s = %d\n", "tags", op->tags);
/freebsd-12-stable/contrib/libpcap/rpcapd/
H A DMakefile.in137 tags: $(TAGFILES)
/freebsd-12-stable/contrib/libpcap/testprogs/
H A DMakefile.in140 tags: $(TAGFILES)
/freebsd-12-stable/contrib/dtc/
H A DMakefile221 tags: FORCE
222 rm -f tags
/freebsd-12-stable/usr.sbin/cron/doc/
H A DMakefile.vixie122 clean :; rm -f *.o cron crontab a.out core tags *~ #*
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp635 uptr tags[kMop] = {kExternalTagNone}; local
657 ObtainCurrentStack(thr, toppc, &traces[0], &tags[0]);
667 RestoreStack(s2.tid(), s2.epoch(), &traces[1], mset2, &tags[1]);
677 if (tags[i] != kExternalTagNone) {
679 tag = tags[i];
688 rep.AddMemoryAccess(addr, tags[i], s, traces[i],
/freebsd-12-stable/crypto/heimdal/
H A DMakefile.in114 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
550 tags-recursive:
552 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
567 tags: TAGS
569 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
621 distclean-tags:
622 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
841 distclean-tags
908 install-strip tags-recursive uninstall-am
915 distclean-generic distclean-libtool distclean-tags \
[all...]
/freebsd-12-stable/sys/sys/
H A Dmbuf.h128 SLIST_ENTRY(m_tag) m_tag_link; /* List of packet tags */
155 SLIST_HEAD(packet_tags, m_tag) tags; /* list of packet tags */ member in struct:pkthdr
420 * COS/QOS class and quality of service tags.
1084 * "packet tags" to the pkthdr structure. Packet tags are dynamically
1093 * like OpenBSD that define packet tags w/o an ABI/module cookie, the value
1119 * Persistent tags stay with an mbuf until the mbuf is reclaimed. Otherwise
1120 * tags are expected to ``vanish'' when they pass through a network
1121 * interface. For most interfaces this happens normally as the tags ar
[all...]
/freebsd-12-stable/contrib/ntp/
H A DMakefile.in163 tags-recursive uninstall-recursive
695 tags: tags-recursive
696 TAGS: tags
698 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
761 distclean-tags:
762 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1004 distclean-libtool distclean-tags
1075 distclean-tags distcleancheck distdir distuninstallcheck dvi \
1084 ps ps-am tags tag
[all...]
/freebsd-12-stable/contrib/ntp/scripts/
H A DMakefile.in163 tags-recursive uninstall-recursive
767 tags: tags-recursive
768 TAGS: tags
770 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
827 distclean-tags:
828 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
930 distclean-am: clean-am distclean-generic distclean-tags
997 distclean-tags distdir dvi dvi-am html html-am info info-am \
1006 ps ps-am tags tag
[all...]
/freebsd-12-stable/contrib/expat/tests/
H A DMakefile.in231 tags-recursive uninstall-recursive
814 tags: tags-recursive
815 TAGS: tags
817 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
874 distclean-tags:
875 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1159 distclean-tags
1233 distclean-tags distdir dvi dvi-am html html-am info info-am \
1241 mostlyclean-libtool pdf pdf-am ps ps-am recheck tags tag
[all...]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_pool.c1169 nvlist_t *tags; local
1174 if (nvlist_lookup_nvlist(holds, za.za_name, &tags) != 0) {
1175 tags = fnvlist_alloc();
1176 fnvlist_add_boolean(tags, htag);
1177 fnvlist_add_nvlist(holds, za.za_name, tags);
1178 fnvlist_free(tags);
1180 fnvlist_add_boolean(tags, htag);
/freebsd-12-stable/sys/powerpc/mpc85xx/
H A Dfsl_sata.c249 u_int tags; member in struct:fsl_sata_device
373 ch->user[i].tags = FSL_SATA_MAX_SLOTS;
889 if (((~ch->oslots) & (0xffff >> (16 - ch->curr[t].tags))) == 0)
916 int tag, tags; local
921 tags = FSL_SATA_MAX_SLOTS;
924 tags = ch->curr[ccb->ccb_h.target_id].tags;
925 if (ch->lastslot + 1 < tags)
929 if (tag == 0 || tag + ch->lastslot >= tags)
1791 d->tags
[all...]

Completed in 382 milliseconds

1234567891011