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

<<11

/freebsd-12-stable/contrib/gcclibs/libiberty/
H A DMakefile.in395 .PHONY: all etags tags ls clean stage1 stage2
397 etags tags: TAGS etags-subdir
/freebsd-12-stable/contrib/binutils/libiberty/
H A DMakefile.in412 .PHONY: all etags tags ls clean stage1 stage2
414 etags tags: TAGS etags-subdir
/freebsd-12-stable/sys/cam/
H A Dcam_ccb.h1015 u_int tags; /* Number of allowed tags */ member in struct:ccb_trans_settings_sata
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2973 const std::pair<const ProgramPointTag *, const ProgramPointTag*> &tags = local
2983 Bldr.generateNode(Ex, Pred, StateTrue, tags.first);
2990 Bldr.generateNode(Ex, Pred, StateFalse, tags.second);
/freebsd-12-stable/crypto/heimdal/lib/roken/
H A DMakefile.in1534 tags: TAGS
1575 distclean-tags:
1576 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1765 distclean-tags
1844 distclean-tags distdir dvi dvi-am html html-am info info-am \
1856 tags uninstall uninstall-am uninstall-dist_includeHEADERS \
/freebsd-12-stable/contrib/gcc/
H A Dc-parser.c2718 ret->tags = 0;
2761 ret->tags = 0;
2773 ret->tags = 0;
2824 ret->tags = 0;
2851 ret->tags = 0;
H A DMakefile.in190 # "extern" tags in header files.
4162 # Update the tags table.
4163 TAGS: lang.tags
/freebsd-12-stable/crypto/heimdal/lib/krb5/
H A DMakefile.in2690 tags: TAGS
2731 distclean-tags:
2732 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
2920 distclean-tags
2998 distclean-libtool distclean-tags distdir dvi dvi-am html \
3011 tags uninstall uninstall-am uninstall-binPROGRAMS \
/freebsd-12-stable/contrib/binutils/
H A DMakefile.tpl738 etags tags: TAGS
741 # ability to use several tags files at once, so there is probably no need
H A DMakefile.in2634 etags tags: TAGS
2637 # ability to use several tags files at once, so there is probably no need
[all...]
/freebsd-12-stable/crypto/heimdal/doc/
H A DMakefile.in631 tags: TAGS
/freebsd-12-stable/sys/dev/sym/
H A Dsym_hipd.c244 #error "more than 256 tags per logical unit not allowed."
310 * Active debugging tags and verbosity.
1219 u_char *cb_tags; /* Circular tags buffer */
6311 * Allocate resources for tags if not yet.
7537 * For less than 128 tags, actual tags are numbered
7540 * great #TAG numbers. For more tags (up to 256),
9110 int i, tags, boot_delay; local
9114 tags = 2 << nvram->max_tags_index;
9125 printf("%s: HOST ID=%d%s%s%s%s%s%s%s%s%s BOOT DELAY=%d tags
[all...]
/freebsd-12-stable/sys/cam/ata/
H A Data_xpt.c1008 /* Report SIM which tags are allowed. */
1013 cts.xport_specific.sata.tags = path->device->maxtags;
1984 * Can't tag on hardware that doesn't support tags,
1993 /* Start/stop tags use. */
2008 * Delay change to use tags until after a
/freebsd-12-stable/sys/dev/oce/
H A Doce_hw.h1828 } tags; member in struct:mbx_common_config_vlan::__anon14644::__anon14645
H A Doce_mbox.c669 * @param vtag_arr array of vlan tags
704 bcopy(vtag_arr, fwcmd->params.req.tags.normal_vlans,
/freebsd-12-stable/contrib/libstdc++/include/
H A DMakefile.in1071 tags: TAGS
/freebsd-12-stable/contrib/unbound/
H A DMakefile.in483 rm -f *.o *.d *.lo *~ tags
518 tags: $(srcdir)/*.[ch] $(srcdir)/*/*.[ch]
519 ctags -f $(srcdir)/tags $(srcdir)/*.[ch] $(srcdir)/*/*.[ch]
/freebsd-12-stable/contrib/ldns/
H A DMakefile.in452 tags: $(srcdir)/*.c ldns/*.[ch]
453 ctags -f $(srcdir)/tags $(srcdir)/*.[ch] ldns/*.[ch]
/freebsd-12-stable/sys/dev/firewire/
H A Dsbp.c131 SYSCTL_INT(_hw_firewire_sbp, OID_AUTO, tags, CTLFLAG_RWTUN, &sbp_tags, 0,
/freebsd-12-stable/sys/dev/ncr/
H A Dncr.c208 ** Debugging tags
7013 u_char tags; /* use 4 times as many ... */ member in struct:tekram_eeprom
/freebsd-12-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex5358 % Some of the @defun-type tags do not enable magic parentheses,
6291 % in xref tags, i.e., node names. But since ^^e4 notation isn't
/freebsd-12-stable/sbin/camcontrol/
H A Dcamcontrol.c218 {"tags", CAM_CMD_TAG, CAM_ARG_NONE, "N:q"},
1624 printf("yes %d tags\n",
5317 fprintf(stdout, "%sNumber of tags: %d\n", pathstr,
5318 sata->tags);
9906 " camcontrol tags [dev_id][generic args] [-N tags] [-q] [-v]\n"
9978 "tags report or set the number of transaction slots for a device\n"
10065 "tags arguments:\n"
10066 "-N tags specify the number of tags t
[all...]
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex6851 % Some of the @defun-type tags do not enable magic parentheses,
8208 % in xref tags, i.e., node names. But since ^^e4 notation isn't
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp2856 for (const auto &NewTag : NewAbiTagAttr->tags()) {
14677 // Tags are compatible, but we might still want to warn on mismatched tags.
14678 // Non-class tags can't be mismatched at this point.
14682 // Declarations for which -Wmismatched-tags is disabled are entirely ignored
14721 // On definitions, check all previous tags and issue a fix-it for each

Completed in 784 milliseconds

<<11