Home
last modified time | relevance | path

Searched refs:tags (Results 1 – 25 of 466) sorted by relevance

12345678910>>...19

/freebsd/sys/conf/
H A Dsystags.sh36 rm -f tags tags.tmp tags.cfiles tags.sfiles tags.hfiles
58 ctags -t -d -w `cat tags.cfiles tags.hfiles tags.sfiles`
59 egrep "^ENTRY\(.*\)|^ALTENTRY\(.*\)" `cat tags.sfiles` | \
60 sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$/;" >> tags
62 mv tags tags.tmp
63 sort -u tags.tmp > tags
64 rm tags.tmp tags.cfiles tags.sfiles tags.hfiles
/freebsd/sys/contrib/openzfs/tests/runfiles/
H A Dsanity.run31 tags = ['functional']
35 tags = ['functional', 'acl']
45 tags = ['functional', 'arc']
49 tags = ['functional', 'bootfs']
53 tags = ['functional', 'cache']
64 tags = ['functional', 'casenorm']
424 tags = ['functional', 'exec']
435 tags = ['functional', 'grow']
446 tags = ['functional', 'hkdf']
484 tags = ['functional', 'mmap']
[all …]
H A Dcommon.run29 tags = ['functional']
33 tags = ['functional', 'acl']
45 tags = ['functional', 'append']
50 tags = ['functional', 'arc']
54 tags = ['functional', 'atime']
71 tags = ['functional', 'bclone']
91 tags = ['functional', 'bootfs']
95 tags = ['functional', 'btree']
103 tags = ['functional', 'cache']
676 tags = ['functional', 'exec']
[all …]
H A Dlinux.run23 tags = ['functional']
35 tags = ['functional', 'atime']
45 tags = ['functional', 'chattr']
109 tags = ['functional', 'events']
125 tags = ['functional', 'fault']
133 tags = ['functional', 'io']
143 tags = ['functional', 'mmap']
150 tags = ['functional', 'mmp']
154 tags = ['functional', 'mount']
159 tags = ['functional', 'pam']
[all …]
H A Dsunos.run23 tags = ['functional']
28 tags = ['functional', 'inuse']
32 tags = ['functional', 'cli_root', 'zpool_add']
36 tags = ['functional', 'cli_root', 'zpool_create']
40 tags = ['functional', 'privilege']
44 tags = ['functional', 'xattr']
49 tags = ['functional', 'zvol', 'zvol_misc']
53 tags = ['functional', 'zvol', 'zvol_swap']
/freebsd/sys/amd64/
H A DMakefile19 (cd $$i && { rm -f tags; ln -s ../${TAGDIR}/tags tags; }) done
21 (cd $$i && { rm -f tags; ln -s ../../${TAGDIR}/tags tags; }) done
23 (cd ${SYS}/amd64/$$i && { rm -f tags; ln -s ../tags tags; }) done
32 tags:: target
36 >> tags
37 sort -o tags tags
38 chmod 444 tags
39 rm -f ${SYS}/amd64/tags
40 mv tags ${SYS}/amd64/tags
/freebsd/sys/i386/
H A DMakefile19 (cd $$i && { rm -f tags; ln -s ../${TAGDIR}/tags tags; }) done
21 (cd $$i && { rm -f tags; ln -s ../../${TAGDIR}/tags tags; }) done
23 (cd $$i && { rm -f tags; ln -s ../tags tags; }) done
31 tags:: target
35 >> tags
36 sort -o tags tags
37 chmod 444 tags
/freebsd/release/scripts/
H A Dmtree-to-plist.awk4 uname = gname = mode = flags = tags = type = ""
18 } else if ($i ~ /^tags=/) {
19 tags=$i
20 gsub(/tags=/, "", tags)
27 tags="package=dtb"
29 tags="package=kernel"
31 tags=tags""_kernconf
35 if (length(tags) == 0)
37 if (tags ~ /package=/) {
39 split(tags, a, ",");
/freebsd/etc/mtree/
H A DBSD.var.dist5 /set type=dir uname=root gname=wheel mode=0755 tags=package=runtime
11 jobs tags=package=at
13 spool tags=package=at
44 hyperv mode=0700 tags=package=hyperv-tools
46 ipf mode=0700 tags=package=ipf
56 zfsd tags=package=zfs
76 bhyve tags=package=bhyve
78 dhclient tags=package=dhclient
80 ppp gname=network mode=0770 tags=package=ppp
82 wpa_supplicant tags=package=wpa
[all …]
H A DBSD.root.dist13 allwinner tags=package=runtime
15 overlays tags=package=runtime
17 rockchip tags=package=runtime
30 loader.conf.d tags=package=bootloader
64 kyua tags=package=tests
H A DBSD.usr.dist182 atf tags=package=tests
209 trusted tags=package=caroot
211 untrusted tags=package=caroot
219 atf tags=package=tests
221 kyua tags=package=tests
319 kyua tags=package=tests
456 revoked tags=package=runtime
458 trusted tags=package=runtime
462 kyua tags=package=tests
463 misc tags=package=tests
[all …]
H A DBSD.sendmail.dist8 spool nochange tags=package=runtime
9 clientmqueue uname=smmsp gname=smmsp mode=0770 tags=package=sendmail
11 mqueue gname=daemon tags=package=sendmail
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DMemoryTagManagerAArch64MTE.cpp235 unpacked.reserve(tags.size()); in UnpackTagsData()
236 for (auto it = tags.begin(); it != tags.end(); ++it) { in UnpackTagsData()
296 std::vector<lldb::addr_t> tags; in UnpackTagsFromCoreFileSegment() local
302 tags.push_back(tag_byte >> 4); in UnpackTagsFromCoreFileSegment()
307 tags.erase(tags.begin()); in UnpackTagsFromCoreFileSegment()
310 tags.pop_back(); in UnpackTagsFromCoreFileSegment()
312 return tags; in UnpackTagsFromCoreFileSegment()
320 for (auto tag : tags) { in PackTags()
340 if (tags.empty()) { in RepeatTagsForRange()
350 to_copy = granules > tags.size() ? tags.size() : granules; in RepeatTagsForRange()
[all …]
/freebsd/crypto/openssl/util/
H A Dfind-doc-nits173 $tags{public_manual} = 1
174 if $tags{manual} && ($tags{public} // !$tags{internal});
175 $tags{internal_manual} = 1
176 if $tags{manual} && ($tags{internal} // !$tags{public});
177 $tags{public_header} = 1
178 if $tags{header} && ($tags{public} // !$tags{internal});
179 delete $tags{manual};
180 delete $tags{header};
181 delete $tags{public};
182 delete $tags{internal};
[all …]
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DMemoryTagMap.cpp20 const std::vector<lldb::addr_t> tags) { in InsertTags() argument
23 for (auto tag : tags) { in InsertTags()
38 std::vector<std::optional<lldb::addr_t>> tags; in GetTags() local
46 tags.push_back(tag); in GetTags()
54 return tags; in GetTags()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemoryTag.cpp109 llvm::Expected<std::vector<lldb::addr_t>> tags = process->ReadMemoryTags( in DoExecute() local
112 if (!tags) { in DoExecute()
113 result.SetError(Status(tags.takeError())); in DoExecute()
121 for (auto tag : *tags) { in DoExecute()
215 std::vector<lldb::addr_t> tags; in DoExecute() local
225 tags.push_back(tag_value); in DoExecute()
271 aligned_start_addr + (tags.size() * tag_manager->GetGranuleSize()); in DoExecute()
290 tagged_range->GetByteSize(), tags); in DoExecute()
/freebsd/contrib/libcbor/doc/source/api/
H A Dtype_6.rst1 Type 6 – Semantic tags
8 … consult the official `IANA repository of CBOR tags <https://www.iana.org/assignments/cbor-tags/cb…
/freebsd/sys/dev/aic7xxx/
H A Daic79xx_osm.h149 bus_space_read_1((ahd)->tags[(port) >> 8], \
153 bus_space_write_1((ahd)->tags[(port) >> 8], \
157 aic_le16toh(bus_space_read_2((ahd)->tags[(port) >> 8], \
161 bus_space_write_2((ahd)->tags[(port) >> 8], \
166 bus_space_write_multi_1((ahd)->tags[(port) >> 8], \
171 bus_space_read_multi_1((ahd)->tags[(port) >> 8], \
H A Dahd_pci.c170 ahd->tags[0] = rman_get_bustag(regs); in ahd_pci_map_registers()
172 ahd->tags[1] = ahd->tags[0]; in ahd_pci_map_registers()
173 error = bus_space_subregion(ahd->tags[0], ahd->bshs[0], in ahd_pci_map_registers()
207 ahd->tags[0] = rman_get_bustag(regs); in ahd_pci_map_registers()
220 ahd->tags[1] = rman_get_bustag(regs2); in ahd_pci_map_registers()
/freebsd/usr.bin/vi/catalog/
H A Dzh_CN.UTF-8.base152 159 "tags 栈上的记录少于 %s 条;用 :display t[ags] 显示它们"
153 160 "tags 栈上不存在文件 %s,无法返回;用 :display t[ags] 查看"
158 165 "tags 栈为空"
245 255 "已位于这组 tags 中的第一个"
272 282 "已位于这组 tags 中的最后一个"
/freebsd/tools/tools/npe/npestats/
H A Dmain.c44 } tags[] = { variable
54 for (i = 0; i < nitems(tags); i++) in getfmt()
55 if (strcasecmp(tags[i].tag, tag) == 0) in getfmt()
56 return tags[i].fmt; in getfmt()
/freebsd/tools/tools/ath/athaggrstats/
H A Dmain.c57 } tags[] = { variable
67 for (i = 0; i < nitems(tags); i++) in getfmt()
68 if (strcasecmp(tags[i].tag, tag) == 0) in getfmt()
69 return tags[i].fmt; in getfmt()
/freebsd/tools/tools/ath/athstats/
H A Dmain.c56 } tags[] = { variable
75 for (i = 0; i < nitems(tags); i++) in getfmt()
76 if (strcasecmp(tags[i].tag, tag) == 0) in getfmt()
77 return tags[i].fmt; in getfmt()
/freebsd/contrib/bmake/mk/
H A Ddep.mk118 .if !target(tags)
120 tags: ${SRCS} _SUBDIRUSE
122 sed "s;\${.CURDIR}/;;" > tags
124 tags:
132 rm -f .depend ${.CURDIR}/tags
/freebsd/contrib/less/
H A Dtags.c18 public char *tags = ztags; variable
140 if (strcmp(tags, "GTAGS") == 0) in gettagtype()
142 if (strcmp(tags, "GRTAGS") == 0) in gettagtype()
144 if (strcmp(tags, "GSYMS") == 0) in gettagtype()
146 if (strcmp(tags, "GPATH") == 0) in gettagtype()
148 if (strcmp(tags, "-") == 0) in gettagtype()
150 f = open(tags, OPEN_READ); in gettagtype()
268 p = shell_unquote(tags); in findctag()
504 tags = ztags; in findgtag()

12345678910>>...19