Searched refs:tag (Results 376 - 400 of 953) sorted by relevance

<<11121314151617181920>>

/freebsd-10.3-release/sys/dev/isp/
H A Disp_freebsd.h109 uint32_t tag; /* typically f/w RX_ID */ member in struct:atio_private_data
348 #define ISP_GET_PC(isp, chan, tag, rslt) \
350 rslt = ISP_SPI_PC(isp, chan)-> tag; \
352 rslt = ISP_FC_PC(isp, chan)-> tag; \
354 #define ISP_GET_PC_ADDR(isp, chan, tag, rp) \
356 rp = &ISP_SPI_PC(isp, chan)-> tag; \
358 rp = &ISP_FC_PC(isp, chan)-> tag; \
360 #define ISP_SET_PC(isp, chan, tag, val) \
362 ISP_SPI_PC(isp, chan)-> tag = val; \
364 ISP_FC_PC(isp, chan)-> tag
[all...]
/freebsd-10.3-release/sys/fs/udf/
H A Dudf_vfsops.c281 * Check the descriptor tag for both the correct id and correct checksum.
285 udf_checktag(struct desc_tag *tag, uint16_t id) argument
290 itag = (uint8_t *)tag;
292 if (le16toh(tag->id) != id)
299 if (cksum == tag->cksum)
414 if (!udf_checktag(&lvd->tag, TAGID_LOGVOL)) {
425 if (!udf_checktag(&pd->tag, TAGID_PARTITION)) {
461 if (!udf_checktag(&fsd->tag, TAGID_FSD)) {
487 if ((error = udf_checktag(&root_fentry->tag, TAGID_FENTRY))) {
660 if (udf_checktag(&fe->tag, TAGID_FENTR
[all...]
/freebsd-10.3-release/sys/dev/patm/
H A Dif_patm_tx.c469 /* limit the number of outstanding packets to the tag space */
604 (scd->tag << IDT_TBD_TAG_SHIFT);
630 KASSERT(scd->on_card[scd->tag] == NULL,
631 ("scd on_card wedged %u%s", scd->tag, dump_scd(a->sc, scd)));
632 scd->on_card[scd->tag] = a->mbuf;
635 NEXT_TAG(scd->tag);
660 u_int cid, tag, last; local
674 tag = IDT_TSQE_TAG(stamp);
677 if (tag == last) {
678 patm_printf(sc, "same tag
[all...]
/freebsd-10.3-release/sys/dev/oce/
H A Doce_if.c612 bus_dmamap_sync(eq->ring->dma.tag, eq->ring->dma.map,
619 bus_dmamap_sync(eq->ring->dma.tag, eq->ring->dma.map,
760 oce_fast_isr, NULL, ii, &ii->tag);
773 if (sc->intrs[i].tag != NULL)
775 sc->intrs[i].tag);
783 sc->intrs[i].tag = NULL;
910 rc = bus_dmamap_load_mbuf_sg(wq->tag,
921 bus_dmamap_unload(wq->tag, pd->map);
927 bus_dmamap_sync(wq->tag, pd->map, BUS_DMASYNC_PREWRITE);
998 bus_dmamap_sync(wq->ring->dma.tag, w
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h166 CheckerTag tag = getTag<CHECKER>(); local
167 CheckerRef &ref = CheckerTags[tag];
180 CheckerTag tag = getTag<CHECKER>(); local
181 CheckerRef &ref = CheckerTags[tag];
560 static void *getTag() { static int tag; return &tag; } local
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp201 // but all it contains is a NULL tag. Since we are removing
542 DWARFCompileUnit::AppendDIEsWithTag (const dw_tag_t tag, DWARFDIECollection& dies, uint32_t depth) const argument
549 if (pos->Tag() == tag)
611 const dw_tag_t tag = die.Tag(); local
613 switch (tag)
687 if (tag == DW_TAG_variable)
741 switch (tag)
/freebsd-10.3-release/sys/dev/mpr/
H A Dmprvar.h603 #define MPR_PRINTFIELD_START(sc, tag...) \
604 mpr_dprint((sc), MPR_INFO, ##tag); \
606 #define MPR_PRINTFIELD_END(sc, tag) \
607 mpr_dprint((sc), MPR_INFO, tag "\n")
611 #define MPR_EVENTFIELD_START(sc, tag...) \
612 mpr_dprint((sc), MPR_EVENT, ##tag); \
/freebsd-10.3-release/usr.sbin/config/
H A Dmkmakefile.c611 do_xxfiles(char *tag, FILE *fp) argument
617 if (tag[strlen(tag) - 1] == '\n')
618 tag[strlen(tag) - 1] = '\0';
620 suff = ns(tag + 7);
/freebsd-10.3-release/sys/dev/aic7xxx/
H A Daic7xxx.c501 scb->hscb->tag);
839 scb->hscb->tag);
907 SCB_GET_LUN(scb), scb->hscb->tag,
924 printf("Bogus TAG after DMA. SCBPTR %d, tag %d, our tag %d\n",
926 ahc->scb_data->hscbs[scbptr].tag);
1263 u_int tag; local
1265 tag = SCB_LIST_NULL;
1270 tag = scb->hscb->tag;
1359 u_int tag; local
3442 int tag; local
5329 ahc_match_scb(struct ahc_softc *ahc, struct scb *scb, int target, char channel, int lun, u_int tag, role_t role) argument
5436 ahc_search_qinfifo(struct ahc_softc *ahc, int target, char channel, int lun, u_int tag, role_t role, uint32_t status, ahc_search_action action) argument
5741 ahc_search_disc_list(struct ahc_softc *ahc, int target, char channel, int lun, u_int tag, int stop_on_first, int remove, int save_state) argument
5904 ahc_abort_scbs(struct ahc_softc *ahc, int target, char channel, int lun, u_int tag, role_t role, uint32_t status) argument
[all...]
/freebsd-10.3-release/contrib/gcc/
H A Dtree.h109 /* Nonzero if CODE represents a memory tag. */
1229 languages where a tag field may show this is an object of a more-aligned
2175 int GTY ((tag ("0"))) address;
2176 char * GTY ((tag ("1"))) pointer;
2177 struct die_struct * GTY ((tag ("2"))) die;
2400 In general, given a pointer P with a symbol tag SMT, the alias set
3274 struct tree_common GTY ((tag ("TS_COMMON"))) common;
3275 struct tree_int_cst GTY ((tag ("TS_INT_CST"))) int_cst;
3276 struct tree_real_cst GTY ((tag ("TS_REAL_CST"))) real_cst;
3277 struct tree_vector GTY ((tag ("TS_VECTO
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DAnalysisContext.h188 const void *tag = T::getTag(); local
189 ManagedAnalysis *&data = getAnalysisImpl(tag);
196 ManagedAnalysis *&getAnalysisImpl(const void* tag);
/freebsd-10.3-release/crypto/heimdal/lib/asn1/
H A Dgen_encode.c396 classname(t->tag.tagclass),
398 valuename(t->tag.tagclass, t->tag.tagvalue));
H A Dasn1parse.h236 struct tagtype tag; member in union:YYSTYPE
/freebsd-10.3-release/crypto/openssl/crypto/asn1/
H A Da_int.c288 int inf, tag, xclass; local
299 inf = ASN1_get_object(&p, &len, &tag, &xclass, length);
305 if (tag != V_ASN1_INTEGER) {
H A Da_object.c245 int tag, xclass; local
249 inf = ASN1_get_object(&p, &len, &tag, &xclass, length);
255 if (tag != V_ASN1_OBJECT) {
/freebsd-10.3-release/sys/dev/e1000/
H A Dif_em.h349 void *tag; member in struct:tx_ring
377 void *tag; member in struct:rx_ring
405 void *tag; member in struct:adapter
/freebsd-10.3-release/sys/dev/cp/
H A Dcpddk.h205 void *tag [NTBUF]; /* system dependent data per buffer */ member in struct:_cp_chan_t
210 void (*transmit) (struct _cp_chan_t *c, void *tag, int len);
294 int cp_send_packet (cp_chan_t *c, unsigned char *data, int len, void *tag);
/freebsd-10.3-release/sys/dev/atkbdc/
H A Datkbdc_isa.c105 bus_space_tag_t tag; local
160 tag = rman_get_bustag(port0);
164 if ((bus_space_read_1(tag, ioh1, 0) & 0x2) == 0)
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzio_inject.c101 * specified by tag.
104 zio_handle_panic_injection(spa_t *spa, char *tag, uint64_t type) argument
117 strcmp(tag, handler->zi_record.zi_func) == 0)
118 panic("Panic requested in function %s\n", tag);
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h491 // FIXME: 'tag' should be removed, and a LocationContext should be used
503 const ProgramPointTag *tag = 0,
506 // FIXME: 'tag' should be removed, and a LocationContext should be used
510 const ProgramPointTag *tag = 0);
533 const ProgramPointTag *tag,
536 // FIXME: 'tag' should be removed, and a LocationContext should be used
543 const ProgramPointTag *tag, bool isLoad);
/freebsd-10.3-release/contrib/tcpdump/
H A Dprint-eigrp.c144 u_int8_t tag[4]; member in struct:eigrp_tlv_ip_ext_t
183 u_int8_t tag[4]; member in struct:eigrp_tlv_at_ext_t
373 printf("\n\t origin-router %s, origin-as %u, origin-proto %s, flags [0x%02x], tag 0x%08x, metric %u",
378 EXTRACT_32BITS(tlv_ptr.eigrp_tlv_ip_ext->tag),
436 printf("\n\t origin-router %u, origin-as %u, origin-proto %s, flags [0x%02x], tag 0x%08x, metric %u",
441 EXTRACT_32BITS(tlv_ptr.eigrp_tlv_at_ext->tag),
H A Dprint-radius.c572 u_int8_t tag; local
655 tag = *data;
657 if (tag == 0)
660 printf("Tag (%d) %d", tag, EXTRACT_24BITS(data) );
/freebsd-10.3-release/crypto/heimdal/lib/roken/
H A Dresolve.h162 unsigned tag; member in struct:rk_cert_record
/freebsd-10.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dext.h151 void printdata (char *tag, char *ptr, size_t cnt);
/freebsd-10.3-release/crypto/openssl/crypto/ts/
H A Dts_conf.c155 static void TS_CONF_lookup_fail(const char *name, const char *tag) argument
157 fprintf(stderr, "variable lookup failed for %s::%s\n", name, tag);
160 static void TS_CONF_invalid(const char *name, const char *tag) argument
162 fprintf(stderr, "invalid variable value for %s::%s\n", name, tag);

Completed in 403 milliseconds

<<11121314151617181920>>