Searched refs:tag (Results 876 - 900 of 949) sorted by relevance

<<3132333435363738

/freebsd-10.2-release/sys/dev/dpt/
H A Ddpt_scsi.c384 next_ccb->tag = dpt->total_dccbs;
885 eccb->cp_msg[1] = dccb->tag;
1255 /* DMA tag for our S/G structures. We allocate in page sized chunks */
1364 "256 due to tag algorithm\n", dpt->max_dccbs);
1384 /* DMA tag for mapping buffers into device visible space. */
1406 /* DMA tag for our ccb structures and interrupt status packet */
/freebsd-10.2-release/sys/dev/isp/
H A Dispmbox.h842 #define ISP_GET_VPIDX(isp, tag) \
843 (ISP_CAP_MULTI_ID(isp) ? tag : 0)
1710 uint8_t in_tag_val; /* tag value */
1711 uint8_t in_tag_type; /* tag type */
1965 uint8_t at_tag_val; /* tag value */
1966 uint8_t at_tag_type; /* tag type */
1987 * Macros to create and fetch and test concatenated handle and tag value macros
2070 * Macros to create and fetch and test concatenated handle and tag value macros
2148 uint8_t ct_tag_val; /* tag value */
2149 uint8_t ct_tag_type; /* tag typ
[all...]
/freebsd-10.2-release/sys/dev/mwl/
H A Dmwlhal.c156 bus_dma_tag_t mh_dmat; /* bus DMA tag for cmd buffer */
240 * in BAR 1; the driver passes in the tag and handle we need.
244 bus_space_handle_t ioh, bus_space_tag_t iot, bus_dma_tag_t tag)
299 error = bus_dma_tag_create(tag, /* parent */
243 mwl_hal_attach(device_t dev, uint16_t devid, bus_space_handle_t ioh, bus_space_tag_t iot, bus_dma_tag_t tag) argument
/freebsd-10.2-release/contrib/libyaml/config/
H A Dltmain.sh42 # --tag=TAG use configuration variables from tag TAG
656 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
670 func_fatal_error "invalid tag name: $tagname"
674 # Don't test for the "default" C tag, as we know it's
689 func_error "ignoring unknown tag $tagname"
781 --tag) test "$#" -eq 0 && func_missing_arg "$opt" && break
788 -dlopen=*|--mode=*|--tag=*)
1006 # if one wasn't chosen via the "--tag" command line option.
1048 # was found and let the user know that the "--tag" comman
[all...]
/freebsd-10.2-release/contrib/ntp/sntp/
H A DMakefile.in189 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
198 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
H A Dltmain.sh44 # --tag=TAG use configuration variables from tag TAG
943 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
957 func_fatal_error "invalid tag name: $tagname"
961 # Don't test for the "default" C tag, as we know it's
976 func_error "ignoring unknown tag $tagname"
1137 --tag)
1370 # if one wasn't chosen via the "--tag" command line option.
1416 # was found and let the user know that the "--tag" command
1420 func_fatal_error "specify a tag wit
[all...]
/freebsd-10.2-release/contrib/sendmail/src/
H A Dqueue.c196 ** tag -- should be a unique id to avoid misinterpretations by others.
229 /* first entry is a tag, for now just the size */
743 char *tag = "queued"; local
746 tag = "quarantined";
749 message("%s", tag);
752 tag, NULL, (time_t) 0, e, q, EX_OK);
8496 ** Changes quarantine tag in queue file and renames it.
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dgo32-nat.c73 unsigned int tag; member in struct:__anon1352
232 {8, 2}, /* tag word, from npx */
/freebsd-10.2-release/contrib/binutils/bfd/
H A Delf-bfd.h1091 processor-specific tag takes. */
1307 int tag;
1305 int tag; member in struct:obj_attribute_list
/freebsd-10.2-release/contrib/ldns/
H A Dltmain.sh2034 --tag=TAG use configuration variables from tag TAG
2177 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
2191 func_fatal_error "invalid tag name: $tagname"
2195 # Don't test for the "default" C tag, as we know it's
2210 func_error "ignoring unknown tag $tagname"
2377 --tag) test $# = 0 && func_missing_arg $_G_opt && break
2647 # if one wasn't chosen via the "--tag" command line option.
2694 # was found and let the user know that the "--tag" command
2698 func_fatal_error "specify a tag wit
[all...]
/freebsd-10.2-release/sys/dev/isci/scil/
H A Dscic_sds_request.c468 * @param[in] io_tag This parameter specifies the IO tag to be utilized for
700 //task_context->type.ssp.tag = this_request->io_tag;
1995 task_context->type.ssp.tag = this_request->io_tag;
2022 // Add to the post_context the io tag value
/freebsd-10.2-release/sys/netgraph/
H A Dnetgraph.h1187 struct m_tag tag; member in struct:ng_tag_prio
/freebsd-10.2-release/sys/netinet/
H A Dip_input.c769 ipq_zone_change(void *tag) argument
1402 * the deep copy of the tag chain failed), but for now
/freebsd-10.2-release/sys/net/
H A Dif_vlan.c114 uint16_t ifvm_tag; /* tag to apply on packets leaving if */
202 static int vlan_config(struct ifvlan *ifv, struct ifnet *p, uint16_t tag);
881 * XXXRW: Note historic use of the word "tag" here. New ioctls may be
1078 * If underlying interface can do VLAN tag insertion itself,
1081 * knows how to find the VLAN tag to use, so we attach a
1082 * packet tag that holds it.
1129 * Ethernet frame; the tag is stored out-of-band.
/freebsd-10.2-release/sys/dev/pms/RefTisa/sat/src/
H A Dsmproto.h243 bit8 tag
/freebsd-10.2-release/sys/cam/scsi/
H A Dscsi_low.c2391 scsi_low_establish_ccb(ti, li, tag)
2394 scsi_low_tag_t tag;
2404 if (cb->ccb_tag == tag)
3774 panic("scsi_low_dealloc_tag: illegal tag");
3782 panic("scsi_low_dealloc_tag: illegal tag");
/freebsd-10.2-release/sys/dev/aacraid/
H A Daacraid.c591 * Create DMA tag for mapping buffers into controller-addressable space.
607 device_printf(sc->aac_dev, "can't allocate buffer DMA tag\n");
612 * Create DMA tag for mapping FIBs into controller-addressable space..
632 device_printf(sc->aac_dev, "can't allocate FIB DMA tag\n");
637 * Create DMA tag for the common structure and allocate it.
655 "can't allocate common structure DMA tag\n");
701 /* throw away any FIB buffers, discard the FIB DMA tag */
731 /* destroy data-transfer DMA tag */
735 /* destroy the parent DMA tag */
1955 void *tag; local
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/gssapi/
H A DMakefile.in225 libgssapi_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
283 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
287 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
/freebsd-10.2-release/contrib/openbsm/config/
H A Dltmain.sh45 # --tag=TAG use configuration variables from tag TAG
939 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
953 func_fatal_error "invalid tag name: $tagname"
957 # Don't test for the "default" C tag, as we know it's
972 func_error "ignoring unknown tag $tagname"
1138 --tag)
1371 # if one wasn't chosen via the "--tag" command line option.
1384 # If $tagname isn't set, then try to infer if the default "CC" tag applies
1430 # FreeBSD-specific: try compilers based on inferred tag
[all...]
/freebsd-10.2-release/contrib/ntp/
H A Dltmain.sh44 # --tag=TAG use configuration variables from tag TAG
943 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
957 func_fatal_error "invalid tag name: $tagname"
961 # Don't test for the "default" C tag, as we know it's
976 func_error "ignoring unknown tag $tagname"
1137 --tag)
1370 # if one wasn't chosen via the "--tag" command line option.
1416 # was found and let the user know that the "--tag" command
1420 func_fatal_error "specify a tag wit
[all...]
/freebsd-10.2-release/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh45 # --tag=TAG use configuration variables from tag TAG
939 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
953 func_fatal_error "invalid tag name: $tagname"
957 # Don't test for the "default" C tag, as we know it's
972 func_error "ignoring unknown tag $tagname"
1138 --tag)
1371 # if one wasn't chosen via the "--tag" command line option.
1417 # was found and let the user know that the "--tag" command
1421 func_fatal_error "specify a tag wit
[all...]
/freebsd-10.2-release/contrib/openpam/
H A Dltmain.sh45 # --tag=TAG use configuration variables from tag TAG
939 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
953 func_fatal_error "invalid tag name: $tagname"
957 # Don't test for the "default" C tag, as we know it's
972 func_error "ignoring unknown tag $tagname"
1138 --tag)
1371 # if one wasn't chosen via the "--tag" command line option.
1384 # If $tagname isn't set, then try to infer if the default "CC" tag applies
1430 # FreeBSD-specific: try compilers based on inferred tag
[all...]
/freebsd-10.2-release/contrib/unbound/
H A Dltmain.sh45 # --tag=TAG use configuration variables from tag TAG
939 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
953 func_fatal_error "invalid tag name: $tagname"
957 # Don't test for the "default" C tag, as we know it's
972 func_error "ignoring unknown tag $tagname"
1138 --tag)
1371 # if one wasn't chosen via the "--tag" command line option.
1417 # was found and let the user know that the "--tag" command
1421 func_fatal_error "specify a tag wit
[all...]
/freebsd-10.2-release/contrib/file/
H A Dltmain.sh45 # --tag=TAG use configuration variables from tag TAG
940 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
954 func_fatal_error "invalid tag name: $tagname"
958 # Don't test for the "default" C tag, as we know it's
973 func_error "ignoring unknown tag $tagname"
1139 --tag)
1372 # if one wasn't chosen via the "--tag" command line option.
1418 # was found and let the user know that the "--tag" command
1422 func_fatal_error "specify a tag wit
[all...]
/freebsd-10.2-release/sys/fs/nfsclient/
H A Dnfs_clstate.c3150 u_char tag[NFSV4_SMALLSTR + 1], *tagstr; local
3176 tagstr = tag;
3186 (void) nfsm_strtom(nd, tag, taglen);

Completed in 618 milliseconds

<<3132333435363738