Searched refs:tags (Results 451 - 475 of 923) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl2/lvm2/dist/lib/commands/
H A Dtoolcontext.c309 if (!str_list_add(cmd->libmem, &cmd->tags, tag)) {
359 if (!(tn = find_config_node(cft->root, "tags")) || !tn->child)
363 if (!cmd->hosttags && find_config_int(cft->root, "tags/hosttags",
475 dm_list_iterate_items(sl, &cmd->tags) {
508 dm_list_iterate_safe(slh, slht, &cmd->tags) {
1100 dm_list_init(&cmd->tags);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
H A Dnumericfwd.h34 #include <parallel/tags.h>
/netbsd-current/external/bsd/openpam/dist/misc/
H A DMakefile.in306 tags TAGS:
457 tags-am uninstall uninstall-am
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dnumericfwd.h34 #include <parallel/tags.h>
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Darch-utils.h153 const gdb::byte_vector &tags,
H A Dcorelow.c107 /* Core file implementation of fetch_memtags. Fetch the memory tags from
110 gdb::byte_vector &tags, int type) override;
1207 gdb::byte_vector &tags, int type)
1225 /* Decode the memory tag note and return the tags. */
1230 /* Transfer over the tags that have been read. */
1231 tags.insert (tags.end (), tags_read.begin (), tags_read.end ());
1234 segment. Check if we need to fetch tags from a different section. */
1238 /* There are more tags to fetch. Update ADDRESS and LEN. */
1204 fetch_memtags(CORE_ADDR address, size_t len, gdb::byte_vector &tags, int type) argument
H A Dsparc64-tdep.c269 /* The /proc/[pid]/adi/tags file, which allows gdb to get/set ADI
288 snprintf (cl_name, sizeof(cl_name), "/proc/%ld/adi/tags", (long) pid);
339 adi_read_versions (CORE_ADDR vaddr, size_t size, gdb_byte *tags)
353 return target_fileio_pread (fd, tags, size, vaddr, &target_errno);
360 adi_write_versions (CORE_ADDR vaddr, size_t size, unsigned char *tags)
374 return target_fileio_pwrite (fd, tags, size, vaddr, &target_errno);
381 adi_print_versions (CORE_ADDR vaddr, size_t cnt, gdb_byte *tags)
395 if (tags[v_idx] == 0xff) /* no version tag */
398 gdb_printf ("%1X", tags[v_idx]);
338 adi_read_versions(CORE_ADDR vaddr, size_t size, gdb_byte *tags) argument
359 adi_write_versions(CORE_ADDR vaddr, size_t size, unsigned char *tags) argument
380 adi_print_versions(CORE_ADDR vaddr, size_t cnt, gdb_byte *tags) argument
H A Dprintcmd.c1262 /* Returns true if memory tags should be validated. False otherwise. */
1285 /* We do. Check whether it includes any tags. */
3006 gdb::byte_vector &tags,
3024 error (_("Error parsing tags argument. The tag should be 2 digits."));
3026 tags = hex2bin (tag_string.c_str ());
3040 gdb::byte_vector tags;
3045 parse_with_logical_tag_input (args, &val, tags, &print_opts);
3064 if (!gdbarch_set_memtags (target_gdbarch (), val, 0, tags,
3079 size_t *length, gdb::byte_vector &tags)
3112 error (_("Error parsing tags argumen
2998 parse_with_logical_tag_input(const char *args, struct value **val, gdb::byte_vector &tags, value_print_options *print_opts) argument
3033 gdb::byte_vector tags; local
3071 parse_set_allocation_tag_input(const char *args, struct value **val, size_t *length, gdb::byte_vector &tags) argument
3127 gdb::byte_vector tags; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/etc/
H A DMakefile.in248 tags TAGS:
368 pdf-am ps ps-am tags-am uninstall uninstall-am
/netbsd-current/external/bsd/file/dist/doc/
H A DMakefile.in288 tags TAGS:
439 tags-am uninstall uninstall-am
/netbsd-current/external/bsd/file/dist/python/
H A DMakefile.in291 tags TAGS:
442 tags-am uninstall uninstall-am
/netbsd-current/usr.bin/xinstall/
H A Dxinstall.c128 static char *group, *owner, *fflags, *tags; variable
306 tags = optarg;
1272 if (tags)
1273 fprintf(metafp, " tags=%s", tags);
1324 "usage: %s [-bcprsUv] [-M log] [-D dest] [-T tags] [-B suffix]\n"
1327 " %s [-bcprsUv] [-M log] [-D dest] [-T tags] [-B suffix]\n"
1330 " %s -d [-pUv] [-M log] [-D dest] [-T tags] [-a aftercmd] [-m mode]\n"
/netbsd-current/external/gpl3/binutils.old/dist/etc/
H A DMakefile.in248 tags TAGS:
368 pdf-am ps ps-am tags-am uninstall uninstall-am
/netbsd-current/external/gpl3/binutils/dist/etc/
H A DMakefile.in248 tags TAGS:
368 pdf-am ps ps-am tags-am uninstall uninstall-am
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsparc64-tdep.c269 /* The /proc/[pid]/adi/tags file, which allows gdb to get/set ADI
288 snprintf (cl_name, sizeof(cl_name), "/proc/%ld/adi/tags", (long) pid);
339 adi_read_versions (CORE_ADDR vaddr, size_t size, gdb_byte *tags)
353 return target_fileio_pread (fd, tags, size, vaddr, &target_errno);
360 adi_write_versions (CORE_ADDR vaddr, size_t size, unsigned char *tags)
374 return target_fileio_pwrite (fd, tags, size, vaddr, &target_errno);
381 adi_print_versions (CORE_ADDR vaddr, size_t cnt, gdb_byte *tags)
395 if (tags[v_idx] == 0xff) /* no version tag */
398 printf_filtered ("%1X", tags[v_idx]);
338 adi_read_versions(CORE_ADDR vaddr, size_t size, gdb_byte *tags) argument
359 adi_write_versions(CORE_ADDR vaddr, size_t size, unsigned char *tags) argument
380 adi_print_versions(CORE_ADDR vaddr, size_t cnt, gdb_byte *tags) argument
/netbsd-current/sys/kern/
H A Duipc_mbuf.c581 SLIST_INIT(&m->m_pkthdr.tags);
1843 SLIST_FIRST(&to->m_pkthdr.tags) == NULL);
1850 SLIST_INIT(&to->m_pkthdr.tags);
1859 SLIST_FIRST(&to->m_pkthdr.tags) == NULL);
2377 SLIST_INSERT_HEAD(&m->m_pkthdr.tags, t, m_tag_link);
2384 SLIST_REMOVE(&m->m_pkthdr.tags, t, m_tag, m_tag_link);
2401 p = SLIST_FIRST(&m->m_pkthdr.tags);
2416 p = SLIST_FIRST(&m->m_pkthdr.tags);
2439 * tags even if the operation fails. This should not be a problem, as
2451 SLIST_FOREACH(p, &from->m_pkthdr.tags, m_tag_lin
[all...]
/netbsd-current/external/bsd/ntp/dist/sntp/tests/
H A DMakefile.in1069 tags: tags-am
1070 TAGS: tags
1072 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1116 distclean-tags:
1117 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1422 distclean-tags
1489 distclean-libtool distclean-tags distdir dvi dvi-am html \
1498 recheck tags tags
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/zlib/
H A DMakefile.in819 tags: tags-am
820 TAGS: tags
822 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
872 distclean-tags:
873 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1087 distclean-libtool distclean-local distclean-tags
1160 distclean-libtool distclean-local distclean-tags \
1171 mostlyclean-local pdf pdf-am ps ps-am tags tags
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/
H A DMakefile.in967 tags: tags-am
968 TAGS: tags
970 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1014 distclean-tags:
1015 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1080 distclean-tags
1148 distclean-libtool distclean-tags dvi dvi-am html html-am info \
1157 mostlyclean-libtool pdf pdf-am ps ps-am tags tags
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/wind/
H A DMakefile.in1136 tags: tags-am
1137 TAGS: tags
1139 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1183 distclean-tags:
1184 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1519 distclean-tags
1619 distclean-tags distdir dvi dvi-am html html-am info info-am \
1630 recheck tags tags
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/kadmin/
H A DMakefile.in1144 tags: tags-am
1145 TAGS: tags
1147 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1191 distclean-tags:
1192 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1469 distclean-tags
1568 distclean-generic distclean-libtool distclean-tags distdir dvi \
1579 pdf pdf-am ps ps-am recheck tags tags
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/kdc/
H A DMakefile.in1196 tags: tags-am
1197 TAGS: tags
1199 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1243 distclean-tags:
1244 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1361 distclean-tags
1464 distclean-generic distclean-libtool distclean-tags distdir dvi \
1476 pdf pdf-am ps ps-am tags tags
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/
H A DMakefile.in1067 tags: tags-am
1068 TAGS: tags
1070 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1114 distclean-tags:
1115 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1184 distclean-tags
1252 distclean-libtool distclean-tags dvi dvi-am html html-am info \
1261 mostlyclean-libtool pdf pdf-am ps ps-am tags tags
[all...]
/netbsd-current/external/gpl3/gdb/dist/libsframe/
H A DMakefile.in961 tags: tags-am
962 TAGS: tags
964 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1014 distclean-tags:
1015 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1273 distclean-tags
1440 distclean-hdr distclean-libtool distclean-tags distcleancheck \
1451 pdf pdf-am ps ps-am tags tags
[all...]
/netbsd-current/external/gpl3/gdb/dist/zlib/
H A DMakefile.in820 tags: tags-am
821 TAGS: tags
823 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
873 distclean-tags:
874 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1088 distclean-libtool distclean-local distclean-tags
1161 distclean-libtool distclean-local distclean-tags \
1172 mostlyclean-local pdf pdf-am ps ps-am tags tags
[all...]

Completed in 281 milliseconds

<<11121314151617181920>>