Searched refs:tags (Results 26 - 50 of 923) sorted by relevance

1234567891011>>

/netbsd-current/sys/arch/pmax/
H A DMakefile3 # Makefile for pmax tags file and boot blocks
5 # Find where mips source files are for inclusion in tags
8 TPMAX= ../pmax/tags
13 # Directories in which to place tags links
16 .include "../../kern/Make.tags.inc"
18 tags:
28 cd $$i && rm -f tags; ln -s ../tags tags; done
/netbsd-current/sys/arch/iyonix/
H A DMakefile3 # Makefile for iyonix tags file and boot blocks
5 # Find where ARM source files are for inclusion in tags
8 TIYONIX= ${SYSDIR}/arch/iyonix/tags
12 # Directories in which to place tags links
15 .include "../../kern/Make.tags.inc"
17 tags:
29 cd $$i && rm -f tags; ln -s ../tags tags; done
/netbsd-current/sys/arch/luna68k/
H A DMakefile3 # Makefile for luna68k tags file
5 # Find where m68k source files are for inclusion in tags
8 TLUNA68K= ../luna68k/tags
13 # Directories in which to place tags links
16 .include "../../kern/Make.tags.inc"
18 tags:
28 cd $$i && rm -f tags; ln -s ../tags tags; done
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/
H A Dnouveau_nvkm_subdev_fb_nv25.c39 u32 tags = round_up(tiles / fb->ram->parts, 0x40); local
40 if (!nvkm_mm_head(&fb->tags, 0, 1, tags, tags, 1, &tile->tag)) {
52 .tags = nv20_fb_tags,
H A Dnouveau_nvkm_subdev_fb_nv40.c39 u32 tags = round_up(tiles / fb->ram->parts, 0x100); local
41 !nvkm_mm_head(&fb->tags, 0, 1, tags, tags, 1, &tile->tag)) {
44 tile->zcomp |= ((tile->tag->offset + tags - 1) >> 8) << 13;
59 .tags = nv20_fb_tags,
H A Dnouveau_nvkm_subdev_fb_nv36.c39 u32 tags = round_up(tiles / fb->ram->parts, 0x40); local
40 if (!nvkm_mm_head(&fb->tags, 0, 1, tags, tags, 1, &tile->tag)) {
44 tile->zcomp |= ((tile->tag->offset + tags - 1) >> 6) << 14;
53 .tags = nv20_fb_tags,
H A Dnouveau_nvkm_subdev_fb_nv35.c39 u32 tags = round_up(tiles / fb->ram->parts, 0x40); local
40 if (!nvkm_mm_head(&fb->tags, 0, 1, tags, tags, 1, &tile->tag)) {
44 tile->zcomp |= ((tile->tag->offset + tags - 1) >> 6) << 13;
53 .tags = nv20_fb_tags,
H A Dnouveau_nvkm_subdev_fb_nv20.c52 u32 tags = round_up(tiles / fb->ram->parts, 0x40); local
53 if (!nvkm_mm_head(&fb->tags, 0, 1, tags, tags, 1, &tile->tag)) {
71 nvkm_mm_free(&fb->tags, &tile->tag);
88 const u32 tags = nvkm_rd32(fb->subdev.device, 0x100320); local
89 return tags ? tags + 1 : 0;
94 .tags = nv20_fb_tags,
/netbsd-current/external/mit/libuv/dist/tools/
H A Dmake_dist_html.py100 def group_for(tags):
101 rows = ''.join(row_for(tag) for tag in tags)
115 tags = subprocess.check_output(['git', 'tag'], text=True) variable
116 tags = [tag for tag in tags.split('\n') if tag.startswith('v')] variable
117 tags.sort(key=version, reverse=True)
118 groups = [group_for(list(g)) for _, g in itertools.groupby(tags, major_minor)]
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Daarch64-mte-linux-ptrace.c33 MTE tags. */
44 perror_with_name (_("Couldn't fetch allocation tags"));
55 MTE tags. */
66 perror_with_name (_("Couldn't store allocation tags"));
76 /* Helper to prepare a vector of tags to be passed on to the kernel. The
78 ptrace if we're writing too many tags at once, like a pattern fill
81 Return a vector of tags of up to MAX_SIZE size, containing the tags that
86 prepare_tag_vector (size_t granules, const gdb::byte_vector &tags, size_t pos, argument
94 gdb_assert (tags
112 aarch64_mte_fetch_memtags(int tid, CORE_ADDR address, size_t len, gdb::byte_vector &tags) argument
165 aarch64_mte_store_memtags(int tid, CORE_ADDR address, size_t len, const gdb::byte_vector &tags) argument
[all...]
/netbsd-current/external/gpl2/lvm2/dist/lib/format_text/
H A Dtags.c24 int print_tags(struct dm_list *tags, char *buffer, size_t size) argument
32 dm_list_iterate_items(sl, tags) {
49 int read_tags(struct dm_pool *mem, struct dm_list *tags, struct config_value *cv) argument
60 if (!str_list_add(mem, tags, dm_pool_strdup(mem, cv->v.str)))
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
H A Dparallel.h39 #include <parallel/tags.h>
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dparallel.h39 #include <parallel/tags.h>
/netbsd-current/sys/arch/sparc64/
H A DMakefile3 # Makefile for sparc64 tags file and boot blocks
5 TSPARC64= ${SYSDIR}/arch/sparc64/tags
13 # Directories in which to place tags links
16 .include "../../kern/Make.tags.inc"
18 tags:
26 >> tags
31 cd $$i && rm -f tags; ln -s ../tags tags; done
/netbsd-current/sys/arch/xen/
H A DMakefile5 # Makefile for xen tags file
7 .include "../../kern/Make.tags.inc"
9 .ifmake tags
13 TXEN= ${SYSDIR}/arch/xen/tags
29 # Directories in which to place tags links
32 tags:
44 (cd $$i && rm -f tags; ln -s ../tags tags); done
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/volt/
H A Dnouveau_nvkm_subdev_volt_gpio.c37 static const u8 tags[] = { variable
49 for (i = 0; i < ARRAY_SIZE(tags); i++) {
51 int ret = nvkm_gpio_get(gpio, 0, tags[i], 0xff);
67 for (i = 0; i < ARRAY_SIZE(tags); i++, vid >>= 1) {
69 int ret = nvkm_gpio_set(gpio, 0, tags[i], 0xff, vid & 1);
92 for (i = 0; i < ARRAY_SIZE(tags); i++) {
94 int ret = nvkm_gpio_find(gpio, 0, tags[i], 0xff, &func);
/netbsd-current/sys/arch/cobalt/
H A DMakefile3 # Makefile for cobalt tags file
5 # Find where mips source files are for inclusion in tags
8 TCOBALT= ${SYSDIR}/arch/cobalt/tags
15 # Directories in which to place tags links
18 .include "../../kern/Make.tags.inc"
20 tags:
32 cd $$i && rm -f tags; ln -s ../tags tags; done
/netbsd-current/sys/arch/evbppc/
H A DMakefile6 TEVBPPC= ${SYSDIR}/arch/evbppc/tags
22 .include "../../kern/Make.tags.inc"
24 tags:
36 cd $$i && rm -f tags; ln -s ../tags tags; done
/netbsd-current/sys/arch/atari/
H A DMakefile3 # Makefile for atari tags file and boot blocks
5 # Find where m68k source files are for inclusion in tags
8 TATARI= ${SYSDIR}/arch/atari/tags
19 # Directories in which to place tags links
22 .include "../../kern/Make.tags.inc"
24 tags:
35 cd $$i && rm -f tags; ln -s ../tags tags; done
/netbsd-current/sys/arch/arc/
H A DMakefile5 # Makefile for arc tags file and boot blocks
7 # Find where mips source files are for inclusion in tags
10 TARC= ${SYSDIR}/arch/arc/tags
17 # Directories in which to place tags links
20 .include "../../kern/Make.tags.inc"
22 tags:
33 cd $$i && rm -f tags; ln -s ../tags tags; done
/netbsd-current/sys/arch/algor/
H A DMakefile3 # Makefile for algor tags file and boot blocks
5 # Find where mips source files are for inclusion in tags
8 TALGOR= ${SYSDIR}/arch/algor/tags
16 # Directories in which to place tags links
19 .include "../../kern/Make.tags.inc"
21 tags:
33 cd $$i && rm -f tags; ln -s ../tags tags; done
/netbsd-current/sys/arch/alpha/
H A DMakefile3 # Makefile for alpha tags file and boot blocks
5 TALPHA= ${SYSDIR}/arch/alpha/tags
15 # Directories in which to place tags links
18 .include "../../kern/Make.tags.inc"
20 tags:
31 (cd $$i && rm -f tags; ln -s ../tags tags); done
/netbsd-current/sys/arch/prep/
H A DMakefile5 TPREP= ${SYSDIR}/arch/prep/tags
14 .include "../../kern/Make.tags.inc"
16 tags:
28 cd $$i && rm -f tags; ln -s ../tags tags; done
/netbsd-current/sys/arch/sandpoint/
H A DMakefile5 TSANDPOINT= ${SYSDIR}/arch/sandpoint/tags
14 .include "../../kern/Make.tags.inc"
16 tags:
28 cd $$i && rm -f tags; ln -s ../tags tags; done
/netbsd-current/sys/arch/sgimips/
H A DMakefile3 # Makefile for sgimips tags file
5 # Find where mips source files are for inclusion in tags
8 TSGIMIPS= ${SYSDIR}/arch/sgimips/tags
20 # Directories in which to place tags links
23 .include "../../kern/Make.tags.inc"
25 tags:
37 cd $$i && rm -f tags; ln -s ../tags tags; done

Completed in 181 milliseconds

1234567891011>>