Searched refs:tag (Results 626 - 650 of 949) sorted by relevance

<<21222324252627282930>>

/freebsd-10.2-release/contrib/groff/src/utils/hpftodit/
H A Dhpftodit.cpp493 uint16 tag = f.get_uint16(); local
495 if (min_tag <= tag && tag <= max_tag)
496 p = tags + (tag - min_tag);
519 fatal("unknown type tag %1", tfm_type);
547 fatal("tag %1 missing", int(t));
757 // older tfms don't have the posture tag
973 "tag# type count value\n"
1117 // The type of this tag has changed from SHORT to SIGNED SHORT
/freebsd-10.2-release/sys/dev/patm/
H A Dif_patmvar.h179 uint8_t tag; /* next tag for TSI */ member in struct:patm_scd
180 uint8_t last_tag; /* last tag checked in interrupt */
227 bus_space_tag_t memt; /* ... and tag */
238 bus_dma_tag_t sq_tag; /* DMA tag */
269 bus_dma_tag_t lbuf_tag; /* DMA tag */
275 bus_dma_tag_t sbuf_tag; /* DMA tag */
/freebsd-10.2-release/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c166 f->tag, f->count, f->size, f->count*f->size));
184 f->tag, f->count, f->size, f->count*f->size, order));
221 KdPrint(("memory leak for freelist %s (%d/%d)", f->tag, f->count, f->reserved_count));
238 KdPrint(("memory leak for dma freelist %s (%d/%d)", f->tag, f->count, f->reserved_count));
1028 &vbus_ext->io_dmat /* tag */))
/freebsd-10.2-release/sys/dev/e1000/
H A Dif_em.c2083 /* Tell hardware to add tag */
2586 em_irq_fast, NULL, adapter, &adapter->tag)) != 0) {
2634 rxr, &rxr->tag)) != 0) {
2639 bus_describe_intr(dev, rxr->res, rxr->tag, "rx%d", i);
2679 txr, &txr->tag)) != 0) {
2684 bus_describe_intr(dev, txr->res, txr->tag, "tx%d", i);
2723 em_msix_link, adapter, &adapter->tag);
2730 bus_describe_intr(dev, adapter->res, adapter->tag, "link");
2758 if (txr->tag != NULL) {
2759 bus_teardown_intr(dev, txr->res, txr->tag);
[all...]
/freebsd-10.2-release/sys/dev/esp/
H A Dncr53c9xvar.h99 /* XXX Max tag depth. Should this be defined in the register header? */
136 uint8_t tag[2]; /* TAG bytes */ member in struct:ncr53c9x_ecb
/freebsd-10.2-release/sys/dev/firewire/
H A Dfirewire.h46 tag:2; member in struct:fw_isochreq
/freebsd-10.2-release/sys/dev/sfxge/
H A Dsfxge.h307 extern int sfxge_dma_map_sg_collapse(bus_dma_tag_t tag, bus_dmamap_t map,
/freebsd-10.2-release/sys/netinet/
H A Dsctp_pcb.c4507 sctp_delete_from_timewait(uint32_t tag, uint16_t lport, uint16_t rport) argument
4514 chain = &SCTP_BASE_INFO(vtag_timewait)[(tag % SCTP_STACK_VTAG_HASH_SIZE)];
4517 if ((twait_block->vtag_block[i].v_tag == tag) &&
4534 sctp_is_in_timewait(uint32_t tag, uint16_t lport, uint16_t rport) argument
4542 chain = &SCTP_BASE_INFO(vtag_timewait)[(tag % SCTP_STACK_VTAG_HASH_SIZE)];
4545 if ((twait_block->vtag_block[i].v_tag == tag) &&
4561 sctp_add_vtag_to_timewait(uint32_t tag, uint32_t time, uint16_t lport, uint16_t rport) argument
4573 chain = &SCTP_BASE_INFO(vtag_timewait)[(tag % SCTP_STACK_VTAG_HASH_SIZE)];
4582 twait_block->vtag_block[i].v_tag = tag;
4594 /* Reuse it for my new tag */
6736 sctp_is_vtag_good(uint32_t tag, uint16_t lport, uint16_t rport, struct timeval *now) argument
[all...]
/freebsd-10.2-release/sys/ofed/drivers/infiniband/core/
H A Dud_header.c108 { STRUCT_FIELD(vlan, tag),
/freebsd-10.2-release/sys/sparc64/pci/
H A Dpsycho.c567 /* Just copy IOMMU state, config tag and address. */
579 panic("%s: could not allocate PCI I/O tag", __func__);
583 panic("%s: could not allocate PCI configuration space tag",
588 panic("%s: could not create PCI DMA tag", __func__);
589 /* Customize the tag. */
1230 struct bus_space_tag *tag; local
1238 tag = sparc64_alloc_bus_tag(r, rman_get_bustag(
1240 if (tag == NULL)
1242 rman_set_bustag(r, tag);
/freebsd-10.2-release/sys/dev/iwn/
H A Dif_iwnvar.h89 bus_dma_tag_t tag; member in struct:iwn_dma_info
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp299 const char *tag,
314 DEBUG(dbgs() << "->g" << State->GetGroup(Reg) << tag);
327 State->GetGroup(SubregReg) << tag);
/freebsd-10.2-release/contrib/gcc/
H A Dsdbout.c222 do { fprintf (asm_out_file, "\t.tag\t"); \
255 /* Return the sdb tag identifier string for TYPE
260 /* Set the sdb tag identifier string for TYPE to NAME. */
265 /* Return the name (a string) of the struct, union or enum tag
359 tag number output. */
584 char *tag; local
596 /* Output the referenced structure tag name
602 tag = KNOWN_TYPE_TAG (type);
603 PUT_SDB_TAG (tag);
605 However, a size of 0 without a tag implie
[all...]
H A Dbasic-block.h126 rtx GTY ((tag ("0"))) r;
127 tree GTY ((tag ("1"))) t;
237 struct rtl_bb_info * GTY ((tag ("1"))) rtl;
/freebsd-10.2-release/contrib/ntp/ntpd/
H A Drefclock_nmea.c96 #define NMEA_PROTO_IDLEN 5 /* tag name must be at least 5 chars */
304 char tag, int inv);
803 u_char sentence; /* sentence tag */
1445 * If the character at the data field start matches the tag value,
1455 char tag,
1465 return table[ *dp && ((*dp == tag) == !inv) ];
1452 parse_qual( nmea_data * rd, int idx, char tag, int inv ) argument
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dproperty.c94 * "current" <propstat> tag. These will get copied into RET_PROPS
187 const svn_ra_serf__dav_props_t *tag,
194 svn_ra_serf__xml_note(xes, PROPVAL, "ns", tag->namespace);
195 svn_ra_serf__xml_note(xes, PROPVAL, "name", tag->name);
182 propfind_opened(svn_ra_serf__xml_estate_t *xes, void *baton, int entered_state, const svn_ra_serf__dav_props_t *tag, apr_pool_t *scratch_pool) argument
/freebsd-10.2-release/crypto/heimdal/lib/asn1/
H A Dgen_template.c635 classname(t->tag.tagclass),
637 valuename(t->tag.tagclass, t->tag.tagvalue),
/freebsd-10.2-release/lib/libiconv_modules/ISO2022/
H A Dcitrus_iso2022.c324 const char *tag; member in struct:__anon5978
347 for (i = 0; tags[i].tag; i++)
348 if (!strcmp(token, tags[i].tag)) {
/freebsd-10.2-release/contrib/binutils/gas/
H A Decoff.c742 alloc_type_tag, /* struct/union/tag element */
743 alloc_type_forward, /* element to hold unknown tag */
879 /* Linked list support for tags. The first tag in the list is always struct
880 the current tag for that block. */
881 typedef struct tag {
882 struct tag *free; /* free list pointer */
884 struct tag *same_name; /* tag with same name in outer scope */
885 struct tag *same_block; /* next tag define
1041 tag_t tag [ PAGE_SIZE / sizeof (tag_t) ]; member in union:page
2000 get_tag(const char *tag, localsym_t *sym, bt_t basic_type ) argument
[all...]
/freebsd-10.2-release/contrib/libpcap/
H A Dpcap-usb-linux.c460 int tag, cnt, ep_num, dev_addr, dummy, ret, urb_len, data_len; local
491 ret = sscanf(string, "%x %d %c %c%c:%d:%d %s%n", &tag, &timestamp, &etype,
501 uhdr->id = tag;
592 /* urb tag is not present if urb length is 0, so we can stop here
601 /* check for data presence; data is present if and only if urb tag is '=' */
605 "Can't parse urb tag from '%s'", string);
612 /* skip urb tag and following space */
/freebsd-10.2-release/contrib/groff/src/devices/grotty/
H A Dtty.cpp448 char *tag = p; local
451 if (*p == '\0' || strncmp(tag, "tty", p - tag) != 0) {
452 error("X command without `tty:' tag ignored");
/freebsd-10.2-release/sys/boot/fdt/
H A Dfdt_loader_cmd.c1361 uint32_t tag; local
1401 tag = fdt_next_tag(fdtp, o, &next);
1402 switch (tag) {
/freebsd-10.2-release/sys/cam/scsi/
H A Dscsi_sg.c87 int tag; member in struct:sg_rdwr
770 rdwr->tag = hdr->pack_id;
818 if (rdwr->tag == pack_id)
/freebsd-10.2-release/sys/dev/twe/
H A Dtwe_freebsd.c229 * Allocate the parent bus DMA tag appropriate for PCI.
243 twe_printf(sc, "can't allocate parent DMA tag\n");
266 * Create DMA tag for mapping command's into controller-addressable space.
280 twe_printf(sc, "can't allocate data buffer DMA tag\n");
298 * Create DMA tag for mapping objects into controller-addressable space.
312 twe_printf(sc, "can't allocate data buffer DMA tag\n");
318 * Create DMA tag for mapping objects into controller-addressable space.
331 twe_printf(sc, "can't allocate data buffer DMA tag\n");
410 /* destroy the data-transfer DMA tag */
420 /* destroy the parent DMA tag */
887 twe_allocate_request(struct twe_softc *sc, int tag) argument
[all...]
/freebsd-10.2-release/sys/dev/usb/
H A Dusb_msctest.c303 uint32_t tag; local
315 tag = UGETDW(sc->cbw->dCBWTag) + 1;
317 USETDW(sc->cbw->dCBWTag, tag);

Completed in 518 milliseconds

<<21222324252627282930>>