Searched refs:tag (Results 1 - 25 of 1121) sorted by relevance

1234567891011>>

/freebsd-12-stable/sys/contrib/zstd/tests/
H A DcheckTag.c13 * $ ./checkTag tag
15 * The tag is then compared to zstd version number.
18 * Example : tag v1.8.1.2 is compatible with version 1.8.1
19 * When tag and version are not compatible, program exits with error code 1.
30 * @return 1 if tag is compatible, 0 if not.
32 static int validate(const char* const tag) argument
34 size_t const tagLength = strlen(tag);
38 if (tag[0] != 'v') return 0;
41 if (strncmp(ZSTD_VERSION_STRING, tag+1, verLength)) return 0;
49 const char* const tag local
[all...]
H A Dtest-zstd-versions.py67 stdout, stderr = git(['tag', '-l', 'v[0-9].[0-9].[0-9]'])
72 def create_dict(tag, dict_source_path):
73 dict_name = 'dict.' + tag
77 if tag == 'v0.5.0':
78 result = execute('./dictBuilder.' + tag + ' ' + ' '.join(cFiles) + ' ' + ' '.join(hFiles) + ' -o ' + dict_name, print_output=False, param_shell=True)
80 result = execute('./zstd.' + tag + ' -f --train ' + ' '.join(cFiles) + ' ' + ' '.join(hFiles) + ' -o ' + dict_name, print_output=False, param_shell=True)
89 def dict_compress_sample(tag, sample):
90 dict_name = 'dict.' + tag
92 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-f', sample], stderr=DEVNULL) == 0:
93 os.rename(sample + '.zst', sample + '_01_64_' + tag
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_poisoning.h19 uptr TagMemory(uptr p, uptr size, tag_t tag);
20 uptr TagMemoryAligned(uptr p, uptr size, tag_t tag);
H A Dhwasan_poisoning.cpp22 uptr TagMemoryAligned(uptr p, uptr size, tag_t tag) { argument
33 UNLIKELY(page_end >= page_start + threshold && tag == 0)) {
34 internal_memset((void *)shadow_start, tag, page_start - shadow_start);
35 internal_memset((void *)page_end, tag,
41 internal_memset((void *)shadow_start, tag, shadow_size);
43 return AddTagToPointer(p, tag);
46 uptr TagMemory(uptr p, uptr size, tag_t tag) { argument
49 return TagMemoryAligned(start, end - start, tag);
/freebsd-12-stable/contrib/ipfilter/lib/
H A Dprint_toif.c15 print_toif(family, tag, base, fdp)
17 char *tag;
24 PRINTF("%s %s%s", tag, base + fdp->fd_name,
43 PRINTF("%s dstlist/%s ", tag, base + fdp->fd_name);
47 PRINTF("%s <%d>", tag, fdp->fd_type);
/freebsd-12-stable/sys/dev/proto/
H A Dproto_busdma.c68 struct proto_tag *tag; local
71 if (ioc->u.tag.bndry != 0 &&
72 (ioc->u.tag.bndry & (ioc->u.tag.bndry - 1)) != 0)
80 if (ioc->u.tag.maxsegsz > ioc->u.tag.maxsz || ioc->u.tag.nsegs == 1)
81 ioc->u.tag.maxsegsz = ioc->u.tag.maxsz;
83 tag
117 proto_busdma_tag_destroy(struct proto_busdma *busdma, struct proto_tag *tag) argument
137 struct proto_tag *tag; local
175 proto_busdma_mem_alloc(struct proto_busdma *busdma, struct proto_tag *tag, struct proto_ioc_busdma *ioc) argument
230 proto_busdma_md_create(struct proto_busdma *busdma, struct proto_tag *tag, struct proto_ioc_busdma *ioc) argument
377 struct proto_tag *tag, *tag1; local
392 struct proto_tag *tag; local
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_external.cpp29 static TagData *GetTagData(uptr tag) { argument
30 // Invalid/corrupted tag? Better return NULL and let the caller deal with it.
31 if (tag >= atomic_load(&used_tags, memory_order_relaxed)) return nullptr;
32 return &registered_tags[tag];
35 const char *GetObjectTypeFromTag(uptr tag) { argument
36 TagData *tag_data = GetTagData(tag);
40 const char *GetReportHeaderFromTag(uptr tag) { argument
41 TagData *tag_data = GetTagData(tag);
45 void InsertShadowStackFrameForTag(ThreadState *thr, uptr tag) { argument
46 FuncEntry(thr, (uptr)&registered_tags[tag]);
60 ExternalAccess(void *addr, void *caller_pc, void *tag, AccessFunc access) argument
86 __tsan_external_register_header(void *tag, const char *header) argument
98 __tsan_external_assign_tag(void *addr, void *tag) argument
112 __tsan_external_read(void *addr, void *caller_pc, void *tag) argument
117 __tsan_external_write(void *addr, void *caller_pc, void *tag) argument
[all...]
/freebsd-12-stable/lib/libc/posix1e/
H A Dacl_from_text.c49 static acl_tag_t acl_string_to_tag(char *tag, char *qualifier);
55 acl_string_to_tag(char *tag, char *qualifier) argument
59 if ((!strcmp(tag, "user")) || (!strcmp(tag, "u"))) {
62 if ((!strcmp(tag, "group")) || (!strcmp(tag, "g"))) {
65 if ((!strcmp(tag, "mask")) || (!strcmp(tag, "m"))) {
68 if ((!strcmp(tag, "other")) || (!strcmp(tag, "
88 char *tag, *qualifier, *permission; local
276 _acl_name_to_id(acl_tag_t tag, char *name, uid_t *id) argument
[all...]
/freebsd-12-stable/sys/x86/x86/
H A Dbus_machdep.c43 bus_space_map(bus_space_tag_t tag, bus_addr_t addr, bus_size_t size, argument
47 *bshp = (tag == X86_BUS_SPACE_MEM)
54 bus_space_unmap(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t size) argument
57 if (tag == X86_BUS_SPACE_MEM)
/freebsd-12-stable/tools/bus_space/
H A Dbusdma.c65 } tag; member in union:obj::__anon17115
147 struct obj *tag; local
149 tag = obj_alloc(OBJ_TYPE_TAG);
150 if (tag == NULL)
157 ioc.u.tag.align = align;
158 ioc.u.tag.bndry = bndry;
159 ioc.u.tag.maxaddr = maxaddr;
160 ioc.u.tag.maxsz = maxsz;
161 ioc.u.tag.nsegs = nsegs;
162 ioc.u.tag
188 struct obj *tag; local
213 struct obj *ptag, *tag; local
231 struct obj *ptag, *tag; local
289 struct obj *md, *tag; local
390 struct obj *md, *tag; local
[all...]
/freebsd-12-stable/sys/netgraph/
H A Dqos.h45 * struct m_tag tag;
54 m_tag_prepend(m, &p->tag);
66 struct m_tag tag; member in struct:m_qos_color
79 struct m_tag tag; member in struct:m_qos_priority
/freebsd-12-stable/sys/arm/arm/
H A Delf_note.S35 ELFNOTE(.note.tag, 1, "FreeBSD", .long, __FreeBSD_version);
H A Dofw_machdep.c40 OF_decode_addr(phandle_t dev, int regno, bus_space_tag_t *tag, argument
58 *tag = fdtbus_bs_tag;
61 *tag = fdtbus_bs_tag;
66 *tag = fdtbus_bs_tag;
73 return (bus_space_map(*tag, addr, size, flags, handle));
/freebsd-12-stable/sys/mips/mips/
H A Dofw_machdep.c40 OF_decode_addr(phandle_t dev, int regno, bus_space_tag_t *tag, argument
58 *tag = fdtbus_bs_tag;
61 *tag = fdtbus_bs_tag;
66 *tag = fdtbus_bs_tag;
73 return (bus_space_map(*tag, addr, size, flags, handle));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.cpp33 if (pos->tag == DW_TAG_namespace)
35 else if (pos->tag == DW_TAG_class_type)
37 else if (pos->tag == DW_TAG_structure_type)
39 else if (pos->tag == DW_TAG_union_type)
68 if (pos->tag != rhs_pos->tag) {
71 if (pos->tag == DW_TAG_structure_type &&
72 rhs_pos->tag == DW_TAG_class_type)
74 if (pos->tag == DW_TAG_class_type &&
75 rhs_pos->tag
[all...]
/freebsd-12-stable/contrib/mandoc/
H A Dhtml.h72 struct tag { struct
73 struct tag *next;
76 enum htmltag tag; member in struct:tag
97 struct tag *tag; /* last open tag */ member in struct:html
99 struct tag *tblt; /* current open table scope */
104 struct tag *metaf; /* current open font scope */
122 struct tag *print_otag(struct html *, enum htmltag, const char *, ...);
123 void print_tagq(struct html *, const struct tag *);
[all...]
/freebsd-12-stable/usr.sbin/bsdconfig/startup/
H A Dmisc106 function mprint(tag,item)
108 printf menu_fmt, tag, item
126 tag = sprintf(mtag_fmt, char, mark, subtag)
127 mprint(tag, ENVIRON["msg_apm_desc"])
128 if (ditem == char) defaultitem = tag
141 tag = sprintf(mtag_fmt, char, mark, subtag)
142 mprint(tag, ENVIRON["msg_startup_dirs_desc"])
143 if (ditem == char) defaultitem = tag
152 tag = sprintf(mtag_fmt, char, mark, subtag)
153 mprint(tag, ENVIRO
[all...]
/freebsd-12-stable/sys/dev/sfxge/common/
H A Def10_tlv_layout.h52 * The current tag IDs have a general structure: with the exception of the
56 * - L is a location, indicating where this tag is expected to be found:
90 /* The "end" tag.
93 * the tag itself is irrelevant.)
99 /* Other special reserved tag values.
115 uint32_t tag; member in struct:tlv_partition_header
137 uint32_t tag; member in struct:tlv_partition_trailer
154 uint32_t tag; member in struct:tlv_appendable_partition_header
173 uint32_t tag; member in struct:tlv_global_capabilities
191 uint32_t tag; member in struct:tlv_port_mac
211 uint32_t tag; member in struct:tlv_pf_static_vpd
219 uint32_t tag; member in struct:tlv_global_static_vpd
236 uint32_t tag; member in struct:tlv_pf_dynamic_vpd
244 uint32_t tag; member in struct:tlv_global_dynamic_vpd
261 uint32_t tag; member in struct:tlv_pf_dbi
274 uint32_t tag; member in struct:tlv_global_dbi
298 uint32_t tag; member in struct:tlv_partition_subtype
315 uint32_t tag; member in struct:tlv_partition_version
328 uint32_t tag; member in struct:tlv_pcie_config
346 uint32_t tag; member in struct:tlv_per_pf_pcie_config
368 uint32_t tag; member in struct:tlv_tmp_gubbins
399 uint32_t tag; member in struct:tlv_global_port_config
419 uint32_t tag; member in struct:tlv_firmware_options
447 uint32_t tag; member in struct:tlv_0v9_settings
467 uint32_t tag; member in struct:tlv_clock_config
478 uint32_t tag; member in struct:tlv_clock_config_medford
499 uint32_t tag; member in struct:tlv_global_mac
513 uint32_t tag; member in struct:tlv_0v9_atb_target
528 uint32_t tag; member in struct:tlv_pcie_config_r2
549 uint32_t tag; member in struct:tlv_global_port_mode
572 uint32_t tag; member in struct:tlv_vswitch_type
589 uint32_t tag; member in struct:tlv_vport_vlan_tag
600 uint32_t tag; member in struct:tlv_0v9_atb_offset
615 uint32_t tag; member in struct:tlv_privilege_mask
623 uint32_t tag; member in struct:tlv_privilege_mask_add
631 uint32_t tag; member in struct:tlv_privilege_mask_rem
642 uint32_t tag; member in struct:tlv_privilege_mask_add_all_pfs
653 uint32_t tag; member in struct:tlv_privilege_mask_add_single_pf
664 uint32_t tag; member in struct:tlv_pfiov
694 uint32_t tag; member in struct:tlv_mcast_filter_chaining
706 uint32_t tag; member in struct:tlv_rate_limit
729 uint32_t tag; member in struct:tlv_ocsd
747 uint32_t tag; member in struct:tlv_descriptor_cache_config
765 uint32_t tag; member in struct:tlv_rx_event_merging_config
776 uint32_t tag; member in struct:tlv_pcie_link_settings
790 uint32_t tag; member in struct:tlv_tx_event_merging_config
807 uint32_t tag; member in struct:tlv_biu_vi_window_mode
818 uint32_t tag; member in struct:tlv_license
839 uint32_t tag; member in struct:tlv_tsan_config
863 uint32_t tag; member in struct:tlv_tsac_config
883 uint32_t tag; member in struct:tlv_binding_ticket
900 uint32_t tag; member in struct:tlv_pik_sf
918 uint32_t tag; member in struct:tlv_ca_root_cert
931 uint32_t tag; member in struct:tlv_tx_vfifo_ull_mode
[all...]
/freebsd-12-stable/sys/dev/drm/
H A Ddrm_pci.c82 ret = bus_dma_tag_create(NULL, align, 0, /* tag, align, boundary */
87 &dmah->tag);
93 ret = bus_dmamem_alloc(dmah->tag, &dmah->vaddr,
96 bus_dma_tag_destroy(dmah->tag);
101 ret = bus_dmamap_load(dmah->tag, dmah->map, dmah->vaddr, size,
104 bus_dmamem_free(dmah->tag, dmah->vaddr, dmah->map);
105 bus_dma_tag_destroy(dmah->tag);
122 bus_dmamap_unload(dmah->tag, dmah->map);
123 bus_dmamem_free(dmah->tag, dmah->vaddr, dmah->map);
124 bus_dma_tag_destroy(dmah->tag);
[all...]
/freebsd-12-stable/cddl/usr.sbin/dtrace/tests/tools/
H A Ddtest.sh17 local tag
19 tag=$(basename $1)
20 tag=${tag#*.}
21 tag=${tag%%[a-z.]*}
22 echo $tag
37 tag=$(gettag "$TFILE")
42 tag=$(gettag "$TFILE")
62 elif [ -n "${tag}" ]
[all...]
/freebsd-12-stable/sys/contrib/ngatm/netnatm/api/
H A Dunisap.c48 if (sve->tag == UNISVE_ABSENT)
50 if (sve->tag == UNISVE_ANY)
52 if (sve->tag != UNISVE_PRESENT)
75 if (sve->tag != UNISVE_PRESENT &&
76 sve->tag != UNISVE_ABSENT &&
77 sve->tag != UNISVE_ANY)
88 if (sve->tag != UNISVE_PRESENT &&
89 sve->tag != UNISVE_ABSENT &&
90 sve->tag != UNISVE_ANY)
101 if (sve->tag !
[all...]
/freebsd-12-stable/sys/sparc64/sparc64/
H A Dspitfire.c94 u_long tag; local
102 tag = ldxa(addr, ASI_DCACHE_TAG);
103 if (((tag >> DC_VALID_SHIFT) & DC_VALID_MASK) == 0)
105 tag &= DC_TAG_MASK << DC_TAG_SHIFT;
106 if (tag == target) {
108 stxa_sync(addr, ASI_DCACHE_TAG, tag);
120 register u_long tag __asm("%g1");
132 : "=r" (tag) : "r" (addr), "n" (ASI_ICACHE_TAG));
133 if (((tag >> IC_VALID_SHIFT) & IC_VALID_MASK) == 0)
135 tag
169 u_long tag; local
[all...]
/freebsd-12-stable/contrib/binutils/bfd/
H A Delf-attrs.c55 obj_attr_size (int tag, obj_attribute *attr) argument
62 size = uleb128_size (tag);
102 size += obj_attr_size (list->tag, &list->attr);
144 write_obj_attribute (bfd_byte *p, int tag, obj_attribute *attr) argument
150 p = write_uleb128 (p, tag);
194 p = write_obj_attribute (p, list->tag, &list->attr);
223 elf_new_obj_attr (bfd *abfd, int vendor, int tag) argument
231 if (tag < NUM_KNOWN_OBJ_ATTRIBUTES)
234 attr = &elf_known_obj_attributes (abfd)[vendor][tag];
238 /* Create a new tag
261 bfd_elf_get_obj_attr_int(bfd *abfd, int vendor, int tag) argument
287 bfd_elf_add_obj_attr_int(bfd *abfd, int vendor, int tag, unsigned int i) argument
310 bfd_elf_add_obj_attr_string(bfd *abfd, int vendor, int tag, const char *s) argument
403 gnu_obj_attrs_arg_type(int tag) argument
418 _bfd_elf_obj_attrs_arg_type(bfd *abfd, int vendor, int tag) argument
483 int tag; local
[all...]
/freebsd-12-stable/crypto/openssl/crypto/asn1/
H A Dasn1_par.c20 static int asn1_print_info(BIO *bp, int tag, int xclass, int constructed,
24 static int asn1_print_info(BIO *bp, int tag, int xclass, int constructed, argument
41 BIO_snprintf(str, sizeof(str), "priv [ %d ] ", tag);
43 BIO_snprintf(str, sizeof(str), "cont [ %d ]", tag);
45 BIO_snprintf(str, sizeof(str), "appl [ %d ]", tag);
46 else if (tag > 30)
47 BIO_snprintf(str, sizeof(str), "<ASN1 %d>", tag);
49 p = ASN1_tag2str(tag);
74 int tag, xclass, ret = 0; local
93 j = ASN1_get_object(&p, &len, &tag,
353 ASN1_tag2str(int tag) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dtsan_interface.h130 // - __tsan_external_register_tag registers a 'tag' with the specified name,
132 // - __tsan_external_assign_tag can optionally mark a heap object with a tag
134 void __tsan_external_register_header(void *tag, const char *header);
135 void __tsan_external_assign_tag(void *addr, void *tag);
136 void __tsan_external_read(void *addr, void *caller_pc, void *tag);
137 void __tsan_external_write(void *addr, void *caller_pc, void *tag);

Completed in 495 milliseconds

1234567891011>>