Searched refs:tag (Results 651 - 675 of 949) sorted by relevance

<<21222324252627282930>>

/freebsd-10.2-release/sys/netinet/
H A Dsiftr.c662 * Check if a given mbuf has the SIFTR mbuf tag. If it does, log the fact that
663 * it's a reinjected packet and return. If it doesn't, tag the mbuf and return.
678 struct m_tag *tag = m_tag_alloc(PACKET_COOKIE_SIFTR, local
680 if (tag == NULL) {
689 m_tag_prepend(m, tag);
/freebsd-10.2-release/sys/dev/mvs/
H A Dmvs.c1052 "%d (%d->%d) tag %d flags %04x rs %08x\n",
1069 device_printf(dev, "Unused tag in CRPB "
1070 "%d (%d->%d) tag %d flags %04x rs %08x\n",
1076 "CRPB with error %d tag %d flags %04x\n",
1190 int slotn, tag; local
1205 tag = ffs(~ch->otagspd[ccb->ccb_h.target_id]) - 1;
1207 tag = slotn;
1209 tag = 0;
1213 slot->tag = tag;
[all...]
/freebsd-10.2-release/sys/dev/nvme/
H A Dnvme_qpair.c486 nvme_qpair_msix_handler, qpair, &qpair->tag);
498 nvme_printf(ctrlr, "payload tag create failed %d\n", err);
505 nvme_printf(ctrlr, "tag create failed %d\n", err);
554 if (qpair->tag)
555 bus_teardown_intr(qpair->ctrlr->dev, qpair->res, qpair->tag);
/freebsd-10.2-release/sys/powerpc/powerpc/
H A Dbusdma_machdep.c157 * If paddr is within the bounds of the dma tag then call the filter callback
208 * dflt_lock should never get called. It gets put into the dma tag when
210 * with the tag are meant to never be defered.
243 /* Return a NULL tag on failure */
249 CTR4(KTR_BUSDMA, "%s returned tag %p tag flags 0x%x error %d",
275 /* Take into account any restrictions imposed by our parent tag */
335 CTR4(KTR_BUSDMA, "%s returned tag %p tag flags 0x%x error %d",
374 CTR3(KTR_BUSDMA, "%s tag
1192 bus_dma_tag_set_iommu(bus_dma_tag_t tag, struct device *iommu, void *cookie) argument
[all...]
/freebsd-10.2-release/sys/dev/ixl/
H A Dif_ixl.c1837 ixl_intr, pf, &pf->tag);
1843 bus_describe_intr(dev, pf->res, pf->tag, "irq0");
1886 ixl_msix_adminq, pf, &pf->tag);
1892 bus_describe_intr(dev, pf->res, pf->tag, "aq");
1916 ixl_msix_que, que, &que->tag);
1922 bus_describe_intr(dev, que->res, que->tag, "q%d", i);
2239 if (que->tag != NULL) {
2240 bus_teardown_intr(dev, que->res, que->tag);
2241 que->tag = NULL;
2254 if (pf->tag !
[all...]
/freebsd-10.2-release/sys/dev/aic7xxx/
H A Daic79xx_inline.h723 ahd_lookup_scb(struct ahd_softc *ahd, u_int tag) argument
727 if (tag >= AHD_SCB_MAX)
729 scb = ahd->scb_data.scbindex[tag];
751 * finally assign the SCB to the tag indexed location
768 /* Now define the mapping from tag to SCB in the scbindex */
781 panic("Attempt to queue invalid SCB tag %x\n",
/freebsd-10.2-release/sys/dev/ata/chipsets/
H A Data-marvell.c84 u_int16_t tag; member in struct:ata_marvell_response
426 (request->flags & ATA_R_READ ? 0x01 : 0x00) | (request->tag << 1));
456 (request->flags & ATA_R_READ ? 0x01 : 0x00) | (request->tag << 1));
/freebsd-10.2-release/contrib/gcc/
H A Dtree-ssa-operands.c1051 using a call-clobbered memory tag. By definition, call-clobbered
1250 /* The variable is not aliased or it is an alias tag. */
1294 /* If the variable is also an alias tag, add a virtual
1341 it is an alias tag. */
1431 /* PTR has its own memory tag. Use it. */
1438 tag, use its symbol memory tag. */
1491 tree tag = TMR_TAG (expr), ref; local
1509 if (!tag)
1516 if (DECL_P (tag))
[all...]
H A Dtree-vect-transform.c262 tree tag; local
300 tag = DR_MEMTAG (dr);
301 gcc_assert (tag);
303 /* If tag is a variable (and NOT_A_TAG) than a new symbol memory
304 tag must be created with tag added to its may alias list. */
305 if (!MTAG_P (tag))
306 new_type_alias (vect_ptr, tag, DR_REF (dr));
308 var_ann (vect_ptr)->symbol_mem_tag = tag;
/freebsd-10.2-release/sys/dev/ixgbe/
H A Dif_ix.c2186 que, &adapter->tag)) != 0) {
2228 ixgbe_msix_que, que, &que->tag);
2235 bus_describe_intr(dev, que->res, que->tag, "que %d", i);
2274 ixgbe_msix_link, adapter, &adapter->tag);
2281 bus_describe_intr(dev, adapter->res, adapter->tag, "link");
2448 if (que->tag != NULL) {
2449 bus_teardown_intr(dev, que->res, que->tag);
2450 que->tag = NULL;
2463 if (adapter->tag != NULL) {
2464 bus_teardown_intr(dev, adapter->res, adapter->tag);
[all...]
/freebsd-10.2-release/contrib/ntp/lib/isc/
H A Dmem.c139 void * tag; member in struct:isc__mem
281 isc__mem_setname(isc_mem_t *ctx, const char *name, void *tag);
938 ctx->tag = NULL;
1794 isc__mem_setname(isc_mem_t *ctx0, const char *name, void *tag) { argument
1802 ctx->tag = tag;
1821 return (ctx->tag);
/freebsd-10.2-release/contrib/dialog/
H A Dutil.c122 DATA(A_REVERSE, TAG, tag, "Tag"),
123 DATA(A_REVERSE, TAG_SELECTED, tag_selected, "Selected tag"),
125 DATA(A_BOLD, TAG_KEY_SELECTED, tag_key_selected, "Selected tag key"),
652 * Print the name (tag) or text from a DIALOG_LISTITEM, highlighting the
2563 dlg_add_help_listitem(int *result, char **tag, DIALOG_LISTITEM * item) argument
2567 *tag = dialog_vars.help_tags ? item->name : item->help;
2570 *tag = item->name;
2575 dlg_add_help_formitem(int *result, char **tag, DIALOG_FORMITEM * item) argument
2579 *tag = dialog_vars.help_tags ? item->name : item->help;
2582 *tag
[all...]
/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c1433 * or redeclaration of a struct, union, or enum type or tag.
3305 * a right-hand identifier into a corresponding enum tag value
3309 * convert into an integer constant node with the tag's value.
3324 "both a %s enum tag and a global %s\n",
3731 * If we follow a reference to a forward declaration tag,
3735 char *tag = ctf_type_name(ctfp, type, n1, sizeof (n1)); local
3738 if (tag != NULL && dt_type_lookup(tag, &dtt) == 0 &&
3747 "is available\n", opstr(op), tag);
4858 dnerror(const dt_node_t *dnp, dt_errtag_t tag, cons argument
4875 dnwarn(const dt_node_t *dnp, dt_errtag_t tag, const char *format, ...) argument
4891 xyerror(dt_errtag_t tag, const char *format, ...) argument
4904 xywarn(dt_errtag_t tag, const char *format, ...) argument
4914 xyvwarn(dt_errtag_t tag, const char *format, va_list ap) argument
[all...]
/freebsd-10.2-release/sys/dev/sym/
H A Dsym_hipd.c1215 * Circular tag allocation buffer.
1439 u_short tag; /* Tag for this transfer */ member in struct:sym_ccb
1440 /* NO_TAG means no tag */
1566 bus_dma_tag_t bus_dmat; /* DMA tag from parent BUS */
1567 bus_dma_tag_t data_dmat; /* DMA tag for user data */
4522 if (cp->tag != NO_TAG && olen - rest <= 3) {
4585 (task == -1 || cp->tag == task)) {
4856 (cp->tag != NO_TAG && cp->scsi_smsg[2] != task))) {
5136 if (cp->tag == NO_TAG) {
5571 * to the identify and (maybe) simple tag messag
6266 u_short tag = NO_TAG; local
[all...]
/freebsd-10.2-release/contrib/ntp/sntp/libevent/
H A DMakefile.in230 libevent_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
245 libevent_core_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
256 libevent_extra_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
268 libevent_openssl_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
280 libevent_pthreads_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
352 test_regress_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
402 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
411 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
460 include/event2/rpc_struct.h include/event2/tag.h \
474 include/event2/rpc_struct.h include/event2/tag
[all...]
/freebsd-10.2-release/sys/netipsec/
H A Dkey.c616 int tag)
625 printf("DP %s from %s:%u\n", __func__, where, tag));
669 u_int dir, const char* where, int tag)
678 printf("DP %s from %s:%u\n", __func__, where, tag));
731 const char* where, int tag)
739 printf("DP %s from %s:%u\n", __func__, where, tag));
1078 const char* where, int tag)
1091 printf("DP %s from %s:%u\n", __func__, where, tag));
1170 _key_freesp(struct secpolicy **spp, const char* where, int tag) argument
1181 __func__, sp, sp->id, where, tag, s
615 key_allocsp(struct secpolicyindex *spidx, u_int dir, const char* where, int tag) argument
668 key_allocsp2(u_int32_t spi, union sockaddr_union *dst, u_int8_t proto, u_int dir, const char* where, int tag) argument
1077 key_allocsa(union sockaddr_union *dst, u_int proto, u_int32_t spi, const char* where, int tag) argument
1240 key_addrefsa(struct secasvar *sav, const char* where, int tag) argument
1255 key_freesav(struct secasvar **psav, const char* where, int tag) argument
1368 key_newsp(const char* where, int tag) argument
2750 key_newsav(struct mbuf *m, const struct sadb_msghdr *mhp, struct secashead *sah, int *errp, const char *where, int tag) argument
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/kadm5/
H A DMakefile.in141 libkadm5clnt_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
153 libkadm5srv_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
159 sample_passwd_check_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
217 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
221 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
/freebsd-10.2-release/contrib/texinfo/info/
H A Dsession.c3529 TAG *tag;
3531 /* Find number of tags and current tag. */
3542 /* If there is no last_subfile, our tag wasn't found. */
3556 /* Find the next tag that isn't an anchor. */
3564 tag = file_buffer->tags[i];
3565 if (tag->nodelen != 0)
3574 if (!echo_area_is_active && (last_subfile != tag->filename))
3578 filename_non_directory (tag->filename), NULL);
3580 last_subfile = tag->filename;
3583 node = info_get_node (file_buffer->filename, tag
3519 TAG *tag; local
[all...]
/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_dataset.c4309 const char *tag; member in struct:holdarg
4325 fnvlist_add_string(ha->nvl, name, ha->tag);
4334 zfs_hold(zfs_handle_t *zhp, const char *snapname, const char *tag, argument
4342 ha.tag = tag;
4412 * above, it's still possible for the tag to wind
4446 } else if (!nvlist_exists(existing_holds, ha->tag)) {
4450 fnvlist_add_boolean(torelease, ha->tag);
4462 zfs_release(zfs_handle_t *zhp, const char *snapname, const char *tag, argument
4474 ha.tag
[all...]
/freebsd-10.2-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex226 introduced with a 32-bit \dtbeginnode tag, followed by the node's name
229 \dtprop tag, then all of the node's subnodes, each introduced with
230 their own \dtbeginnode tag. The node ends with an \dtendnode tag, and
231 after the \dtendnode for the root node is an \dtend tag, indicating
/freebsd-10.2-release/sys/dev/ti/
H A Dif_ti.c1000 bus_dma_tag_t *tag, uint8_t **ring, bus_dmamap_t *map, bus_addr_t *paddr,
1008 NULL, maxsize, 1, maxsize, 0, NULL, NULL, tag);
1011 "could not create %s dma tag\n", msg);
1015 error = bus_dmamem_alloc(*tag, (void **)ring,
1024 error = bus_dmamap_load(*tag, *map, *ring, maxsize, ti_dma_map_addr,
1036 ti_dma_ring_free(struct ti_softc *sc, bus_dma_tag_t *tag, uint8_t **ring, argument
1041 bus_dmamap_unload(*tag, *map);
1043 bus_dmamem_free(*tag, *ring, *map);
1047 if (*tag) {
1048 bus_dma_tag_destroy(*tag);
999 ti_dma_ring_alloc(struct ti_softc *sc, bus_size_t alignment, bus_size_t maxsize, bus_dma_tag_t *tag, uint8_t **ring, bus_dmamap_t *map, bus_addr_t *paddr, const char *msg) argument
[all...]
/freebsd-10.2-release/sys/dev/txp/
H A Dif_txp.c98 * ethernet header + VLAN tag) frame but controller can handle up
104 * 3. VLAN hardware tag stripping is always enabled in the firmware
105 * even if it's explicitly told to not strip the tag. It's
106 * possible to add the tag back in Rx handler if VLAN hardware
107 * tag is not active but I didn't try that as it would be
954 * Typhoon has a firmware bug that VLAN tag is always
955 * stripped out even if it is told to not remove the tag.
1217 txp_dma_alloc(struct txp_softc *sc, char *type, bus_dma_tag_t *tag, argument
1224 /* Create DMA block tag. */
1236 tag);
1267 txp_dma_free(struct txp_softc *sc, bus_dma_tag_t *tag, bus_dmamap_t *map, void **buf) argument
[all...]
/freebsd-10.2-release/sys/pci/
H A Dncr.c146 ** for each tag of each target in use.
638 ** if next message is "simple tag",
639 ** then load the tag to SFBR,
854 ** then SFBR is set to the tag.
856 ** If looking for another tag, jump to the next nccb.
956 u_char tag; member in struct:nccb
2328 ** Wait for the second byte (the tag)
3942 ** choose a new tag ...
3952 ** assign a tag to this nccb
3954 while (!cp->tag) {
[all...]
/freebsd-10.2-release/contrib/openbsm/bin/auditdistd/
H A DMakefile.in77 auditdistd_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
86 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
90 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
/freebsd-10.2-release/crypto/heimdal/base/
H A DMakefile.in126 libheimbase_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
137 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
141 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \

Completed in 388 milliseconds

<<21222324252627282930>>