Searched refs:tag (Results 101 - 125 of 1112) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/sparc64/include/
H A Dbus_private.h39 int sparc64_bus_mem_map(bus_space_tag_t tag, bus_addr_t addr, bus_size_t size,
41 int sparc64_bus_mem_unmap(bus_space_tag_t tag, bus_space_handle_t handle,
/freebsd-11-stable/tools/bus_space/C/
H A Dlang.c119 busdma_tag_derive(busdma_tag_t tag, bus_addr_t align, bus_addr_t bndry, argument
125 res = bd_tag_derive(tag, align, bndry, maxaddr, maxsz, nsegs, maxsegsz,
134 busdma_tag_destroy(busdma_tag_t tag) argument
137 return (bd_tag_destroy(tag));
141 busdma_mem_alloc(busdma_tag_t tag, u_int flags, busdma_md_t *out_p) argument
145 res = bd_mem_alloc(tag, flags);
160 busdma_md_create(busdma_tag_t tag, u_int flags, busdma_md_t *out_p) argument
164 res = bd_md_create(tag, flags);
H A Dlibbus.h52 int busdma_tag_derive(busdma_tag_t tag, bus_addr_t align, bus_addr_t bndry,
56 int busdma_tag_destroy(busdma_tag_t tag);
58 int busdma_mem_alloc(busdma_tag_t tag, u_int flags, busdma_md_t *out_p);
61 int busdma_md_create(busdma_tag_t tag, u_int flags, busdma_md_t *out_p);
/freebsd-11-stable/contrib/dtc/libfdt/
H A Dfdt.c97 uint32_t tag; local
105 tag = fdt32_to_cpu(*tagp);
109 switch (tag) {
141 return tag;
165 uint32_t tag; local
173 tag = fdt_next_tag(fdt, offset, &nextoffset);
175 switch (tag) {
197 } while (tag != FDT_BEGIN_NODE);
/freebsd-11-stable/contrib/wpa/src/tls/
H A Dtlsv1_client_ocsp.c143 hdr.tag != ASN1_TAG_SEQUENCE) {
145 "OCSP: Expected SEQUENCE (CertID) - found class %d tag 0x%x",
146 hdr.class, hdr.tag);
167 hdr.tag != ASN1_TAG_OCTETSTRING) {
169 "OCSP: Expected OCTET STRING (issuerNameHash) - found class %d tag 0x%x",
170 hdr.class, hdr.tag);
194 hdr.tag != ASN1_TAG_OCTETSTRING) {
196 "OCSP: Expected OCTET STRING (issuerKeyHash) - found class %d tag 0x%x",
197 hdr.class, hdr.tag);
218 hdr.tag !
[all...]
/freebsd-11-stable/sys/contrib/libfdt/
H A Dfdt.c97 uint32_t tag; local
105 tag = fdt32_to_cpu(*tagp);
109 switch (tag) {
144 return tag;
168 uint32_t tag; local
176 tag = fdt_next_tag(fdt, offset, &nextoffset);
178 switch (tag) {
200 } while (tag != FDT_BEGIN_NODE);
H A Dfdt.h82 fdt32_t tag; member in struct:fdt_node_header
87 fdt32_t tag; member in struct:fdt_property
/freebsd-11-stable/contrib/gcc/
H A Dvarray.h68 tag ("VARRAY_DATA_C"))) vdt_c[1];
70 tag ("VARRAY_DATA_UC"))) vdt_uc[1];
72 tag ("VARRAY_DATA_S"))) vdt_s[1];
74 tag ("VARRAY_DATA_US"))) vdt_us[1];
76 tag ("VARRAY_DATA_I"))) vdt_i[1];
78 tag ("VARRAY_DATA_U"))) vdt_u[1];
80 tag ("VARRAY_DATA_L"))) vdt_l[1];
82 tag ("VARRAY_DATA_UL"))) vdt_ul[1];
84 tag ("VARRAY_DATA_HINT"))) vdt_hint[1];
86 tag ("VARRAY_DATA_UHIN
[all...]
/freebsd-11-stable/contrib/dialog/samples/
H A Dinputmenu48 tag=`echo "$value" | sed -e 's/:.*//'`
51 case "$tag" in
H A Dinputmenu-stdout46 tag=`echo "$value" | sed -e 's/:.*//'`
49 case "$tag" in
/freebsd-11-stable/sys/powerpc/pseries/
H A Dplpar_iommu.h35 int phyp_iommu_set_dma_tag(device_t dev, device_t child, bus_dma_tag_t tag);
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dcounter.c72 sparc64_counter_init(const char *name, bus_space_tag_t tag, argument
84 bus_space_write_8(tag, handle, offset + CTR_CT0 + CTR_LIMIT,
86 bus_space_write_8(tag, handle, offset + CTR_CT1 + CTR_LIMIT,
91 sc->sc_tag = tag;
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dasn1_lib.c100 int tag, xclass, inf; local
108 if (i == V_ASN1_PRIMITIVE_TAG) { /* high-tag */
123 tag = (int)l;
127 tag = i;
132 *ptag = tag;
197 void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, argument
205 if (tag < 31)
206 *(p++) = i | (tag & V_ASN1_PRIMITIVE_TAG);
209 for (i = 0, ttag = tag; ttag > 0; i++)
213 p[i] = tag
257 ASN1_object_size(int constructed, int length, int tag) argument
[all...]
H A Da_bool.c98 int inf, tag, xclass; local
102 inf = ASN1_get_object(&p, &len, &tag, &xclass, length);
108 if (tag != V_ASN1_BOOLEAN) {
H A Dasn1t.h290 # define ASN1_EX_TEMPLATE_TYPE(flags, tag, name, type) { \
291 (flags), (tag), 0,\
298 # define ASN1_EX_TYPE(flags, tag, stname, field, type) { \
299 (flags), (tag), offsetof(stname, field),\
304 # define ASN1_EX_COMBINE(flags, tag, type) { \
305 (flags)|ASN1_TFLG_COMBINE, (tag), 0, NULL, ASN1_ITEM_ref(type) }
309 # define ASN1_IMP_EX(stname, field, type, tag, ex) \
310 ASN1_EX_TYPE(ASN1_TFLG_IMPLICIT | ex, tag, stname, field, type)
312 # define ASN1_EXP_EX(stname, field, type, tag, ex) \
313 ASN1_EX_TYPE(ASN1_TFLG_EXPLICIT | ex, tag, stnam
445 long tag; /* tag, not used if no tagging */ member in struct:ASN1_TEMPLATE_st
[all...]
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A DMakefile.am104 LTCOMPILE = $(LIBTOOL) --tag CC --tag disable-shared --mode=compile $(CC) \
123 # 2) In general, libtool expects an argument such as `--tag=CXX' when
132 # correct solution is to add `--tag CXX' to LTCXXCOMPILE and maybe
136 # We have to put --tag disable-shared after --tag CXX lest things
138 LTCXXCOMPILE = $(LIBTOOL) --tag CXX --tag disable-shared \
150 CXXLINK = $(LIBTOOL) --tag CXX --tag disabl
[all...]
/freebsd-11-stable/lib/libc/posix1e/
H A Dacl_support.h57 int _posix1e_acl_id_to_name(acl_tag_t tag, uid_t id, ssize_t buf_len,
62 int _posix1e_acl_add_entry(acl_t acl, acl_tag_t tag, uid_t id,
66 int _acl_name_to_id(acl_tag_t tag, char *name, uid_t *id);
/freebsd-11-stable/crypto/openssh/
H A Dumac.h68 int umac_final(struct umac_ctx *ctx, u_char tag[], const u_char nonce[8]);
69 /* Incorporate any pending data and the ctr value, and return tag.
78 long len, u_char tag[],
122 int umac128_final(struct umac_ctx *ctx, u_char tag[], const u_char nonce[8]);
/freebsd-11-stable/usr.bin/logger/
H A Dlogger.c89 char *tag, *host, buf[1024]; local
92 tag = NULL;
131 case 't': /* tag */
132 tag = optarg;
141 if (tag == NULL)
142 tag = getlogin();
145 openlog(tag, logflags, 0);
156 logmessage(pri, tag, host, svcname, buf);
160 logmessage(pri, tag, host, svcname, *argv++);
169 logmessage(pri, tag, hos
180 logmessage(int pri, const char *tag, const char *host, const char *svcname, const char *buf) argument
[all...]
/freebsd-11-stable/usr.sbin/ctld/
H A Disns.c113 isns_req_add(struct isns_req *req, uint32_t tag, uint32_t len, argument
122 be32enc(tlv->it_tag, tag);
138 isns_req_add_str(struct isns_req *req, uint32_t tag, const char *value) argument
141 isns_req_add(req, tag, strlen(value) + 1, value);
145 isns_req_add_32(struct isns_req *req, uint32_t tag, uint32_t value) argument
150 isns_req_add(req, tag, sizeof(value), &beval);
154 isns_req_add_addr(struct isns_req *req, uint32_t tag, struct addrinfo *ai) argument
167 isns_req_add(req, tag, sizeof(buf), buf);
171 isns_req_add(req, tag, sizeof(in6->sin6_addr), &in6->sin6_addr);
180 isns_req_add_port(struct isns_req *req, uint32_t tag, struc argument
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pow.h53 * - Requesting a POW operation with an active tag switch in
55 * - Waiting for a tag switch to complete for an excessively
58 * - Illegal tag switches from NULL_NULL.
59 * - Illegal tag switches from NULL.
112 * POW tag operations. These are used in the data stored to the POW.
116 CVMX_POW_TAG_OP_SWTAG = 0L, /**< switch the tag (only) for this PP
117 - the previous tag should be non-NULL in this case
118 - tag switch response required
119 - fields used: op, type, tag */
120 CVMX_POW_TAG_OP_SWTAG_FULL = 1L, /**< switch the tag fo
173 uint64_t tag :32; /**< the actual tag. tag is used for everything except CVMX_POW_TAG_OP_DESCH, CVMX_POW_TAG_OP_UPDATE_WQP_GRP, and CVMX_POW_TAG_OP_*_NSCHED */ member in struct:__anon8686::__anon8687
196 uint64_t tag :32; /**< the actual tag. tag is used for everything except CVMX_POW_TAG_OP_DESCH, CVMX_POW_TAG_OP_UPDATE_WQP_GRP, and CVMX_POW_TAG_OP_*_NSCHED */ member in struct:__anon8686::__anon8688
219 uint64_t tag :32; /**< the actual tag. tag is used for everything except CVMX_POW_TAG_OP_DESCH, CVMX_POW_TAG_OP_UPDATE_WQP_GRP, and CVMX_POW_TAG_OP_*_NSCHED */ member in struct:__anon8686::__anon8689
240 uint64_t tag :32; /**< the actual tag. tag is used for everything except CVMX_POW_TAG_OP_DESCH, CVMX_POW_TAG_OP_UPDATE_WQP_GRP, and CVMX_POW_TAG_OP_*_NSCHED */ member in struct:__anon8686::__anon8690
255 uint32_t tag; member in struct:__anon8691
711 uint64_t tag : 32; /**< The tag attached to the core (updated when new tag list entered on member in struct:__anon8701::__anon8707
743 uint64_t tag : 32; /**< The tag attached to the core (updated when new tag list entered on SWTAG, member in struct:__anon8701::__anon8708
776 uint64_t tag : 32; /**< The tag attached to the core (updated when new tag list entered on member in struct:__anon8701::__anon8709
903 uint64_t tag : 32; /**< The tag of the POW entry. */ member in struct:__anon8701::__anon8714
926 uint64_t tag : 32; /**< The tag of the SSO entry. */ member in struct:__anon8701::__anon8715
1251 uint64_t tag : 32; member in struct:__anon8728::__anon8729
1656 cvmx_pow_tag_sw_nocheck(uint32_t tag, cvmx_pow_tag_type_t tag_type) argument
1719 cvmx_pow_tag_sw(uint32_t tag, cvmx_pow_tag_type_t tag_type) argument
1757 cvmx_pow_tag_sw_full_nocheck(cvmx_wqe_t *wqp, uint32_t tag, cvmx_pow_tag_type_t tag_type, uint64_t group) argument
1825 cvmx_pow_tag_sw_full(cvmx_wqe_t *wqp, uint32_t tag, cvmx_pow_tag_type_t tag_type, uint64_t group) argument
1915 cvmx_pow_work_submit(cvmx_wqe_t *wqp, uint32_t tag, cvmx_pow_tag_type_t tag_type, uint64_t qos, uint64_t grp) argument
2103 cvmx_pow_tag_sw_desched_nocheck(uint32_t tag, cvmx_pow_tag_type_t tag_type, uint64_t group, uint64_t no_sched) argument
2181 cvmx_pow_tag_sw_desched(uint32_t tag, cvmx_pow_tag_type_t tag_type, uint64_t group, uint64_t no_sched) argument
2298 cvmx_pow_tag_get_sw_bits(uint64_t tag) argument
2310 cvmx_pow_tag_get_hw_bits(uint64_t tag) argument
[all...]
/freebsd-11-stable/sys/netgraph/
H A Dng_pppoe.c312 * Return the location where the next tag can be put
322 * Look for a tag of a specific type.
334 * Keep processing tags while a tag header will still fit.
338 * If the tag data would go past the end of the packet, abort.
342 CTR2(KTR_NET, "%20s: invalid length for tag %d",
347 CTR2(KTR_NET, "%20s: found tag %d", __func__, idx);
354 CTR2(KTR_NET, "%20s: not found tag %d", __func__, idx);
359 * Inlines to initialise or add tags to a session's tag list.
362 * Initialise the session's tag list.
398 const struct pppoe_tag **tag; local
441 pppoe_match_svc(node_p node, const struct pppoe_tag *tag) argument
605 pppoe_finduniq(node_p node, const struct pppoe_tag *tag) argument
630 pppoe_findcookie(node_p node, const struct pppoe_tag *tag) argument
1144 struct pppoe_tag *tag; local
1187 struct pppoe_tag *tag; local
1293 send_acname(sessp sp, const struct pppoe_tag *tag) argument
1335 send_maxp(sessp sp, const struct pppoe_tag *tag) argument
1357 send_hurl(sessp sp, const struct pppoe_tag *tag) argument
1380 send_motm(sessp sp, const struct pppoe_tag *tag) argument
1455 const struct pppoe_tag *tag; local
1558 const struct pppoe_tag *utag = NULL, *tag = NULL; local
2035 struct pppoe_tag *tag; local
[all...]
/freebsd-11-stable/sys/mips/rmi/
H A Dbus_space_rmi.c176 rmi_bus_space_barrier(void *tag __unused, bus_space_handle_t bsh __unused,
355 /* generic bus_space tag */
395 * described by tag/handle/offset.
399 rmi_bus_space_read_1(void *tag, bus_space_handle_t handle, argument
406 rmi_bus_space_read_2(void *tag, bus_space_handle_t handle, argument
413 rmi_bus_space_read_4(void *tag, bus_space_handle_t handle, argument
422 * described by tag/handle/offset and copy into buffer provided.
425 rmi_bus_space_read_multi_1(void *tag, bus_space_handle_t handle, argument
432 rmi_bus_space_read_multi_2(void *tag, bus_space_handle_t handle, argument
439 rmi_bus_space_read_multi_4(void *tag, bus_space_handle_ argument
451 rmi_bus_space_write_1(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int8_t value) argument
458 rmi_bus_space_write_2(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int16_t value) argument
465 rmi_bus_space_write_4(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int32_t value) argument
479 rmi_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
486 rmi_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
493 rmi_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
568 rmi_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
575 rmi_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
582 rmi_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
645 rmi_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
652 rmi_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
659 rmi_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/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.cpp32 // tag base will be random.
109 // Generate a (pseudo-)random non-zero tag.
112 tag_t tag;
118 tag = random_buffer_ & 0xFF;
121 tag = random_state_ = (random_state_ + 1) & 0xFF;
123 } while (!tag);
124 return tag;
/freebsd-11-stable/sys/arm/xscale/i8134x/
H A Di81342_space.c107 i81342_bs_subregion(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t offset, argument
116 i81342_bs_barrier(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t offset, argument
126 i81342_io_bs_map(bus_space_tag_t tag, bus_addr_t bpa, bus_size_t size, int flags, argument
135 i81342_io_bs_unmap(bus_space_tag_t tag, bus_space_handle_t h, bus_size_t size) argument
142 i81342_io_bs_alloc(bus_space_tag_t tag, bus_addr_t rstart, bus_addr_t rend, argument
151 i81342_io_bs_free(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t size) argument
162 i81342_mem_bs_map(bus_space_tag_t tag, bus_addr_t bpa, bus_size_t size, int flags, argument
165 struct i81342_pci_softc *sc = (struct i81342_pci_softc *)tag->bs_privdata;
205 i81342_mem_bs_unmap(bus_space_tag_t tag, bus_space_handle_t h, bus_size_t size) argument
219 i81342_mem_bs_alloc(bus_space_tag_t tag, bus_addr_ argument
228 i81342_mem_bs_free(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t size) argument
[all...]

Completed in 283 milliseconds

1234567891011>>