Searched refs:tag (Results 476 - 500 of 949) sorted by relevance

<<11121314151617181920>>

/freebsd-10.2-release/sys/contrib/ngatm/netnatm/api/
H A Dcc_conn.c557 printf("addr={%s", tags[sap->addr.tag]);
558 if (sap->addr.tag == UNISVE_PRESENT) {
565 printf("selector={%s", tags[sap->selector.tag]);
566 if (sap->selector.tag == UNISVE_PRESENT)
570 printf("blli_id2={%s", tags[sap->blli_id2.tag]);
571 if (sap->blli_id2.tag == UNISVE_PRESENT)
575 printf("blli_id3={%s", tags[sap->blli_id3.tag]);
576 if (sap->blli_id3.tag == UNISVE_PRESENT)
583 printf("bhli={%s", tags[sap->bhli.tag]);
584 if (sap->bhli.tag
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/com_err/
H A DMakefile.in135 libcom_err_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
149 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
153 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
593 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcom_err_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcom_err_la-error.lo -MD -MP -MF $(DEPDIR)/libcom_err_la-error.Tpo -c -o libcom_err_la-error.lo `test -f 'error.c' || echo '$(srcdir)/'`error.c
597 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcom_err_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcom_err_la-error.lo `test -f 'error.c' || echo '$(srcdir)/'`error.c
600 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcom_err_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcom_err_la-com_err.lo -MD -MP -MF $(DEPDIR)/libcom_err_la-com_err.Tpo -c -o libcom_err_la-com_err.lo `test -f 'com_err.c' || echo '$(srcdir)/'`com_err.c
604 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcom_err_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcom_err_la-com_err.lo `test -f 'com_err.c' || echo '$(srcdir)/'`com_err.c
607 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcom_err_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcom_err_la-snprintf.lo -MD -MP -MF $(DEPDIR)/libcom_err_la-snprintf.Tpo -c -o libcom_err_la-snprintf.lo `test -f 'snprintf.c' || echo '$(srcdir)/'`snprintf.c
611 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcom_err_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcom_err_la-snprintf.lo `test -f 'snprintf.c' || echo '$(srcdir)/'`snprintf.c
614 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag
[all...]
/freebsd-10.2-release/contrib/binutils/bfd/
H A Ddwarf2.c220 enum dwarf_tag tag; /* DWARF tag. */ member in struct:abbrev_info
476 cur_abbrev->tag = (enum dwarf_tag)
741 int tag; member in struct:funcinfo
755 int tag; member in struct:varinfo
1706 if (abbrev->tag == DW_TAG_subprogram
1707 || abbrev->tag == DW_TAG_entry_point
1708 || abbrev->tag == DW_TAG_inlined_subroutine)
1712 func->tag = abbrev->tag;
[all...]
/freebsd-10.2-release/crypto/openssl/crypto/asn1/
H A Dasn1.h178 int tag; /* tag from last 'get object' */ member in struct:asn1_ctx_st
193 int tag; /* tag from last 'get object' */ member in struct:asn1_const_ctx_st
939 int i2d_ASN1_bytes(ASN1_STRING *a, unsigned char **pp, int tag, int xclass);
942 unsigned long ASN1_tag2bit(int tag);
957 int tag, int xclass);
959 int ASN1_object_size(int constructed, int length, int tag);
1044 const char *ASN1_tag2str(int tag);
/freebsd-10.2-release/usr.bin/elfdump/
H A Delfdump.c173 d_tags(u_int64_t tag) argument
177 switch (tag) {
248 "ERROR: TAG NOT DEFINED -- tag 0x%jx", (uintmax_t)tag);
638 strcmp(shstrtab + name, ".note.ABI-tag") == 0)
865 int64_t tag; local
877 tag = elf_get_size(e, d, D_TAG);
882 fprintf(out, "\td_tag: %s\n", d_tags(tag));
883 switch (tag) {
/freebsd-10.2-release/sys/netpfil/pf/
H A Dpf.c1612 TH_RST|TH_ACK, 0, 0, 0, 1, s->tag, NULL);
2287 u_int8_t flags, u_int16_t win, u_int16_t mss, u_int8_t ttl, int tag,
2326 /* Allocate outgoing queue entry, mbuf and mbuf tag. */
2343 if (tag)
2345 pf_mtag->tag = rtag;
2451 /* Allocate outgoing queue entry, mbuf and mbuf tag. */
2633 pf_match_tag(struct mbuf *m, struct pf_rule *r, int *tag, int mtag) argument
2635 if (*tag == -1)
2636 *tag = mtag;
2638 return ((!r->match_tag_not && r->match_tag == *tag) ||
2284 pf_send_tcp(struct mbuf *replyto, const struct pf_rule *r, sa_family_t af, const struct pf_addr *saddr, const struct pf_addr *daddr, u_int16_t sport, u_int16_t dport, u_int32_t seq, u_int32_t ack, u_int8_t flags, u_int16_t win, u_int16_t mss, u_int8_t ttl, int tag, u_int16_t rtag, struct ifnet *ifp) argument
2643 pf_tag_packet(struct mbuf *m, struct pf_pdesc *pd, int tag) argument
3083 int tag = -1, rtableid = -1; local
3494 pf_create_state(struct pf_rule *r, struct pf_rule *nr, struct pf_rule *a, struct pf_pdesc *pd, struct pf_src_node *nsn, struct pf_state_key *nk, struct pf_state_key *sk, struct mbuf *m, int off, u_int16_t sport, u_int16_t dport, int *rewrite, struct pfi_kif *kif, struct pf_state **sm, int tag, u_int16_t bproto_sum, u_int16_t bip_sum, int hdrlen) argument
3753 int tag = -1; local
[all...]
/freebsd-10.2-release/contrib/binutils/binutils/
H A Ddwarf.c315 unsigned long tag; member in struct:abbrev_entry
352 add_abbrev (unsigned long number, unsigned long tag, int children) argument
363 entry->tag = tag;
415 unsigned long tag; local
428 tag = read_leb128 (start, & bytes_read, 0);
433 add_abbrev (entry, tag, children);
455 get_TAG_name (unsigned long tag) argument
457 switch (tag)
528 snprintf (buffer, sizeof (buffer), _("Unknown TAG value: %lx"), tag);
[all...]
/freebsd-10.2-release/sys/dev/safe/
H A Dsafe.c290 device_printf(dev, "cannot allocate DMA tag\n");
305 device_printf(dev, "cannot allocate DMA tag\n");
2072 safe_dump_dmastatus(struct safe_softc *sc, const char *tag) argument
2075 , tag
2084 safe_dump_intrstate(struct safe_softc *sc, const char *tag) argument
2087 , tag
2097 safe_dump_ringstate(struct safe_softc *sc, const char *tag) argument
2103 tag,
2110 safe_dump_request(struct safe_softc *sc, const char* tag, struct safe_ringentry *re) argument
2116 , tag
2197 safe_dump_ring(struct safe_softc *sc, const char *tag) argument
[all...]
/freebsd-10.2-release/sys/dev/bxe/
H A Dbxe.h492 bus_space_tag_t tag; member in struct:bxe_bar
500 void *tag; member in struct:bxe_intr
508 bus_dma_tag_t tag; member in struct:bxe_dma
1624 /* parent bus DMA tag */
1907 bus_space_write_1(sc->bar[BAR0].tag, \
1912 bus_space_write_2(sc->bar[BAR0].tag, \
1917 bus_space_write_4(sc->bar[BAR0].tag, \
1922 bus_space_read_1(sc->bar[BAR0].tag, \
1927 bus_space_read_2(sc->bar[BAR0].tag, \
1932 bus_space_read_4(sc->bar[BAR0].tag, \
[all...]
/freebsd-10.2-release/contrib/apr/memory/unix/
H A Dapr_pools.c511 const char *tag; member in struct:apr_pool_t
914 pool->tag = NULL;
1003 pool->tag = NULL;
1274 pool, pool->tag,
1717 pool->tag = file_line;
1813 pool->tag = file_line;
2118 APR_DECLARE(void) apr_pool_tag(apr_pool_t *pool, const char *tag) argument
2120 pool->tag = tag;
/freebsd-10.2-release/sys/dev/lmc/
H A Dif_lmc.h1040 bus_dma_tag_t tag; /* bus_dma tag for desc array */
1246 # define DMA_SYNC(map, size, flags) bus_dmamap_sync(ring->tag, map, flags)
1247 # define DMA_LOAD(map, addr, size) bus_dmamap_load(ring->tag, map, addr, size, fbsd_dmamap_load, ring, 0)
1290 # define DMA_SYNC(map, size, flags) bus_dmamap_sync(ring->tag, map, 0, size, flags)
1291 # define DMA_LOAD(map, addr, size) bus_dmamap_load(ring->tag, map, addr, size, 0, BUS_DMA_NOWAIT)
1319 # define DMA_SYNC(map, size, flags) bus_dmamap_sync(ring->tag, map, 0, size, flags)
1320 # define DMA_LOAD(map, addr, size) bus_dmamap_load(ring->tag, map, addr, size, 0, BUS_DMA_NOWAIT)
1356 # define bus_dmamap_unload(tag, map) /* nothing */
1357 # define bus_dmamap_destroy(tag, ma
1039 bus_dma_tag_t tag; /* bus_dma tag for desc array */ member in struct:desc_ring
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/krb5/
H A Dfcache.c545 int8_t pvno, tag; local
583 ret = krb5_ret_int8(sp, &tag); /* should not be host byte order */
586 krb5_set_error_message(context, ret, "Error reading tag in "
590 FCACHE(id)->version = tag;
592 switch (tag) {
600 N_("Error reading tag length in "
652 "tag in cache file: %s", ""),
672 (int)tag, FILENAME(id));
/freebsd-10.2-release/libexec/bootpd/
H A Dbootpd.c759 * The need for the "ex" tag arose out of the need to empty
1272 byte tag, len;
1278 tag = *p++;
1280 if (tag == TAG_PAD)
1282 if (tag == TAG_END)
1286 switch (tag) {
1264 byte tag, len; local
/freebsd-10.2-release/contrib/gcc/cp/
H A Dcp-tree.h468 union tree_node GTY ((tag ("TS_CP_GENERIC"),
470 struct template_parm_index_s GTY ((tag ("TS_CP_TPI"))) tpi;
471 struct tinst_level_s GTY ((tag ("TS_CP_TINST_LEVEL"))) tinst_level;
472 struct ptrmem_cst GTY ((tag ("TS_CP_PTRMEM"))) ptrmem;
473 struct tree_overload GTY ((tag ("TS_CP_OVERLOAD"))) overload;
474 struct tree_baselink GTY ((tag ("TS_CP_BASELINK"))) baselink;
475 struct tree_default_arg GTY ((tag ("TS_CP_DEFAULT_ARG"))) default_arg;
476 struct lang_identifier GTY ((tag ("TS_CP_IDENTIFIER"))) identifier;
1107 struct lang_type_class GTY((tag ("1"))) c;
1108 struct lang_type_ptrmem GTY((tag ("
[all...]
/freebsd-10.2-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_xar.c940 struct unknown_tag *tag; local
942 tag = xar->unknowntags;
943 xar->unknowntags = tag->next;
944 archive_string_free(&(tag->name));
945 free(tag);
1931 struct unknown_tag *tag; local
1936 tag = malloc(sizeof(*tag));
1937 if (tag == NULL) {
1941 tag
1955 struct unknown_tag *tag; local
[all...]
/freebsd-10.2-release/sys/dev/virtio/network/
H A Dif_vtnet.c3396 vtnet_exec_vlan_filter(struct vtnet_softc *sc, int add, uint16_t tag) argument
3403 uint16_t tag; member in struct:__anon10377
3411 s.tag = tag;
3417 error |= sglist_append(&sg, &s.tag, sizeof(uint16_t));
3431 uint16_t tag; local
3444 tag = sizeof(w) * CHAR_BIT * i + bit;
3446 if (vtnet_exec_vlan_filter(sc, 1, tag) != 0) {
3448 "cannot enable VLAN %d filter\n", tag);
3455 vtnet_update_vlan_filter(struct vtnet_softc *sc, int add, uint16_t tag) argument
3485 vtnet_register_vlan(void *arg, struct ifnet *ifp, uint16_t tag) argument
3495 vtnet_unregister_vlan(void *arg, struct ifnet *ifp, uint16_t tag) argument
[all...]
/freebsd-10.2-release/sys/dev/sfxge/
H A Dsfxge.c299 value.evv_tag = ioc->u.vpd.tag;
313 value.evv_tag = ioc->u.vpd.tag;
878 efx_vpd_tag_t tag, const char *keyword)
883 /* Check whether VPD tag/keyword is present */
884 value.evv_tag = tag;
891 sc, tag << 16 | EFX_VPD_KEYWORD(keyword[0], keyword[1]),
877 sfxge_vpd_try_add(struct sfxge_softc *sc, struct sysctl_oid_list *list, efx_vpd_tag_t tag, const char *keyword) argument
/freebsd-10.2-release/sys/sparc64/sparc64/
H A Diommu.c1171 * Perform an IOMMU diagnostic access and print the tag belonging to va.
1177 uint64_t data, tag; local
1186 printf(", tag compare register is %#lx\n",
1191 tag = IOMMU_READ8(is, is_dtag, i * 8);
1193 printf("%s: tag %d: %#lx, vpn %#lx, err %lx; "
1195 tag, (tag & IOMMU_DTAG_VPNMASK) << IOMMU_DTAG_VPNSHIFT,
1196 (tag & IOMMU_DTAG_ERRMASK) >> IOMMU_DTAG_ERRSHIFT, data,
/freebsd-10.2-release/sys/boot/common/
H A Dpart.c557 dl->part[i].tag = be16toh(dl->part[i].tag);
559 dl->part[i].tag == VTOC_TAG_UNASSIGNED)
567 entry->part.type = vtoc8_parttype(dl->part[i].tag);
569 entry->type.vtoc8 = dl->part[i].tag;
/freebsd-10.2-release/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaport.c499 /* set tag */
500 OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaPortControlCmd_t, tag), pRequest->HTag);
747 pagControllerConfig->tag =0;
749 SA_DBG2(("saEncryptSetMode,tag 0x%x pageCode 0x%x\n",
750 pagControllerConfig->tag,
777 SA_DBG2(("saEncryptSetMode, pageCode 0x%x tag 0x%x status 0x%x\n",
779 pagControllerConfig->tag,
1192 agControllerConfig.tag = 0; /*HTAG */
/freebsd-10.2-release/contrib/ofed/libibverbs/src/
H A Dverbs.c713 uint16_t tag; local
715 tag = gid->raw[11] << 8 | gid->raw[12];
717 return tag < 0x1000;
/freebsd-10.2-release/contrib/wpa/src/eap_server/
H A Deap_server_psk.c338 const u8 *pos, *tag; local
372 tag = pos;
383 tag)) {
/freebsd-10.2-release/lib/libdwarf/
H A Ddwarf_init.c425 uint64_t tag; local
440 tag = dwarf_read_uleb128(&d, &offset);
444 if ((ret = dwarf_abbrev_add(cu, entry, tag, children, &a, error)) != DWARF_E_NONE)
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_userhold.c178 "tag=%s temp=%d refs=%llu",
327 typedef int (dsl_holdfunc_t)(dsl_pool_t *dp, const char *name, void *tag,
340 dsl_dataset_hold_obj_string(dsl_pool_t *dp, const char *dsobj, void *tag, argument
343 return (dsl_dataset_hold_obj(dp, strtonum(dsobj, NULL), tag, dsp));
493 "tag=%s refs=%lld", holdname, (longlong_t)ds->ds_userrefs);
/freebsd-10.2-release/sys/contrib/octeon-sdk/
H A Dcvmx-pip.h279 cvmx_pow_tag_type_t tag_type : 2; /**< POW input tag type */
280 uint64_t tag : 32; /**< POW input tag */ member in struct:__anon7479::__anon7480
533 * Clear all bits in a tag mask. This should be called on
536 * tag generation.
538 * @param mask_index Which tag mask to clear (0..3)
552 * Sets a range of bits in the tag mask. The tag mask is used
556 * @param mask_index Which tag mask to modify (0..3)
561 * to include the the tag, wit
[all...]

Completed in 1728 milliseconds

<<11121314151617181920>>