Searched refs:tag (Results 576 - 600 of 949) sorted by relevance

<<21222324252627282930>>

/freebsd-10.2-release/usr.sbin/ppp/
H A Droute.c658 route_ShowSticky(struct prompt *p, struct sticky_route *r, const char *tag, argument
661 int tlen = strlen(tag);
664 prompt_Printf(p, "%s:\n%*s", tag, indent, "");
666 prompt_Printf(p, "%s:%*s", tag, indent - tlen - 1, "");
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp414 static int tag = 0; local
415 ID.AddPointer(&tag);
712 static int tag = 0; local
713 ID.AddPointer(&tag);
718 /// Return the tag associated with this visitor. This tag will be used
1149 /// Return the tag associated with this visitor. This tag will be used
1200 const ProgramPointTag *tag = PS->getTag(); local
1201 if (tag
[all...]
/freebsd-10.2-release/contrib/binutils/binutils/
H A Dreadelf.c290 #define DT_VERSIONTAGIDX(tag) (DT_VERNEEDNUM - (tag)) /* Reverse order! */
8091 int tag;
8210 int tag;
8217 tag = read_uleb128 (p, &len);
8222 if (arm_attr_public_tags[i].tag == tag)
8235 switch (tag)
8281 if (tag & 1)
8285 printf (" Tag_unknown_%d: ", tag);
8088 int tag; member in struct:__anon293
8207 int tag; local
8306 int tag; local
8350 display_power_gnu_attribute(unsigned char *p, int tag) argument
8401 display_mips_gnu_attribute(unsigned char *p, int tag) argument
8516 int tag = *(p++); local
[all...]
/freebsd-10.2-release/sys/netinet/
H A Dudp_usrreq.c178 udp_zone_change(void *tag) argument
615 * Grab info from PACKET_TAG_IPFORWARD tag prepended to the chain.
641 /* Remove the tag from the packet. We don't need it anymore. */
1450 struct m_tag *tag; local
1515 * Setup a PACKET_TAG_IPSEC_NAT_T_PORT tag to remember
1522 tag = m_tag_get(PACKET_TAG_IPSEC_NAT_T_PORTS,
1524 if (tag == NULL) {
1531 ((uint16_t *)(tag + 1))[0] = udphdr->uh_sport;
1532 ((uint16_t *)(tag + 1))[1] = udphdr->uh_dport;
1533 m_tag_prepend(m, tag);
[all...]
/freebsd-10.2-release/contrib/ntp/sntp/libopts/
H A DMakefile.in163 libopts_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
186 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
195 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
607 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libopts_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libopts_la-libopts.lo -MD -MP -MF $(DEPDIR)/libopts_la-libopts.Tpo -c -o libopts_la-libopts.lo `test -f 'libopts.c' || echo '$(srcdir)/'`libopts.c
611 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libopts_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libopts_la-libopts.lo `test -f 'libopts.c' || echo '$(srcdir)/'`libopts.c
/freebsd-10.2-release/sys/dev/et/
H A Dif_et.c807 bus_dma_tag_t *tag, uint8_t **ring, bus_dmamap_t *map, bus_addr_t *paddr,
815 tag);
817 device_printf(sc->dev, "could not create %s dma tag\n", msg);
821 error = bus_dmamem_alloc(*tag, (void **)ring,
830 error = bus_dmamap_load(*tag, *map, *ring, maxsize, et_dma_map_addr,
842 et_dma_ring_free(struct et_softc *sc, bus_dma_tag_t *tag, uint8_t **ring, argument
847 bus_dmamap_unload(*tag, *map);
849 bus_dmamem_free(*tag, *ring, *map);
853 if (*tag) {
854 bus_dma_tag_destroy(*tag);
806 et_dma_ring_alloc(struct et_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/net/
H A Drtsock.c260 struct m_tag *tag; local
263 tag = m_tag_find(m, PACKET_TAG_RTSOCKFAM, NULL);
264 if (tag != NULL) {
265 family = (unsigned short *)(tag + 1);
267 m_tag_delete(m, tag);
1525 struct m_tag *tag; local
1533 tag = m_tag_get(PACKET_TAG_RTSOCKFAM, sizeof(unsigned short),
1535 if (tag == NULL) {
1539 *(unsigned short *)(tag + 1) = saf;
1540 m_tag_prepend(m, tag);
[all...]
/freebsd-10.2-release/sys/dev/ixl/
H A Dif_ixlv.c1221 ixlv_msix_adminq, sc, &sc->tag)) {
1226 bus_describe_intr(dev, sc->res, sc->tag, "adminq");
1292 if (que->tag != NULL) {
1293 bus_teardown_intr(dev, que->res, que->tag);
1294 que->tag = NULL;
1302 if (sc->tag != NULL) {
1303 bus_teardown_intr(dev, sc->res, sc->tag);
1304 sc->tag = NULL;
1367 ixlv_msix_que, que, &que->tag);
1373 bus_describe_intr(dev, que->res, que->tag, "qu
[all...]
/freebsd-10.2-release/contrib/unbound/validator/
H A Dval_sigcrypt.c556 uint16_t tag = dnskey_calc_keytag(dnskey, dnskey_idx); local
569 tag != rrset_get_sig_keytag(rrset, i))
592 uint16_t tag = rrset_get_sig_keytag(rrset, sig_idx); local
597 verbose(VERB_ALGO, "verify sig %d %d", (int)tag, algo);
606 tag != dnskey_calc_keytag(dnskey, i))
1317 uint16_t ktag; /* DNSKEY key tag */
/freebsd-10.2-release/sys/dev/cxgbe/tom/
H A Dt4_ddp.c324 /* Write the buffer's tag */
328 V_TCB_RX_DDP_BUF0_TAG(db->tag));
696 db->tag = V_PPOD_PGSZ(idx) | V_PPOD_TAG(ppod);
729 ddp_pgsz = t4_ddp_pgsz[G_PPOD_PGSZ(db->tag)];
756 V_PPOD_TID(toep->tid) | db->tag);
826 CTR5(KTR_CXGBE, "%s: tid %d, DDP buffer[%d] = %p (tag 0x%x)",
827 __func__, toep->tid, i, db, db->tag);
/freebsd-10.2-release/sys/fs/nfsserver/
H A Dnfs_nfsdsocket.c366 u_char *tag, int taglen, u_int32_t minorvers, NFSPROC_T *p);
411 nfsrvd_dorpc(struct nfsrv_descript *nd, int isdgram, u_char *tag, int taglen, argument
492 nfsrvd_compound(nd, isdgram, tag, taglen, minorvers, p);
547 nfsrvd_compound(struct nfsrv_descript *nd, int isdgram, u_char *tag, argument
666 (void) nfsm_strtom(nd, tag, taglen);
/freebsd-10.2-release/sys/dev/aic7xxx/
H A Daic7xxx_osm.c135 ahc->tag = rman_get_bustag(regs);
321 ("ahc_done - scb %d\n", scb->hscb->tag));
1114 /* Define a mapping from our tag to the SCB. */
1115 ahc->scb_data->scbindex[scb->hscb->tag] = scb;
1118 ahc_outb(ahc, SCBPTR, scb->hscb->tag);
1119 ahc_outb(ahc, TARG_IMMEDIATE_SCB, scb->hscb->tag);
/freebsd-10.2-release/sys/dev/lmc/
H A Dif_lmc.c2623 /* Create a DMA tag for descriptors and buffers. */
2630 &ring->tag)))
2638 if ((error = bus_dmamem_alloc(ring->tag, (void**)&ring->first,
2647 if ((error = bus_dmamap_load(ring->tag, ring->map, descs, size_descs,
2657 if ((error = bus_dmamap_create(ring->tag, 0, &descs[i].map)))
2665 /* Use the DMA tag passed to attach() for descriptors and buffers. */
2666 ring->tag = sc->pa_dmat;
2669 if ((error = bus_dmamem_alloc(ring->tag, size_descs, PAGE_SIZE, 0,
2677 if ((error = bus_dmamem_map(ring->tag, ring->segs, ring->nsegs,
2687 if ((error = bus_dmamap_create(ring->tag, size_desc
6015 pcitag_t tag = pci_make_tag(sc->sc_pc, sc->sc_bus, dev, 0); local
[all...]
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddnode.c1041 void *tag, dnode_t **dnp)
1073 (void) refcount_add(&dn->dn_holds, tag);
1164 if (refcount_add(&dn->dn_holds, tag) == 1)
1182 dnode_hold(objset_t *os, uint64_t object, void *tag, dnode_t **dnp) argument
1184 return (dnode_hold_impl(os, object, DNODE_MUST_BE_ALLOCATED, tag, dnp));
1193 dnode_add_ref(dnode_t *dn, void *tag) argument
1200 VERIFY(1 < refcount_add(&dn->dn_holds, tag));
1206 dnode_rele(dnode_t *dn, void *tag) argument
1214 refs = refcount_remove(&dn->dn_holds, tag);
1040 dnode_hold_impl(objset_t *os, uint64_t object, int flag, void *tag, dnode_t **dnp) argument
H A Ddbuf.c1891 void *tag, dmu_buf_impl_t **dbp)
1960 (void) refcount_add(&db->db_holds, tag);
1977 dbuf_hold(dnode_t *dn, uint64_t blkid, void *tag) argument
1980 int err = dbuf_hold_impl(dn, 0, blkid, FALSE, tag, &db);
1985 dbuf_hold_level(dnode_t *dn, int level, uint64_t blkid, void *tag) argument
1988 int err = dbuf_hold_impl(dn, level, blkid, FALSE, tag, &db);
2032 dbuf_add_ref(dmu_buf_impl_t *db, void *tag) argument
2034 int64_t holds = refcount_add(&db->db_holds, tag);
2046 dbuf_rele(dmu_buf_impl_t *db, void *tag) argument
2049 dbuf_rele_and_unlock(db, tag);
1890 dbuf_hold_impl(dnode_t *dn, uint8_t level, uint64_t blkid, int fail_sparse, void *tag, dmu_buf_impl_t **dbp) argument
2053 dmu_buf_rele(dmu_buf_t *db, void *tag) argument
2063 dbuf_rele_and_unlock(dmu_buf_impl_t *db, void *tag) argument
[all...]
/freebsd-10.2-release/sys/dev/hatm/
H A Dif_hatm.c219 NULL, NULL, &mem->tag);
221 if_printf(sc->ifp, "DMA tag create (%s)\n", what);
225 error = bus_dmamem_alloc(mem->tag, &mem->base, 0, &mem->map);
229 bus_dma_tag_destroy(mem->tag);
234 error = bus_dmamap_load(mem->tag, mem->map, mem->base, mem->size,
239 bus_dmamem_free(mem->tag, mem->base, mem->map);
240 bus_dma_tag_destroy(mem->tag);
258 bus_dmamap_unload(mem->tag, mem->map);
259 bus_dmamem_free(mem->tag, mem->base, mem->map);
260 (void)bus_dma_tag_destroy(mem->tag);
[all...]
/freebsd-10.2-release/sys/dev/ciss/
H A Dciss.c824 * Allocate the parent bus DMA tag appropriate for our PCI
841 ciss_printf(sc, "can't allocate parent DMA tag\n");
846 * Create DMA tag for mapping buffers into adapter-addressable
860 ciss_printf(sc, "can't allocate buffer DMA tag\n");
920 * Create the DMA tag for the reply queue.
933 ciss_printf(sc, "can't allocate reply DMA tag\n");
1122 * Create the DMA tag for commands.
1135 ciss_printf(sc, "can't allocate command DMA tag\n");
2014 /* destroy command memory and DMA tag */
2075 debug(2, "post command %d tag
2109 u_int32_t tag, index; local
2142 u_int32_t tag, index; local
[all...]
/freebsd-10.2-release/sys/dev/ahci/
H A Dahci.c69 static int ahci_setup_fis(struct ahci_channel *ch, struct ahci_cmd_tab *ctp, union ccb *ccb, int tag);
219 /* Create controller-wide DMA tag. */
1331 /* Tagged command while we have no supported tag free. */
1378 int tag, tags; local
1386 tag = ffs(~(ch->oslots >> (ch->lastslot + 1)));
1388 tag = 0;
1389 if (tag == 0 || tag + ch->lastslot >= tags)
1390 tag = ffs(~ch->oslots) - 1;
1392 tag
2321 ahci_setup_fis(struct ahci_channel *ch, struct ahci_cmd_tab *ctp, union ccb *ccb, int tag) argument
[all...]
/freebsd-10.2-release/contrib/openbsm/modules/auditfilter_noop/
H A DMakefile.in96 auditfilter_noop_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
105 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
109 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
/freebsd-10.2-release/contrib/openpam/modules/pam_deny/
H A DMakefile.in130 pam_deny_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
151 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
160 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
/freebsd-10.2-release/contrib/openpam/modules/pam_permit/
H A DMakefile.in130 pam_permit_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
151 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
160 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
/freebsd-10.2-release/contrib/openpam/modules/pam_unix/
H A DMakefile.in130 pam_unix_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
151 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
160 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
/freebsd-10.2-release/sys/dev/tsec/
H A Dif_tsec.c79 static int tsec_new_rxbuf(bus_dma_tag_t tag, bus_dmamap_t map,
151 /* Allocate a busdma tag and DMA safe memory for TX descriptors. */
161 /* Allocate a busdma tag and DMA safe memory for RX descriptors. */
170 /* Allocate a busdma tag for TX mbufs. */
182 device_printf(sc->dev, "failed to allocate busdma tag "
188 /* Allocate a busdma tag for RX mbufs. */
200 device_printf(sc->dev, "failed to allocate busdma tag "
1032 tsec_new_rxbuf(bus_dma_tag_t tag, bus_dmamap_t map, struct mbuf **mbufp, argument
1047 bus_dmamap_sync(tag, map, BUS_DMASYNC_POSTREAD);
1048 bus_dmamap_unload(tag, ma
[all...]
/freebsd-10.2-release/sys/dev/mge/
H A Dif_mge.c128 static int mge_new_rxbuf(bus_dma_tag_t tag, bus_dmamap_t map,
382 mge_new_rxbuf(bus_dma_tag_t tag, bus_dmamap_t map, struct mbuf **mbufp, argument
398 bus_dmamap_sync(tag, map, BUS_DMASYNC_POSTREAD);
399 bus_dmamap_unload(tag, map);
402 error = bus_dmamap_load_mbuf_sg(tag, map, new_mbuf, seg, &nsegs,
408 bus_dmamap_sync(tag, map, BUS_DMASYNC_PREREAD);
455 /* Allocate a busdma tag for mbufs. */
466 if_printf(sc->ifp, "failed to create busdma tag for mbufs\n");
493 /* Allocate a busdma tag and DMA safe memory for TX/RX descriptors. */
561 /* Destroy mbuf dma tag */
[all...]
/freebsd-10.2-release/sys/dev/acpica/
H A Dacpi.c3714 acpi_parse_debug(char *cp, struct debugtag *tag, UINT32 *flag) argument
3737 for (i = 0; tag[i].name != NULL; i++) {
3738 if (!strncmp(cp, tag[i].name, l)) {
3740 *flag |= tag[i].value;
3742 *flag &= ~tag[i].value;
3787 struct debugtag *tag; local
3794 tag = &dbg_layer[0];
3797 tag = &dbg_level[0];
3806 for (; tag->name != NULL; tag
[all...]

Completed in 244 milliseconds

<<21222324252627282930>>