Searched refs:tag (Results 176 - 200 of 1112) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_debug.c102 zfs_dbgmsg_print(const char *tag) argument
106 (void) printf("ZFS_DBGMSG(%s):\n", tag);
/freebsd-11-stable/sys/arm/include/
H A Datags.h43 uint32_t tag; /* Node type */ member in struct:arm_lbabi_header
125 #define ATAG_TAG(a) (a)->tag_hdr.tag
/freebsd-11-stable/lib/libc/posix1e/
H A Dacl_id_to_name.c57 _posix1e_acl_id_to_name(acl_tag_t tag, uid_t id, ssize_t buf_len, char *buf, argument
64 switch(tag) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dhwasan_interface.h38 // Mark region of memory with the given tag. Both address and size need to be
40 void __hwasan_tag_memory(const volatile void *p, unsigned char tag,
43 /// Set pointer tag. Previous tag is lost.
44 void *__hwasan_tag_pointer(const volatile void *p, unsigned char tag);
46 // Set memory tag from the current SP address to the given address to zero.
53 // Set memory tag for the part of the current thread stack below sp_dst to
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dasn1_gen.c73 char *ptr, *class, *type, *tag, *length, *data, *foo; local
92 tag = strtok_r(NULL, " \t\n", &foo);
93 if (tag == NULL) errx(1, "tag missing on line %lu", line);
102 ta = der_get_tag_num(tag);
104 ta = atoi(tag);
109 "tag: %3d length: %3d %s\n",
123 err(1, "fwrite length/tag failed");
H A Dder_get.c278 unsigned int tag, depth = 0; local
285 e = der_get_tag (p, len, &class, &type, &tag, &l);
291 if (type == PRIM && tag == UT_EndOfContent) {
296 if (tag != UT_OctetString) {
512 unsigned int *tag, size_t *size)
519 *tag = (*p) & 0x1f;
521 if(*tag == 0x1f) {
524 *tag = 0;
529 tag1 = *tag * 128 + (*p % 128);
530 /* check that we don't overflow the tag */
510 der_get_tag(const unsigned char *p, size_t len, Der_class *class, Der_type *type, unsigned int *tag, size_t *size) argument
542 der_match_tag(const unsigned char *p, size_t len, Der_class class, Der_type type, unsigned int tag, size_t *size) argument
556 der_match_tag2(const unsigned char *p, size_t len, Der_class class, Der_type *type, unsigned int tag, size_t *size) argument
578 der_match_tag_and_length(const unsigned char *p, size_t len, Der_class class, Der_type *type, unsigned int tag, size_t *length_ret, size_t *size) argument
[all...]
/freebsd-11-stable/lib/libc/tests/gen/
H A Dfmtmsg_test.c43 const char *text, const char *action, const char *tag);
51 const char *tag; member in struct:testcase
65 "text:severity:action:tag",
91 "tag:severity:text:nothing:action",
161 const char *text, const char *action, const char *tag)
180 if (fmtmsg(classification, label, severity, text, action, tag)
236 t->text, t->action, t->tag);
160 run_test(long classification, const char *label, int severity, const char *text, const char *action, const char *tag) argument
/freebsd-11-stable/sys/mips/nlm/
H A Dbus_space_rmi_pci.c178 rmi_pci_bus_space_barrier(void *tag __unused, bus_space_handle_t bsh __unused,
360 /* generic bus_space tag */
399 * described by tag/handle/offset.
403 rmi_pci_bus_space_read_1(void *tag, bus_space_handle_t handle, argument
410 rmi_pci_bus_space_read_2(void *tag, bus_space_handle_t handle, argument
420 rmi_pci_bus_space_read_4(void *tag, bus_space_handle_t handle, argument
431 * described by tag/handle/offset and copy into buffer provided.
434 rmi_pci_bus_space_read_multi_1(void *tag, bus_space_handle_t handle, argument
444 rmi_pci_bus_space_read_multi_2(void *tag, bus_space_handle_t handle, argument
456 rmi_pci_bus_space_read_multi_4(void *tag, bus_space_handle_ argument
473 rmi_pci_bus_space_write_1(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int8_t value) argument
481 rmi_pci_bus_space_write_2(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int16_t value) argument
490 rmi_pci_bus_space_write_4(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int32_t value) argument
504 rmi_pci_bus_space_write_multi_1(void *tag, bus_space_handle_t handle, bus_size_t offset, const u_int8_t * addr, size_t count) argument
515 rmi_pci_bus_space_write_multi_2(void *tag, bus_space_handle_t handle, bus_size_t offset, const u_int16_t * addr, size_t count) argument
526 rmi_pci_bus_space_write_multi_4(void *tag, bus_space_handle_t handle, bus_size_t offset, const u_int32_t * addr, size_t count) argument
605 rmi_pci_bus_space_read_multi_stream_1(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int8_t * addr, size_t count) argument
615 rmi_pci_bus_space_read_multi_stream_2(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int16_t * addr, size_t count) argument
625 rmi_pci_bus_space_read_multi_stream_4(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int32_t * addr, size_t count) argument
705 rmi_pci_bus_space_write_multi_stream_1(void *tag, bus_space_handle_t handle, bus_size_t offset, const u_int8_t * addr, size_t count) argument
716 rmi_pci_bus_space_write_multi_stream_2(void *tag, bus_space_handle_t handle, bus_size_t offset, const u_int16_t * addr, size_t count) argument
727 rmi_pci_bus_space_write_multi_stream_4(void *tag, bus_space_handle_t handle, bus_size_t offset, const u_int32_t * addr, size_t count) argument
[all...]
/freebsd-11-stable/sys/mips/rmi/
H A Dbus_space_rmi_pci.c176 rmi_pci_bus_space_barrier(void *tag __unused, bus_space_handle_t bsh __unused,
355 /* generic bus_space tag */
394 * described by tag/handle/offset.
398 rmi_pci_bus_space_read_1(void *tag, bus_space_handle_t handle, argument
405 rmi_pci_bus_space_read_2(void *tag, bus_space_handle_t handle, argument
412 rmi_pci_bus_space_read_4(void *tag, bus_space_handle_t handle, argument
421 * described by tag/handle/offset and copy into buffer provided.
424 rmi_pci_bus_space_read_multi_1(void *tag, bus_space_handle_t handle, argument
434 rmi_pci_bus_space_read_multi_2(void *tag, bus_space_handle_t handle, argument
446 rmi_pci_bus_space_read_multi_4(void *tag, bus_space_handle_ argument
463 rmi_pci_bus_space_write_1(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int8_t value) argument
471 rmi_pci_bus_space_write_2(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int16_t value) argument
480 rmi_pci_bus_space_write_4(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int32_t value) argument
494 rmi_pci_bus_space_write_multi_1(void *tag, bus_space_handle_t handle, bus_size_t offset, const u_int8_t * addr, size_t count) argument
505 rmi_pci_bus_space_write_multi_2(void *tag, bus_space_handle_t handle, bus_size_t offset, const u_int16_t * addr, size_t count) argument
516 rmi_pci_bus_space_write_multi_4(void *tag, bus_space_handle_t handle, bus_size_t offset, const u_int32_t * addr, size_t count) argument
595 rmi_pci_bus_space_read_multi_stream_1(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int8_t * addr, size_t count) argument
605 rmi_pci_bus_space_read_multi_stream_2(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int16_t * addr, size_t count) argument
615 rmi_pci_bus_space_read_multi_stream_4(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int32_t * addr, size_t count) argument
695 rmi_pci_bus_space_write_multi_stream_1(void *tag, bus_space_handle_t handle, bus_size_t offset, const u_int8_t * addr, size_t count) argument
706 rmi_pci_bus_space_write_multi_stream_2(void *tag, bus_space_handle_t handle, bus_size_t offset, const u_int16_t * addr, size_t count) argument
717 rmi_pci_bus_space_write_multi_stream_4(void *tag, bus_space_handle_t handle, bus_size_t offset, const u_int32_t * addr, size_t count) argument
[all...]
/freebsd-11-stable/contrib/wpa/src/tls/
H A Dpkcs5.c111 hdr.tag != ASN1_TAG_SEQUENCE) {
113 "PKCS #5: Expected SEQUENCE (PBES2-params) - found class %d tag 0x%x",
114 hdr.class, hdr.tag);
122 hdr.tag != ASN1_TAG_SEQUENCE) {
124 "PKCS #5: Expected SEQUENCE (keyDerivationFunc) - found class %d tag 0x%x",
125 hdr.class, hdr.tag);
165 hdr.tag != ASN1_TAG_SEQUENCE) {
167 "PKCS #5: Expected SEQUENCE (PBKDF2-params) - found class %d tag 0x%x",
168 hdr.class, hdr.tag);
178 hdr.tag !
[all...]
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_mbox.c304 bcm2835_mbox_init_dma(device_t dev, size_t len, bus_dma_tag_t *tag, argument
312 len, 1, len, 0, NULL, NULL, tag);
314 device_printf(dev, "can't create DMA tag\n");
318 err = bus_dmamem_alloc(*tag, &buf, 0, map);
320 bus_dma_tag_destroy(*tag);
325 err = bus_dmamap_load(*tag, *map, buf, len, bcm2835_mbox_dma_cb,
328 bus_dmamem_free(*tag, buf, *map);
329 bus_dma_tag_destroy(*tag);
342 struct bcm2835_mbox_tag_hdr *tag; local
354 /* Loop until the end tag
[all...]
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Daes_wrap.h43 u8 *data, size_t data_len, u8 *tag);
47 u8 *data, size_t data_len, const u8 *tag);
56 u8 *crypt, u8 *tag);
60 const u8 *aad, size_t aad_len, const u8 *tag,
64 const u8 *aad, size_t aad_len, u8 *tag);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.h56 dw_tag_t tag = llvm::dwarf::DW_TAG_null; member in struct:DWARFMappedHash::DIEInfo
145 size_t FindByNameAndTag(llvm::StringRef name, const dw_tag_t tag,
149 llvm::StringRef name, const dw_tag_t tag,
177 const dw_tag_t tag, DIEArray &die_offsets);
180 const dw_tag_t tag,
H A DHashedNameToDIE.cpp20 const dw_tag_t tag,
22 if (tag == 0) {
27 const dw_tag_t die_tag = die_info_array[i].tag;
28 bool tag_matches = die_tag == 0 || tag == die_tag;
32 tag == DW_TAG_structure_type || tag == DW_TAG_class_type;
41 const dw_tag_t tag,
44 if (tag == 0) {
51 const dw_tag_t die_tag = die_info_array[i].tag;
52 bool tag_matches = die_tag == 0 || tag
19 ExtractDIEArray(const DIEInfoArray &die_info_array, const dw_tag_t tag, DIEArray &die_offsets) argument
40 ExtractDIEArray(const DIEInfoArray &die_info_array, const dw_tag_t tag, const uint32_t qualified_name_hash, DIEArray &die_offsets) argument
529 FindByNameAndTag(llvm::StringRef name, const dw_tag_t tag, DIEArray &die_offsets) argument
538 FindByNameAndTagAndQualifiedNameHash( llvm::StringRef name, const dw_tag_t tag, const uint32_t qualified_name_hash, DIEArray &die_offsets) argument
[all...]
/freebsd-11-stable/sys/dev/usb/
H A Dusb_busdma.c378 * usb_dma_tag_create - allocate a DMA tag
380 * NOTE: If the "align" parameter has a value of 1 the DMA-tag will
387 bus_dma_tag_t tag; local
390 ( /* parent */ udt->tag_parent->tag,
405 &tag)) {
406 tag = NULL;
408 udt->tag = tag;
412 * usb_dma_tag_free - free a DMA tag
417 bus_dma_tag_destroy(udt->tag);
[all...]
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dasn1_mac.h171 # define M_ASN1_D2I_get_IMP_opt(b,func,tag,type) \
173 (V_ASN1_CONTEXT_SPECIFIC|(tag)))) \
213 # define M_ASN1_D2I_get_IMP_set_opt(b,func,free_func,tag) \
216 (V_ASN1_CONTEXT_SPECIFIC|V_ASN1_CONSTRUCTED|(tag))))\
219 tag,V_ASN1_CONTEXT_SPECIFIC); \
222 # define M_ASN1_D2I_get_IMP_set_opt_type(type,b,func,free_func,tag) \
225 (V_ASN1_CONTEXT_SPECIFIC|V_ASN1_CONSTRUCTED|(tag))))\
228 tag,V_ASN1_CONTEXT_SPECIFIC); \
277 # define M_ASN1_D2I_get_EXP_opt(r,func,tag) \
279 (V_ASN1_CONSTRUCTED|V_ASN1_CONTEXT_SPECIFIC|tag))) \
[all...]
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdacc.c683 int tag; local
686 tag = wanted;
688 if (codec->tags[tag] == NULL) {
689 codec->tags[tag] = child;
690 HDAC_UNSOL_ALLOC(device_get_parent(dev), dev, tag); local
691 return (tag);
693 tag++;
694 tag &= 0x3f;
695 } while (tag != wanted);
700 hdacc_unsol_free(device_t dev, device_t child, int tag) argument
706 HDAC_UNSOL_FREE(device_get_parent(dev), dev, tag); local
714 int tag; local
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_acl_platform_posix1e.c119 failure("Unexpected ACL tag type");
141 if (myacl->tag != ARCHIVE_ENTRY_ACL_USER_OBJ) return (0);
143 if (myacl->tag != ARCHIVE_ENTRY_ACL_USER)
150 if (myacl->tag != ARCHIVE_ENTRY_ACL_GROUP_OBJ) return (0);
154 if (myacl->tag != ARCHIVE_ENTRY_ACL_GROUP)
161 if (myacl->tag != ARCHIVE_ENTRY_ACL_MASK) return (0);
165 if (myacl->tag != ARCHIVE_ENTRY_ACL_OTHER) return (0);
185 if (myacl->tag != ARCHIVE_ENTRY_ACL_USER_OBJ) return (0);
188 if (myacl->tag != ARCHIVE_ENTRY_ACL_USER)
197 if (myacl->tag !
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-alias.c71 /* Nonzero if the aliases for this memory tag have been grouped
175 tag. */
193 mark_aliases_call_clobbered (tree tag, VEC (tree, heap) **worklist, argument
199 var_ann_t ta = var_ann (tag);
201 if (!MTAG_P (tag))
203 ma = may_aliases (tag);
225 tree tag; local
229 FOR_EACH_REFERENCED_VAR (tag, rvi)
231 if (!MTAG_P (tag) || TREE_CODE (tag)
1183 tree tag = var_ann (p_map->var)->symbol_mem_tag; local
1364 tree ptr = ai->pointers[i]->var, tag; local
1404 group_aliases_into(tree tag, bitmap tag_aliases, struct alias_info *ai) argument
1750 tree tag; local
1793 tree tag = ann->symbol_mem_tag; local
2215 tree tag = create_tag_raw (is_type_tag ? SYMBOL_MEMORY_TAG : NAME_MEMORY_TAG, local
2244 tree tag = pi->name_mem_tag; local
2264 tree tag; local
2675 is_aliased_with(tree tag, tree sym) argument
2746 add_may_alias_for_new_tag(tree tag, tree var) argument
2789 tree tag; local
[all...]
H A Dtree-profile.c134 tag of the section for counters, BASE is offset of the counter position. */
137 tree_gen_interval_profiler (histogram_value value, unsigned tag, unsigned base)
141 tree ref = tree_coverage_counter_ref (tag, base), ref_ptr;
160 counter. VALUE is the expression whose value is profiled. TAG is the tag
164 tree_gen_pow2_profiler (histogram_value value, unsigned tag, unsigned base)
168 tree ref = tree_coverage_counter_ref (tag, base), ref_ptr;
183 VALUE is the expression whose value is profiled. TAG is the tag of the
187 tree_gen_one_value_profiler (histogram_value value, unsigned tag, unsigned base)
191 tree ref = tree_coverage_counter_ref (tag, base), ref_ptr;
207 VALUE is the expression whose value is profiled. TAG is the tag o
136 tree_gen_interval_profiler(histogram_value value, unsigned tag, unsigned base) argument
163 tree_gen_pow2_profiler(histogram_value value, unsigned tag, unsigned base) argument
186 tree_gen_one_value_profiler(histogram_value value, unsigned tag, unsigned base) argument
[all...]
/freebsd-11-stable/contrib/byacc/
H A Dreader.c27 static char *process_destructor_XX(char *code, char *tag);
76 lookup_type_destructor(char *tag) argument
84 if (bp->tag == tag)
89 sprintf(name, fmt, (int)(sizeof(name) - sizeof(fmt)), tag);
91 bp->tag = tag;
1342 cache_tag(char *tag, size_t len) argument
1349 if (strncmp(tag, tag_table[i], len) == 0 &&
1367 strncpy(s, tag, le
1427 char *tag = 0; local
1581 char *tag = NULL; local
2007 char *tag = NULL; local
2082 char *tag = 0; local
2359 insert_arg_rule(char *arg, char *tag) argument
2494 char *tag; local
2864 char *tag; local
3043 char *tag = get_tag(); local
3073 process_destructor_XX(char *code, char *tag) argument
3653 char *tag; local
[all...]
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Davila_ata.c148 static void ata_bs_rm_2_s(bus_space_tag_t tag, bus_space_handle_t, bus_size_t,
150 static void ata_bs_wm_2_s(bus_space_tag_t tag, bus_space_handle_t, bus_size_t,
219 * On Cambria use the shared CS3 expansion bus tag
356 ata_bs_r_1(bus_space_tag_t tag, bus_space_handle_t h, bus_size_t o) argument
358 struct ata_avila_softc *sc = tag->bs_privdata;
364 ata_bs_w_1(bus_space_tag_t tag, bus_space_handle_t h, bus_size_t o, u_int8_t v) argument
366 struct ata_avila_softc *sc = tag->bs_privdata;
372 ata_bs_r_2(bus_space_tag_t tag, bus_space_handle_t h, bus_size_t o) argument
374 struct ata_avila_softc *sc = tag->bs_privdata;
384 ata_bs_w_2(bus_space_tag_t tag, bus_space_handle_ argument
394 ata_bs_rm_2(bus_space_tag_t tag, bus_space_handle_t h, bus_size_t o, u_int16_t *d, bus_size_t c) argument
405 ata_bs_wm_2(bus_space_tag_t tag, bus_space_handle_t h, bus_size_t o, const u_int16_t *d, bus_size_t c) argument
418 ata_bs_rm_2_s(bus_space_tag_t tag, bus_space_handle_t h, bus_size_t o, u_int16_t *d, bus_size_t c) argument
438 ata_bs_wm_2_s(bus_space_tag_t tag, bus_space_handle_t h, bus_size_t o, const u_int16_t *d, bus_size_t c) argument
[all...]
/freebsd-11-stable/sys/dev/bnxt/
H A Dbnxt.h142 bus_space_barrier((ring)->softc->doorbell_bar.tag, \
145 bus_space_barrier((ring)->softc->doorbell_bar.tag, \
148 bus_space_write_4((ring)->softc->doorbell_bar.tag, \
154 bus_space_barrier((ring)->softc->doorbell_bar.tag, \
157 bus_space_barrier((ring)->softc->doorbell_bar.tag, \
160 bus_space_write_4((ring)->softc->doorbell_bar.tag, \
166 bus_space_barrier((ring)->softc->doorbell_bar.tag, \
169 bus_space_write_4((ring)->softc->doorbell_bar.tag, \
173 bus_space_barrier((ring)->softc->doorbell_bar.tag, \
179 bus_space_barrier((ring)->softc->doorbell_bar.tag, \
301 bus_space_tag_t tag; member in struct:bnxt_bar_info
423 uint16_t tag; member in struct:bnxt_vlan_tag
[all...]
/freebsd-11-stable/bin/setfacl/
H A Dmerge.c94 acl_tag_t tag, tag_new; local
122 if (acl_get_tag_type(entry, &tag) == -1)
125 if (tag == ACL_MASK)
133 if (acl_get_tag_type(entry, &tag) == -1)
139 if (tag != tag_new)
143 * For NFSv4, in addition to "tag" and "id" we also
157 switch(tag) {
195 errx(1, "%s: invalid tag type: %i", filename, tag);
/freebsd-11-stable/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c281 u_char tag;
296 tag = *bp++;
298 if (tag == TAG_PAD)
300 if (tag == TAG_END)
302 if (tag < KNOWN_OPTIONS) {
303 optstr = rfc1048_opts[tag];
306 printf(" T%d:", tag);
280 u_char tag; local

Completed in 337 milliseconds

1234567891011>>