Searched refs:tag (Results 776 - 800 of 949) sorted by relevance

<<3132333435363738

/freebsd-10.2-release/sys/netinet/
H A Dip_divert.c88 * MTAG_IPFW_RULE tag carrying the 'divert port' number (as set by
126 div_zone_change(void *tag) argument
/freebsd-10.2-release/sys/netinet6/
H A Dfrag6.c98 frag6_change(void *tag) argument
/freebsd-10.2-release/sys/dev/mvs/
H A Dmvs.h203 #define ATA_I_TAGMASK 0xf8 /* tag mask */
483 bus_dma_tag_t workrq_tag; /* Request workspace DMA tag */
487 bus_dma_tag_t workrp_tag; /* Reply workspace DMA tag */
491 bus_dma_tag_t data_tag; /* Data DMA tag */
504 int tag; /* Used command tag */ member in struct:mvs_slot
/freebsd-10.2-release/sys/net/
H A Dbpf.c2004 struct m_tag *tag; local
2012 tag = m_tag_locate(m, MTAG_BPF, MTAG_BPF_TIMESTAMP, NULL);
2013 if (tag != NULL) {
2014 *bt = *(struct bintime *)(tag + 1);
/freebsd-10.2-release/sys/sparc64/pci/
H A Dfire.c762 panic("%s: could not allocate PCI I/O tag", __func__);
766 panic("%s: could not allocate PCI configuration space tag",
771 panic("%s: could not create PCI DMA tag", __func__);
772 /* Customize the tag. */
2066 struct bus_space_tag *tag; local
2074 tag = sparc64_alloc_bus_tag(r, rman_get_bustag(
2076 if (tag == NULL)
2078 rman_set_bustag(r, tag);
/freebsd-10.2-release/sys/dev/ciss/
H A Dcissreg.h76 u_int32_t host_tag_zeroes; /* tag is 64 bits, but interface only supports 32 */
205 * the tag of the command to be aborted, or the tag field in the command itself;
380 u_int32_t tag; member in struct:ciss_notify
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzio.h607 extern void zio_handle_panic_injection(spa_t *spa, char *tag, uint64_t type);
/freebsd-10.2-release/sys/dev/bktr/
H A Dbktr_reg.h497 bus_dma_tag_t dmat; /* DMA tag */
511 bus_dma_tag_t dmat; /* DMA tag */
522 pci_chipset_tag_t pc; /* Opaque PCI chipset tag */
523 pcitag_t tag; /* PCI tag, for doing PCI commands */ member in struct:bktr_softc
/freebsd-10.2-release/sys/amd64/linux32/
H A Dlinux.h483 u_int32_t tag; member in struct:l_fpstate
/freebsd-10.2-release/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsadisc.c510 OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaRegDevCmd_t, tag), pRequest->HTag);
/freebsd-10.2-release/sys/dev/qlxgb/
H A Dqla_hw.h632 uint16_t tag; member in struct:_qla_cntrl_msg_hdr
/freebsd-10.2-release/sys/contrib/octeon-sdk/
H A Dcvmx-sriox-defs.h1037 uint64_t tag : 32; /**< Port/Controller X TAG */ member in struct:cvmx_sriox_imsg_inst_hdrx::cvmx_sriox_imsg_inst_hdrx_s
1039 uint64_t tag : 32;
1554 uint64_t tag : 8; /**< Internal Transaction Number */ member in struct:cvmx_sriox_int_info0::cvmx_sriox_int_info0_s
1571 uint64_t tag : 8;
3741 packets which require a response/tag, so a TAG_THR
H A Dcvmx-pcie.c1223 if (CVMX_WAIT_FOR_FIELD64(CVMX_PESCX_CPL_LUT_VALID(pcie_port), cvmx_pescx_cpl_lut_valid_t, tag, ==, 0, 2000))
1228 if (CVMX_WAIT_FOR_FIELD64(CVMX_PEMX_CPL_LUT_VALID(pcie_port), cvmx_pemx_cpl_lut_valid_t, tag, ==, 0, 2000))
/freebsd-10.2-release/sys/dev/bxe/
H A Dbxe.c945 rc = bus_dma_tag_create(sc->parent_dma_tag, /* parent tag */
958 &dma->tag); /* returned dma tag */
960 BLOGE(sc, "Failed to create dma tag for '%s' (%d)\n", msg, rc);
965 rc = bus_dmamem_alloc(dma->tag,
971 bus_dma_tag_destroy(dma->tag);
976 rc = bus_dmamap_load(dma->tag,
985 bus_dmamem_free(dma->tag, dma->vaddr, dma->map);
986 bus_dma_tag_destroy(dma->tag);
1006 DBASSERT(sc, (dma->tag !
[all...]
/freebsd-10.2-release/contrib/libstdc++/libmath/
H A DMakefile.in157 LIBTOOL = @LIBTOOL@ --tag CC
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_ra/
H A Dra_loader.c222 my_version->patch, my_version->tag,
224 ra_version->patch, ra_version->tag);
/freebsd-10.2-release/crypto/heimdal/kdc/
H A DMakefile.in143 libkdc_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
177 kdc_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
203 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
207 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
/freebsd-10.2-release/contrib/ldns/
H A Dkeys.c1074 ldns_key_set_keytag(ldns_key *k, uint16_t tag) argument
1076 k->_extra.dnssec.keytag = tag;
/freebsd-10.2-release/sys/dev/drm2/
H A DdrmP.h342 bus_dma_tag_t tag; member in struct:drm_dma_handle
518 struct drm_file *tag; /**< associated fd private data */ member in struct:drm_ctx_list
/freebsd-10.2-release/sys/fs/nfsserver/
H A Dnfs_nfsdsubs.c2088 nfsd_getminorvers(struct nfsrv_descript *nd, u_char *tag, u_char **tagstrp, argument
2102 tagstr = tag;
/freebsd-10.2-release/sys/netipsec/
H A Dipsec.c257 key_allocsp_default(const char* where, int tag) argument
262 printf("DP key_allocsp_default from %s:%u\n", where, tag));
/freebsd-10.2-release/sys/dev/ixl/
H A Di40e_adminq_cmd.h1065 /* Add S/E-tag command (direct 0x0255)
1075 __le16 tag; member in struct:i40e_aqc_add_tag
1090 /* Remove S/E-tag command (direct 0x0256)
1098 __le16 tag; member in struct:i40e_aqc_remove_tag
/freebsd-10.2-release/contrib/ofed/libibcm/config/
H A Dltmain.sh223 # if one wasn't chosen via the "--tag" command line option.
272 # was found and let the user know that the "--tag" command
276 $echo "$modename: specify a tag with \`--tag'" 1>&2
412 tag)
419 $echo "$progname: invalid tag name: $tagname" 1>&2
426 # Don't test for the "default" C tag, as we know, it's there, but
435 $echo "$progname: ignoring unknown tag $tagname" 1>&2
511 --tag)
512 prevopt="--tag"
[all...]
/freebsd-10.2-release/contrib/ofed/librdmacm/config/
H A Dltmain.sh223 # if one wasn't chosen via the "--tag" command line option.
272 # was found and let the user know that the "--tag" command
276 $echo "$modename: specify a tag with \`--tag'" 1>&2
412 tag)
419 $echo "$progname: invalid tag name: $tagname" 1>&2
426 # Don't test for the "default" C tag, as we know, it's there, but
435 $echo "$progname: ignoring unknown tag $tagname" 1>&2
511 --tag)
512 prevopt="--tag"
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/kafs/
H A DMakefile.in137 libkafs_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
145 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
149 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \

Completed in 507 milliseconds

<<3132333435363738