Searched refs:tags (Results 1 - 25 of 264) sorted by relevance

1234567891011

/freebsd-current/sys/conf/
H A Dsystags.sh31 # 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
[all...]
/freebsd-current/sys/amd64/
H A DMakefile2 # Makefile for amd64 links, tags file
4 # SYS is normally set in Make.tags.inc
9 .include "../kern/Make.tags.inc"
12 @echo "make links or tags only"
14 # Directories in which to place amd64 tags links
19 (cd $$i && { rm -f tags; ln -s ../${TAGDIR}/tags tags; }) done
21 (cd $$i && { rm -f tags; ln -s ../../${TAGDIR}/tags tag
[all...]
/freebsd-current/sys/i386/
H A DMakefile2 # Makefile for i386 links, tags file
4 # SYS is normally set in Make.tags.inc
9 .include "../kern/Make.tags.inc"
12 @echo "make links or tags only"
14 # Directories in which to place i386 tags links
19 (cd $$i && { rm -f tags; ln -s ../${TAGDIR}/tags tags; }) done
21 (cd $$i && { rm -f tags; ln -s ../../${TAGDIR}/tags tag
[all...]
/freebsd-current/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)
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DMemoryTagMap.cpp20 const std::vector<lldb::addr_t> tags) {
23 for (auto tag : tags) {
38 std::vector<std::optional<lldb::addr_t>> tags; local
46 tags.push_back(tag);
52 // we return an empty vector if we got no tags at all.
54 return tags;
59 // Here we assume that addr is granule aligned, just like when the tags
19 InsertTags(lldb::addr_t addr, const std::vector<lldb::addr_t> tags) argument
/freebsd-current/sys/compat/linuxkpi/common/include/net/
H A Dnetevent.h59 nb->tags[NETEVENT_NEIGH_UPDATE] = EVENTHANDLER_REGISTER(
68 EVENTHANDLER_DEREGISTER(lle_event, nb->tags[NETEVENT_NEIGH_UPDATE]);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DMemoryTagManagerAArch64MTE.cpp85 // We must remove tags here otherwise an address with a higher
91 // Region addresses will not have memory tags. So when searching
137 // We must remove tags here otherwise an address with a higher
176 // Region addresses will not have memory tags so when searching
218 MemoryTagManagerAArch64MTE::UnpackTagsData(const std::vector<uint8_t> &tags, argument
220 // 0 means don't check the number of tags before unpacking
222 size_t num_tags = tags.size() / GetTagSizeInBytes();
226 "Packed tag data size does not match expected number of tags. "
235 unpacked.reserve(tags.size());
236 for (auto it = tags
296 std::vector<lldb::addr_t> tags; local
334 RepeatTagsForRange( const std::vector<lldb::addr_t> &tags, TagRange range) const argument
[all...]
H A DMemoryTagManagerAArch64MTE.h44 UnpackTagsData(const std::vector<uint8_t> &tags,
54 PackTags(const std::vector<lldb::addr_t> &tags) const override;
57 RepeatTagsForRange(const std::vector<lldb::addr_t> &tags,
/freebsd-current/
H A DMakefile.sys.inc19 libraries obj objlink showconfig tags xdev xdev-build native-xtools \
/freebsd-current/sys/dev/proto/
H A Dproto_busdma.h33 LIST_ENTRY(proto_tag) tags; member in struct:proto_tag
58 LIST_HEAD(,proto_tag) tags; member in struct:proto_busdma
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dnotifier.h55 eventhandler_tag tags[LINUX_NOTIFY_TAGS]; member in struct:notifier_block
/freebsd-current/tools/tools/npe/npestats/
H A Dmain.c44 } tags[] = { variable in typeref:struct:__anon6391
54 for (i = 0; i < nitems(tags); i++)
55 if (strcasecmp(tags[i].tag, tag) == 0)
56 return tags[i].fmt;
/freebsd-current/tools/tools/ath/athaggrstats/
H A Dmain.c57 } tags[] = { variable in typeref:struct:__anon6347
67 for (i = 0; i < nitems(tags); i++)
68 if (strcasecmp(tags[i].tag, tag) == 0)
69 return tags[i].fmt;
/freebsd-current/tools/tools/ath/athstats/
H A Dmain.c56 } tags[] = { variable in typeref:struct:__anon6356
75 for (i = 0; i < nitems(tags); i++)
76 if (strcasecmp(tags[i].tag, tag) == 0)
77 return tags[i].fmt;
/freebsd-current/sys/contrib/device-tree/scripts/
H A Dcronjob28 if ! git show-ref --quiet --verify refs/tags/v${LATEST_VERSION} ; then
31 if ! git show-ref --quiet --verify refs/tags/v${LATEST_VERSION}-dts ; then
70 git fetch --tags "$UPSTREAM_GIT" master
79 #git push --dry-run origin --tags
H A Dmerge-new-release.sh40 export GIT_COMMITTER_DATE="$(git for-each-ref --format='%(taggerdate)' "refs/tags/${v%-dts}")"
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryTagManager.h19 // 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)
93 // allocation tags. This is named "Allocation" specifically because the spec
94 // allows for logical tags t
[all...]
H A DMemoryTagMap.h20 /// 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 fo
[all...]
/freebsd-current/contrib/unifdef/scripts/
H A Dupload.sh9 git push --tags github
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemoryTag.cpp29 "Read memory tags for the given range of memory."
30 " Mismatched tags will be marked.",
109 llvm::Expected<std::vector<lldb::addr_t>> tags = process->ReadMemoryTags( variable
112 if (!tags) {
113 result.SetError(Status(tags.takeError()));
118 result.AppendMessage("Allocation tags:");
121 for (auto tag : *tags) {
176 "Write memory tags starting from the granule that "
215 std::vector<lldb::addr_t> tags; variable
225 tags
[all...]
/freebsd-current/contrib/ncurses/man/
H A DMakefile.in58 tags :
82 -rm -f core tags TAGS *~ *.bak *.ln *.atac trace
/freebsd-current/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);
172 ahd->tags[1] = ahd->tags[0];
173 error = bus_space_subregion(ahd->tags[0], ahd->bshs[0],
207 ahd->tags[0] = rman_get_bustag(regs);
220 ahd->tags[1] = rman_get_bustag(regs2);
/freebsd-current/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-current/crypto/openssl/util/
H A Dfind-doc-nits116 # tags to them. For example, internal docs will have the word "internal"
121 # We cache results based on tags
131 # This function returns an array of files corresponding to a set of tags
169 croak "No tags given, or not an array"
172 my %tags = map { $_ => 1 } @{$opts{TAGS}};
173 $tags{public_manual} = 1
174 if $tags{manual} && ($tags{public} // !$tags{internal});
175 $tags{internal_manua
[all...]

Completed in 307 milliseconds

1234567891011