| /freebsd/etc/mtree/ |
| H A D | BSD.root.dist | 7 bin tags=package=runtime 9 /set tags=package=bootloader 14 allwinner tags=package=runtime 16 overlays tags=package=runtime 18 rockchip tags=package=runtime 42 /unset tags 43 dev mode=0555 tags=package=runtime 45 etc tags=package=runtime 46 X11 tags=package=runtime 48 authpf tags=package=pf [all …]
|
| H A D | BSD.include.dist | 5 /set type=dir uname=root gname=wheel mode=0755 tags=package=clibs-dev 9 atf-c tags=package=atf-dev 11 atf-c++ tags=package=atf-dev 13 bsm tags=package=audit-dev 15 bsnmp tags=package=bsnmp-dev 121 casper tags=package=libcasper-dev 193 devdctl tags=package=utilities-dev 195 edit tags=package=runtime-dev 196 readline tags=package=runtime-dev 255 gssapi tags=package=kerberos-dev [all …]
|
| H A D | BSD.usr.dist | 9 include tags=package=clibs-dev 10 private tags=package=clibs-dev 11 bsddialog tags=package=utilities-dev 13 bsdstat tags=package=libbsdstat-dev 15 event1 tags=package=libevent1-dev 17 gmock tags=package=utilities-dev 18 internal tags=package=utilities-dev 19 custom tags=package=utilities-dev 23 gtest tags=package=utilities-dev 24 internal tags=package=utilities-dev [all …]
|
| H A D | BSD.var.dist | 5 /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 48 krb5kdc mode=0700 tags=package=kerberos-kdc 58 zfsd tags=package=zfs 78 bhyve tags=package=bhyve 80 dhclient tags=package=dhclient 82 ppp gname=network mode=0770 tags=package=ppp [all …]
|
| /freebsd/sys/contrib/openzfs/tests/runfiles/ |
| H A D | sanity.run | 31 tags = ['functional'] 35 tags = ['functional', 'acl'] 41 tags = ['functional', 'alloc_class'] 45 tags = ['functional', 'arc'] 49 tags = ['functional', 'bootfs'] 53 tags = ['functional', 'cache'] 58 tags = ['functional', 'cachefile'] 64 tags = ['functional', 'casenorm'] 74 tags = ['functional', 'channel_program', 'lua_core'] 88 tags = ['functional', 'channel_program', 'synctask_core'] [all …]
|
| H A D | common.run | 29 tags = ['functional'] 33 tags = ['functional', 'acl'] 41 tags = ['functional', 'alloc_class'] 45 tags = ['functional', 'append'] 50 tags = ['functional', 'arc'] 54 tags = ['functional', 'atime'] 71 tags = ['functional', 'bclone'] 86 tags = ['functional', 'block_cloning'] 92 tags = ['functional', 'bootfs'] 96 tags = ['functional', 'btree'] [all …]
|
| H A D | linux.run | 23 tags = ['functional'] 27 tags = ['functional', 'acl', 'posix'] 31 tags = ['functional', 'acl', 'posix-sa'] 35 tags = ['functional', 'atime'] 41 tags = ['functional', 'block_cloning'] 45 tags = ['functional', 'chattr'] 49 tags = ['functional', 'cli_root', 'zfs'] 54 tags = ['functional', 'cli_root', 'zfs_mount'] 59 tags = ['functional', 'cli_root', 'zfs_share'] 63 tags = ['functional', 'cli_root', 'zfs_unshare'] [all …]
|
| H A D | sunos.run | 23 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 D | Makefile | 1 # Makefile for amd64 links, tags file 3 # SYS is normally set in Make.tags.inc 8 .include "../kern/Make.tags.inc" 11 @echo "make links or tags only" 13 # Directories in which to place amd64 tags links 18 (cd $$i && { rm -f tags; ln -s ../${TAGDIR}/tags tags; }) done 20 (cd $$i && { rm -f tags; ln -s ../../${TAGDIR}/tags tags; }) done 22 (cd ${SYS}/amd64/$$i && { rm -f tags; ln -s ../tags tags; }) done 31 tags:: target 35 >> tags [all …]
|
| /freebsd/sys/conf/ |
| H A D | systags.sh | 31 # systags.sh - construct a system tags file using dependence relations 36 rm -f tags tags.tmp tags.cfiles tags.sfiles tags.hfiles 51 print i > "tags.cfiles"; 53 print i > "tags.sfiles"; 55 print i > "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 [all …]
|
| /freebsd/sys/i386/ |
| H A D | Makefile | 1 # Makefile for i386 links, tags file 3 # SYS is normally set in Make.tags.inc 8 .include "../kern/Make.tags.inc" 11 @echo "make links or tags only" 13 # Directories in which to place i386 tags links 18 (cd $$i && { rm -f tags; ln -s ../${TAGDIR}/tags tags; }) done 20 (cd $$i && { rm -f tags; ln -s ../../${TAGDIR}/tags tags; }) done 22 (cd $$i && { rm -f tags; ln -s ../tags tags; }) done 30 tags:: target 34 >> tags [all …]
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | MemoryTagManager.h | 19 // This interface allows high level commands to handle memory tags 34 // For example if your tags are stored in bits 56-60 then the logical tag 41 // Return the difference between two addresses, ignoring any logical tags they 42 // have. If your tags are just part of a larger set of ignored bits, this 51 // So that reading memory tags for the new range returns 52 // tags that will cover the original range. 55 // tags for 16 bytes of memory starting from address 8. 62 // * end_addr >= addr (when memory tags are removed) 69 // Tags in the input addresses are ignored and not present 86 // Tags in the input addresses are ignored and not present [all …]
|
| H A D | MemoryTagMap.h | 20 /// when reading memory tags for a range. This is useful when 31 /// Insert tags into the map starting from addr. 34 /// Start address of the range to insert tags for. 38 /// to read the tags in the first place) 40 /// \param [in] tags 41 /// Vector of tags to insert. The first tag will be inserted 43 /// all tags have been inserted. 44 void InsertTags(lldb::addr_t addr, const std::vector<lldb::addr_t> tags); 48 /// Lookup memory tags for a range of memory from addr to addr+len. 55 /// The length in bytes of the range to read tags for. This does [all …]
|
| /freebsd/share/man/man9/ |
| H A D | mbuf_tags.9 | 60 Mbuf tags allow additional meta-data to be associated with in-flight packets 63 Tags are maintained in chains off of the 66 delete tags. 67 Tags are identified using an ID and cookie that uniquely identify a class 70 Typical uses of mbuf tags include Mandatory Access Control (MAC) labels as 75 and packet filter tags used by 78 Tags will be maintained across a variety of operations, including the copying 83 Any tags associated with an mbuf header will be automatically freed when the 84 mbuf is freed, although some subsystems will wish to delete the tags prior 87 Packet tags are used by different kernel APIs [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | MemoryTagManagerAArch64MTE.cpp | 85 // We must remove tags here otherwise an address with a higher in MakeTaggedRange() 91 // Region addresses will not have memory tags. So when searching in MakeTaggedRange() 137 // We must remove tags here otherwise an address with a higher in MakeTaggedRanges() 176 // Region addresses will not have memory tags so when searching in MakeTaggedRanges() 218 MemoryTagManagerAArch64MTE::UnpackTagsData(const std::vector<uint8_t> &tags, in UnpackTagsData() argument 220 // 0 means don't check the number of tags before unpacking in UnpackTagsData() 222 size_t num_tags = tags.size() / GetTagSizeInBytes(); in UnpackTagsData() 226 "Packed tag data size does not match expected number of tags. " in UnpackTagsData() 235 unpacked.reserve(tags.size()); in UnpackTagsData() 236 for (auto it = tags.begin(); it != tags.end(); ++it) { in UnpackTagsData() [all …]
|
| /freebsd/usr.bin/ctags/ |
| H A D | ctags.1 | 34 .Pa tags 45 .Pa tags 53 A tags file gives the locations of specified objects in a group of files. 54 Each line of the tags file contains the object name, the file in which it 58 .Pa tags 77 Do not create tags for typedefs, structs, unions, and enums. 80 .Pa tags 83 Create tags for 92 .Pa tags . 97 the tags will be written to standard output instead. [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | MemoryModelRelaxationAnnotations.cpp | 34 Tags.insert({cast<MDString>(TagMD->getOperand(0))->getString(), in MMRAMetadata() 66 ArrayRef<MMRAMetadata::TagT> Tags) { in getMD() argument 67 if (Tags.empty()) in getMD() 70 if (Tags.size() == 1) in getMD() 71 return getTagMD(Ctx, Tags.front()); in getMD() 74 for (const auto &Tag : Tags) in getMD() 81 // Let A and B be two tags set, and U be the prefix-wise union of A and B. in combine() 83 // * If either A or B has no tags with prefix P, no tags with prefix in combine() 85 // * If both A and B have at least one tag with prefix P, all tags with prefix in combine() 103 return Tags.count({Prefix, Suffix}); in hasTag() [all …]
|
| /freebsd/release/scripts/ |
| H A D | mtree-to-plist.awk | 4 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/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | MemoryModelRelaxationAnnotations.h | 38 /// This can be visualized as a set of "tags", with each tag 43 /// about the exact nature of the tags and the properties they 44 /// imply. It just sees the metadata as a collection of tags, which 70 /// multiple tags. 77 /// Creates !mmra metadata from \p Tags. 78 /// \returns nullptr or a MDTuple* from \p Tags. 79 static MDTuple *getMD(LLVMContext &Ctx, ArrayRef<TagT> Tags); 94 /// \returns whether this set of tags is compatible with \p Other. 115 operator bool() const { return !Tags.empty(); } 117 return Tags == Other.Tags; [all …]
|
| /freebsd/share/man/man4/ |
| H A D | ng_tag.4 | 30 .Nd "mbuf tags manipulating netgraph node type" 36 node type allows mbuf packet tags (see 40 Mbuf tags are used in many parts of the 43 including the storage of VLAN tags as described in 49 and packet filter tags used by 53 tags, which are implemented as mbuf tags, too. 58 of all tags attached to a packet incoming to this hook, a destination hook 63 The list of incoming packet's tags is traversed to find a tag with 74 Packets with matched tags are forwarded to 149 flag is non-zero, then found tag is deleted from list of packet tags. [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectMemoryTag.cpp | 29 "Read memory tags for the given range of memory." in CommandObjectMemoryTagRead() 30 " Mismatched tags will be marked.", in CommandObjectMemoryTagRead() 109 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() 118 result.AppendMessage("Allocation tags:"); in DoExecute() 121 for (auto tag : *tags) { in DoExecute() 176 "Write memory tags starting from the granule that " in CommandObjectMemoryTagWrite() 215 std::vector<lldb::addr_t> tags; in DoExecute() 225 tags in DoExecute() 216 std::vector<lldb::addr_t> tags; DoExecute() local [all...] |
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CTagsEmitter.cpp | 74 std::vector<Tag> Tags; in run() local 75 // Collect tags. in run() 76 Tags.reserve(Classes.size() + Defs.size()); in run() 78 Tags.push_back(Tag(C.first, locate(C.second.get()))); in run() 80 Tags.push_back(Tag(C.first, FwdLoc)); in run() 83 Tags.push_back(Tag(D.first, locate(D.second.get()))); in run() 84 // Emit tags. in run() 85 llvm::sort(Tags); in run() 88 for (const Tag &T : Tags) in run()
|
| /freebsd/contrib/less/ |
| H A D | tags.c | 15 #if TAGS 17 public constant char ztags[] = "tags"; 18 public constant char *tags = ztags; variable 39 T_CTAGS, /* 'tags': standard and extended format (ctags) */ 56 * The list of tags generated by the last findgtag() call. 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() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | MemoryTagMap.cpp | 20 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() 52 // we return an empty vector if we got no tags at all. in GetTags() 54 return tags; in GetTags() 59 // Here we assume that addr is granule aligned, just like when the tags in GetTag()
|
| /freebsd/sys/contrib/openzfs/scripts/ |
| H A D | zfs-tests.sh | 51 TAGS="" 214 # Given a TAGS with a format like "1/3" or "2/3" then divide up the test list 216 # test tags". 221 NUM=$(echo "$TAGS" | cut -d/ -f1) 222 DEN=$(echo "$TAGS" | cut -d/ -f2) 228 # So to get tags for our selected tests we do: 244 # TAGS will then look like: 251 cat $_RUNFILES | tr -d "[],\'" | awk '/tags = /{print $NF}' | sort | \ 380 -T TAGS Comma separated list of tags (default: 'functional') 478 TAGS="$OPTARG" [all …]
|