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

1234567891011>>

/freebsd-11-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-11-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-11-stable/sys/dev/proto/
H A Dproto_busdma.c67 struct proto_tag *tag; local
70 if (ioc->u.tag.bndry != 0 &&
71 (ioc->u.tag.bndry & (ioc->u.tag.bndry - 1)) != 0)
79 if (ioc->u.tag.maxsegsz > ioc->u.tag.maxsz || ioc->u.tag.nsegs == 1)
80 ioc->u.tag.maxsegsz = ioc->u.tag.maxsz;
82 tag
116 proto_busdma_tag_destroy(struct proto_busdma *busdma, struct proto_tag *tag) argument
136 struct proto_tag *tag; local
174 proto_busdma_mem_alloc(struct proto_busdma *busdma, struct proto_tag *tag, struct proto_ioc_busdma *ioc) argument
229 proto_busdma_md_create(struct proto_busdma *busdma, struct proto_tag *tag, struct proto_ioc_busdma *ioc) argument
374 struct proto_tag *tag, *tag1; local
387 struct proto_tag *tag; local
[all...]
/freebsd-11-stable/lib/libc/posix1e/
H A Dacl_from_text.c47 static acl_tag_t acl_string_to_tag(char *tag, char *qualifier);
53 acl_string_to_tag(char *tag, char *qualifier) argument
57 if ((!strcmp(tag, "user")) || (!strcmp(tag, "u"))) {
60 if ((!strcmp(tag, "group")) || (!strcmp(tag, "g"))) {
63 if ((!strcmp(tag, "mask")) || (!strcmp(tag, "m"))) {
66 if ((!strcmp(tag, "other")) || (!strcmp(tag, "
86 char *tag, *qualifier, *permission; local
274 _acl_name_to_id(acl_tag_t tag, char *name, uid_t *id) argument
[all...]
/freebsd-11-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-11-stable/sys/arm/xscale/ixp425/
H A Dixp425_pci_space.c75 static u_int8_t _pci_io_bs_r_1(bus_space_tag_t tag, bus_space_handle_t, bus_size_t);
76 static u_int16_t _pci_io_bs_r_2(bus_space_tag_t tag, bus_space_handle_t, bus_size_t);
77 static u_int32_t _pci_io_bs_r_4(bus_space_tag_t tag, bus_space_handle_t, bus_size_t);
79 static void _pci_io_bs_w_1(bus_space_tag_t tag, bus_space_handle_t, bus_size_t, u_int8_t);
80 static void _pci_io_bs_w_2(bus_space_tag_t tag, bus_space_handle_t, bus_size_t, u_int16_t);
81 static void _pci_io_bs_w_4(bus_space_tag_t tag, bus_space_handle_t, bus_size_t, u_int32_t);
84 static u_int8_t _pci_io_bs_r_1_s(bus_space_tag_t tag, bus_space_handle_t, bus_size_t);
85 static u_int16_t _pci_io_bs_r_2_s(bus_space_tag_t tag, bus_space_handle_t, bus_size_t);
86 static u_int32_t _pci_io_bs_r_4_s(bus_space_tag_t tag, bus_space_handle_t, bus_size_t);
88 static void _pci_io_bs_w_1_s(bus_space_tag_t tag, bus_space_handle_
210 ixp425_pci_bs_subregion(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t offset, bus_size_t size, bus_space_handle_t *nbshp) argument
218 ixp425_pci_bs_barrier(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t offset, bus_size_t len, int flags) argument
226 ixp425_pci_io_bs_map(bus_space_tag_t tag, bus_addr_t bpa, bus_size_t size, int cacheable, bus_space_handle_t *bshp) argument
234 ixp425_pci_io_bs_unmap(bus_space_tag_t tag, bus_space_handle_t h, bus_size_t size) argument
240 ixp425_pci_io_bs_alloc(bus_space_tag_t tag, bus_addr_t rstart, bus_addr_t rend, bus_size_t size, bus_size_t alignment, bus_size_t boundary, int cacheable, bus_addr_t *bpap, bus_space_handle_t *bshp) argument
248 ixp425_pci_io_bs_free(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t size) argument
255 _bs_r(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off, u_int32_t be) argument
269 _pci_io_bs_r_1(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off) argument
281 _pci_io_bs_r_2(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off) argument
293 _pci_io_bs_r_4(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off) argument
303 _pci_io_bs_r_1_s(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off) argument
315 _pci_io_bs_r_2_s(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off) argument
327 _pci_io_bs_r_4_s(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off) argument
337 _bs_w(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off, u_int32_t be, u_int32_t data) argument
348 _pci_io_bs_w_1(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off, u_int8_t val) argument
360 _pci_io_bs_w_2(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off, u_int16_t val) argument
372 _pci_io_bs_w_4(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off, u_int32_t val) argument
380 _pci_io_bs_w_1_s(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off, u_int8_t val) argument
392 _pci_io_bs_w_2_s(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off, u_int16_t val) argument
404 _pci_io_bs_w_4_s(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off, u_int32_t val) argument
413 ixp425_pci_mem_bs_map(bus_space_tag_t tag, bus_addr_t bpa, bus_size_t size, int cacheable, bus_space_handle_t *bshp) argument
421 ixp425_pci_mem_bs_unmap(bus_space_tag_t tag, bus_space_handle_t h, bus_size_t size) argument
428 ixp425_pci_mem_bs_alloc(bus_space_tag_t tag, bus_addr_t rstart, bus_addr_t rend, bus_size_t size, bus_size_t alignment, bus_size_t boundary, int cacheable, bus_addr_t *bpap, bus_space_handle_t *bshp) argument
436 ixp425_pci_mem_bs_free(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t size) argument
443 _pci_mem_bs_r_1(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off) argument
449 _pci_mem_bs_r_2(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off) argument
455 _pci_mem_bs_r_4(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off) argument
464 _pci_mem_bs_w_1(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off, u_int8_t val) argument
471 _pci_mem_bs_w_2(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off, u_int16_t val) argument
478 _pci_mem_bs_w_4(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off, u_int32_t val) argument
[all...]
/freebsd-11-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-11-stable/usr.sbin/bsdconfig/startup/
H A Dmisc108 function mprint(tag,item)
110 printf menu_fmt, tag, item
128 tag = sprintf(mtag_fmt, char, mark, subtag)
129 mprint(tag, ENVIRON["msg_apm_desc"])
130 if (ditem == char) defaultitem = tag
143 tag = sprintf(mtag_fmt, char, mark, subtag)
144 mprint(tag, ENVIRON["msg_startup_dirs_desc"])
145 if (ditem == char) defaultitem = tag
154 tag = sprintf(mtag_fmt, char, mark, subtag)
155 mprint(tag, ENVIRO
[all...]
/freebsd-11-stable/tools/bus_space/
H A Dbusdma.c65 } tag; member in union:obj::__anon13633
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-11-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-11-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-11-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-11-stable/contrib/mdocml/
H A Dhtml.h79 struct tag { struct
80 struct tag *next;
81 enum htmltag tag; member in struct:tag
102 struct tag *tag; /* last open tag */ member in struct:html
104 struct tag *tblt; /* current open table scope */
108 struct tag *metaf; /* current open font scope */
124 struct tag *print_otag(struct html *, enum htmltag, const char *, ...);
125 void print_tagq(struct html *, const struct tag *);
[all...]
/freebsd-11-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-11-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-11-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-11-stable/cddl/usr.sbin/dtrace/tests/tools/
H A Ddtest.sh15 local tag
17 tag=$(basename $1)
18 tag=${tag#*.}
19 tag=${tag%%[a-z.]*}
20 echo $tag
35 tag=$(gettag "$TFILE")
40 tag=$(gettag "$TFILE")
60 elif [ -n "${tag}" ]
[all...]
/freebsd-11-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-11-stable/sys/sparc64/sparc64/
H A Dspitfire.c92 u_long tag; local
100 tag = ldxa(addr, ASI_DCACHE_TAG);
101 if (((tag >> DC_VALID_SHIFT) & DC_VALID_MASK) == 0)
103 tag &= DC_TAG_MASK << DC_TAG_SHIFT;
104 if (tag == target) {
106 stxa_sync(addr, ASI_DCACHE_TAG, tag);
118 register u_long tag __asm("%g1");
130 : "=r" (tag) : "r" (addr), "n" (ASI_ICACHE_TAG));
131 if (((tag >> IC_VALID_SHIFT) & IC_VALID_MASK) == 0)
133 tag
167 u_long tag; local
[all...]
/freebsd-11-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-11-stable/crypto/openssl/crypto/asn1/
H A Dasn1_par.c69 static int asn1_print_info(BIO *bp, int tag, int xclass, int constructed,
73 static int asn1_print_info(BIO *bp, int tag, int xclass, int constructed, argument
90 BIO_snprintf(str, sizeof(str), "priv [ %d ] ", tag);
92 BIO_snprintf(str, sizeof(str), "cont [ %d ]", tag);
94 BIO_snprintf(str, sizeof(str), "appl [ %d ]", tag);
95 else if (tag > 30)
96 BIO_snprintf(str, sizeof(str), "<ASN1 %d>", tag);
98 p = ASN1_tag2str(tag);
123 int tag, xclass, ret = 0; local
146 j = ASN1_get_object(&p, &len, &tag,
397 ASN1_tag2str(int tag) argument
[all...]
/freebsd-11-stable/contrib/groff/src/include/
H A Dindex.h36 struct tag { struct
/freebsd-11-stable/sys/dev/cxgb/sys/
H A Dmvec.h35 busdma_map_mbuf_fast(bus_dma_tag_t tag, bus_dmamap_t map, argument
44 bus_dmamap_load_mbuf_sg(tag, map, m, seg, &nsegstmp, 0);
48 int busdma_map_sg_collapse(bus_dma_tag_t tag, bus_dmamap_t map,
50 void busdma_map_sg_vec(bus_dma_tag_t tag, bus_dmamap_t map,

Completed in 172 milliseconds

1234567891011>>