HomeSort by: relevance | last modified time | path
    Searched defs:tags (Results 1 - 25 of 87) sorted by relevancy

1 2 3 4

  /src/sys/arch/xen/
Makefile 5 # 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: target
44 (cd $$i && rm -f tags; ln -s ../tags tags); done
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/
nouveau_nvkm_subdev_fb_nv25.c 39 u32 tags = round_up(tiles / fb->ram->parts, 0x40); local in function:nv25_fb_tile_comp
40 if (!nvkm_mm_head(&fb->tags, 0, 1, tags, tags, 1, &tile->tag)) {
52 .tags = nv20_fb_tags,
nouveau_nvkm_subdev_fb_nv35.c 39 u32 tags = round_up(tiles / fb->ram->parts, 0x40); local in function:nv35_fb_tile_comp
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,
nouveau_nvkm_subdev_fb_nv36.c 39 u32 tags = round_up(tiles / fb->ram->parts, 0x40); local in function:nv36_fb_tile_comp
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,
  /src/sys/arch/acorn32/
Makefile 3 # Makefile for acorn32 tags file and boot blocks
5 TACORN32= ../acorn32/tags
10 # Directories in which to place tags links
13 .include "../../kern/Make.tags.inc"
15 tags: target
25 cd $$i && rm -f tags; ln -s ../tags tags; done
  /src/sys/arch/algor/
Makefile 3 # 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: target
33 cd $$i && rm -f tags; ln -s ../tags tags; done
  /src/sys/arch/alpha/
Makefile 3 # 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: target
31 (cd $$i && rm -f tags; ln -s ../tags tags); done
  /src/sys/arch/amd64/
Makefile 3 # Makefile for amd64 tags file and boot blocks
5 TAMD64= ${SYSDIR}/arch/amd64/tags
18 # Directories in which to place tags links
21 .include "../../kern/Make.tags.inc"
23 tags: target
37 (cd $$i && rm -f tags; ln -s ../tags tags); done
  /src/sys/arch/amiga/
Makefile 3 # Makefile for amiga tags file and boot blocks
5 TAMIGA= ${SYSDIR}/arch/amiga/tags
10 # Directories in which to place tags links
13 .include "../../kern/Make.tags.inc"
15 # Find where m68k source files are for inclusion in tags
18 tags: target
28 cd ${.CURDIR}/$$i && rm -f tags; ln -s ../tags tags; done
  /src/sys/arch/arc/
Makefile 5 # 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: target
33 cd $$i && rm -f tags; ln -s ../tags tags; done
  /src/sys/arch/atari/
Makefile 3 # 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: target
35 cd $$i && rm -f tags; ln -s ../tags tags; done
  /src/sys/arch/cats/
Makefile 3 # Makefile for cats tags file and boot blocks
5 # Find where ARM source files are for inclusion in tags
8 TCATS= ${SYSDIR}/arch/cats/tags
12 # Directories in which to place tags links
15 .include "../../kern/Make.tags.inc"
17 tags: target
29 cd $$i && rm -f tags; ln -s ../tags tags; done
  /src/sys/arch/cobalt/
Makefile 3 # 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: target
32 cd $$i && rm -f tags; ln -s ../tags tags; done
  /src/sys/arch/dreamcast/
Makefile 3 # Makefile for dreamcast tags file and boot blocks
7 TDREAMCAST= ../dreamcast/tags
11 # Directories in which to place tags links
14 .include "../../kern/Make.tags.inc"
16 tags: target
26 (cd $$i && rm -f tags; ln -s ../tags tags); done
  /src/sys/arch/emips/
Makefile 3 # Makefile for emips tags file and boot blocks
5 # Find where mips source files are for inclusion in tags
8 TEMIPS= ../emips/tags
13 # Directories in which to place tags links
16 .include "../../kern/Make.tags.inc"
18 tags: target
27 cd $$i && rm -f tags; ln -s ../tags tags; done
  /src/sys/arch/epoc32/
Makefile 3 # Makefile for epoc32 tags file and boot blocks
5 TEPOC32= ../epoc32/tags
10 # Directories in which to place tags links
13 .include "../../kern/Make.tags.inc"
15 tags: target
25 cd $$i && rm -f tags; ln -s ../tags tags; done
  /src/sys/arch/evbmips/
Makefile 3 # Makefile for evbmips tags file and boot blocks
5 # Find where mips source files are for inclusion in tags
9 TEVBMIPS= ${SYSDIR}/arch/evbmips/tags
23 # Directories in which to place tags links
26 .include "../../kern/Make.tags.inc"
28 tags: target
40 cd $$i && rm -f tags; ln -s ../tags tags; done
  /src/sys/arch/evbppc/
Makefile 6 TEVBPPC= ${SYSDIR}/arch/evbppc/tags
22 .include "../../kern/Make.tags.inc"
24 tags: target
36 cd $$i && rm -f tags; ln -s ../tags tags; done
  /src/sys/arch/evbsh3/
Makefile 3 # Makefile for evbsh3 tags file and boot blocks
7 TEVBSH3= ../evbsh3/tags
11 # Directories in which to place tags links
14 .include "../../kern/Make.tags.inc"
16 tags: target
26 (cd $$i && rm -f tags; ln -s ../tags tags); done
  /src/sys/arch/hp300/
Makefile 3 # Makefile for hp300 tags file and boot blocks
5 # Find where m68k source files are for inclusion in tags
8 THP300= ../hp300/tags
13 # Directories in which to place tags links
16 .include "../../kern/Make.tags.inc"
18 tags: target
28 cd $$i && rm -f tags; ln -s ../tags tags; done
  /src/sys/arch/hpcarm/
Makefile 3 # Makefile for hpcarm tags file and boot blocks
5 THPCARM= ../hpcarm/tags
11 # Directories in which to place tags links
14 .include "../../kern/Make.tags.inc"
16 tags: target
26 cd $$i && rm -f tags; ln -s ../tags tags; done
  /src/sys/arch/hpcsh/
Makefile 3 # Makefile for hpcsh tags file and boot blocks
7 TEVBSH3= ../hpcsh/tags
11 # Directories in which to place tags links
14 .include "../../kern/Make.tags.inc"
16 tags: target
26 (cd $$i && rm -f tags; ln -s ../tags tags); done
  /src/sys/arch/i386/
Makefile 3 # Makefile for i386 tags file and boot blocks
5 TI386= ${SYSDIR}/arch/i386/tags
30 # Directories in which to place tags links
33 .include "../../kern/Make.tags.inc"
35 tags: target
49 (cd $$i && rm -f tags; ln -s ../tags tags); done
  /src/sys/arch/iyonix/
Makefile 3 # 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: target
29 cd $$i && rm -f tags; ln -s ../tags tags; done
  /src/sys/arch/landisk/
Makefile 3 # Makefile for landisk tags file and boot blocks
5 # Find where SH3 source files are for inclusion in tags
8 TLANDISK= ${SYSDIR}/arch/landisk/tags
15 # Directories in which to place tags links
18 .include "../../kern/Make.tags.inc"
20 tags: target
32 cd $$i && rm -f tags; ln -s ../tags tags; done

Completed in 29 milliseconds

1 2 3 4