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

1234567891011>>

/freebsd-10.2-release/sys/contrib/libfdt/
H A Dfdt.h31 uint32_t tag; member in struct:fdt_node_header
36 uint32_t tag; member in struct:fdt_property
/freebsd-10.2-release/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-10.2-release/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-10.2-release/sys/netpfil/pf/
H A Dpf_mtag.h47 u_int16_t tag; /* tag id */ member in struct:pf_mtag
/freebsd-10.2-release/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-10.2-release/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-10.2-release/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;
201 void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, argument
209 if (tag < 31)
210 *(p++) = i | (tag & V_ASN1_PRIMITIVE_TAG);
213 for (i = 0, ttag = tag; ttag > 0; i++)
217 p[i] = tag
261 ASN1_object_size(int constructed, int length, int tag) argument
[all...]
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-10.2-release/sys/dev/usb/
H A Dusb_busdma.c351 * usb_dma_tag_create - allocate a DMA tag
353 * NOTE: If the "align" parameter has a value of 1 the DMA-tag will
360 bus_dma_tag_t tag; local
363 ( /* parent */ udt->tag_parent->tag,
378 &tag)) {
379 tag = NULL;
381 udt->tag = tag;
385 * usb_dma_tag_free - free a DMA tag
390 bus_dma_tag_destroy(udt->tag);
[all...]
/freebsd-10.2-release/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-10.2-release/lib/libc/posix1e/
H A Dacl_support.h55 int _posix1e_acl_id_to_name(acl_tag_t tag, uid_t id, ssize_t buf_len,
60 int _posix1e_acl_add_entry(acl_t acl, acl_tag_t tag, uid_t id,
64 int _acl_name_to_id(acl_tag_t tag, char *name, uid_t *id);
/freebsd-10.2-release/sys/dev/isp/
H A Disp_target.h60 void * nt_hba; /* HBA tag */
66 uint64_t nt_tagval; /* tag value */
79 #define MATCH_TMD(tmd, iid, lun, tag) \
84 (tag == TAG_ANY || tag == tmd->cd_tagval) \
/freebsd-10.2-release/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-10.2-release/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-10.2-release/usr.sbin/ctld/
H A Disns.c117 isns_req_add(struct isns_req *req, uint32_t tag, uint32_t len, argument
126 be32enc(tlv->it_tag, tag);
142 isns_req_add_str(struct isns_req *req, uint32_t tag, const char *value) argument
145 isns_req_add(req, tag, strlen(value) + 1, value);
149 isns_req_add_32(struct isns_req *req, uint32_t tag, uint32_t value) argument
154 isns_req_add(req, tag, sizeof(value), &beval);
158 isns_req_add_addr(struct isns_req *req, uint32_t tag, struct addrinfo *ai) argument
171 isns_req_add(req, tag, sizeof(buf), buf);
175 isns_req_add(req, tag, sizeof(in6->sin6_addr), &in6->sin6_addr);
184 isns_req_add_port(struct isns_req *req, uint32_t tag, struc argument
[all...]
/freebsd-10.2-release/contrib/tcpdump/
H A Dprint-bootp.c371 register u_int16_t tag; local
386 /* Loop while we there is a tag left in the buffer */
388 tag = *bp++;
389 if (tag == TAG_PAD && vflag < 3)
391 if (tag == TAG_END && vflag < 3)
393 if (tag == TAG_EXTENDED_OPTION) {
395 tag = EXTRACT_16BITS(bp + 1);
398 * If not, we need to offset tag after this step.
400 cp = tok2str(xtag2str, "?xT%u", tag);
402 cp = tok2str(tag2str, "?T%u", tag);
[all...]
/freebsd-10.2-release/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:__anon7493::__anon7494
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:__anon7493::__anon7495
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:__anon7493::__anon7496
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:__anon7493::__anon7497
255 uint32_t tag; member in struct:__anon7498
711 uint64_t tag : 32; /**< The tag attached to the core (updated when new tag list entered on member in struct:__anon7508::__anon7514
743 uint64_t tag : 32; /**< The tag attached to the core (updated when new tag list entered on SWTAG, member in struct:__anon7508::__anon7515
776 uint64_t tag : 32; /**< The tag attached to the core (updated when new tag list entered on member in struct:__anon7508::__anon7516
903 uint64_t tag : 32; /**< The tag of the POW entry. */ member in struct:__anon7508::__anon7521
926 uint64_t tag : 32; /**< The tag of the SSO entry. */ member in struct:__anon7508::__anon7522
1251 uint64_t tag : 32; member in struct:__anon7535::__anon7536
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-10.2-release/contrib/wpa/src/crypto/
H A Daes_wrap.h34 u8 *data, size_t data_len, u8 *tag);
38 u8 *data, size_t data_len, const u8 *tag);
47 u8 *crypt, u8 *tag);
51 const u8 *aad, size_t aad_len, const u8 *tag,
55 const u8 *aad, size_t aad_len, u8 *tag);
/freebsd-10.2-release/contrib/texinfo/makeinfo/
H A Dhtml.c406 /* Save current tag. */
408 push_tag (char *tag, char *attribs)
412 newstack->tag = tag;
418 /* Get last tag. */
426 line_error (_("[unexpected] no html tag to pop"));
436 /* Check if tag is an empty or a whitespace only element.
439 rollback_empty_tag (char *tag)
442 int taglen = strlen (tag);
451 /* Find the end of the previous tag
404 push_tag(char *tag, char *attribs) argument
435 rollback_empty_tag(char *tag) argument
494 insert_html_tag_with_attribute(int start_or_end, char *tag, char *format, ...) argument
573 insert_html_tag(int start_or_end, char *tag) argument
[all...]
/freebsd-10.2-release/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-10.2-release/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...]
/freebsd-10.2-release/sys/boot/common/
H A Disapnp.c162 u_char tag, resinfo[8]; local
168 while ((limit-- > 0) && !isapnp_get_resource_info(&tag, 1)) {
169 if (PNP_RES_TYPE(tag) == 0) {
171 switch (PNP_SRES_NUM(tag)) {
175 if (isapnp_get_resource_info(resinfo, PNP_SRES_LEN(tag)))
185 if (isapnp_get_resource_info(NULL, PNP_SRES_LEN(tag)))
197 switch(PNP_LRES_NUM(tag)) {
/freebsd-10.2-release/sys/security/mac/
H A Dmac_net.c86 * Retrieve the label associated with an mbuf by searching for the tag.
95 struct m_tag *tag; local
100 tag = m_tag_find(m, PACKET_TAG_MACLABEL, NULL);
101 if (tag == NULL)
103 label = (struct label *)(tag+1);
148 mac_mbuf_tag_init(struct m_tag *tag, int flag) argument
153 label = (struct label *) (tag + 1);
170 struct m_tag *tag; local
176 tag = m_tag_get(PACKET_TAG_MACLABEL, sizeof(struct label),
178 if (tag
227 mac_mbuf_tag_destroy(struct m_tag *tag) argument
[all...]
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_subr/
H A Dversion.c51 if (lib_version->tag[0] != '\0')
54 else if (my_version->tag[0] != '\0')
74 && 0 == strcmp(my_version->tag, lib_version->tag));
102 lib_version->patch, lib_version->tag,
104 my_version->patch, my_version->tag);
222 version->tag = "";
246 version->tag = apr_pstrdup(result_pool, hyphen + 1);
295 if (version->tag && version->tag[
[all...]

Completed in 184 milliseconds

1234567891011>>