Searched refs:dpt (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-9.3-release/sys/dev/dpt/
H A Ddpt_scsi.c80 #include <dev/dpt/dpt.h>
87 #define dpt_inl(dpt, port) \
88 bus_read_4((dpt)->io_res, (dpt)->io_offset + port)
89 #define dpt_inb(dpt, port) \
90 bus_read_1((dpt)->io_res, (dpt)->io_offset + port)
91 #define dpt_outl(dpt, port, value) \
92 bus_write_4((dpt)
166 dpt_just_reset(dpt_softc_t * dpt) argument
178 dpt_raid_busy(dpt_softc_t * dpt) argument
207 dpt_wait(dpt_softc_t *dpt, u_int bits, u_int state) argument
223 dptgetccb(struct dpt_softc *dpt) argument
247 dptfreeccb(struct dpt_softc *dpt, struct dpt_ccb *dccb) argument
267 dptccbvtop(struct dpt_softc *dpt, struct dpt_ccb *dccb) argument
274 dptccbptov(struct dpt_softc *dpt, bus_addr_t busaddr) argument
286 dpt_send_immediate(dpt_softc_t *dpt, eata_ccb_t *cmd_block, u_int32_t cmd_busaddr, u_int retries, u_int ifc, u_int code, u_int code2) argument
307 dptallocsgmap(struct dpt_softc *dpt) argument
336 dptallocccbs(dpt_softc_t *dpt) argument
489 dpt_get_conf(dpt_softc_t *dpt, dpt_ccb_t *dccb, u_int32_t dccb_busaddr, u_int size, u_int page, u_int target, int extent) argument
588 dpt_detect_cache(dpt_softc_t *dpt, dpt_ccb_t *dccb, u_int32_t dccb_busaddr, u_int8_t *buff) argument
721 struct dpt_softc *dpt; local
812 struct dpt_softc *dpt; local
1056 dpt_send_eata_command(dpt_softc_t *dpt, eata_ccb_t *cmd_block, u_int32_t cmd_busaddr, u_int command, u_int retries, u_int ifc, u_int code, u_int code2) argument
1128 dpt_softc_t *dpt = device_get_softc(dev); local
1144 dpt_free(struct dpt_softc *dpt) argument
1181 dpt_softc_t * dpt; local
1211 struct dpt_softc * dpt; local
1236 dpt_init(struct dpt_softc *dpt) argument
1501 dpt_attach(dpt_softc_t *dpt) argument
1559 struct dpt_softc * dpt; local
1590 dpt_softc_t *dpt; local
1599 dpt_intr_locked(dpt_softc_t *dpt) argument
1719 dptprocesserror(dpt_softc_t *dpt, dpt_ccb_t *dccb, union ccb *ccb, u_int hba_stat, u_int scsi_stat, u_int32_t resid) argument
1785 struct dpt_softc *dpt; local
1822 dpt_softc_t *dpt; local
[all...]
H A Ddpt_pci.c50 #include <dev/dpt/dpt.h>
77 dpt_softc_t * dpt; local
80 dpt = device_get_softc(dev);
81 dpt->dev = dev;
85 dpt->io_rid = DPT_PCI_MEMADDR;
86 dpt->io_type = SYS_RES_MEMORY;
87 dpt->io_res = bus_alloc_resource_any(dev, dpt->io_type,
88 &dpt
[all...]
H A Ddpt_isa.c47 #include <dev/dpt/dpt.h>
102 device_printf(parent, "dpt: dpt_pio_get_conf(%x) failed.\n",
107 child = BUS_ADD_CHILD(parent, ISA_ORDER_SPECULATIVE, "dpt", -1);
109 device_printf(parent, "dpt: BUS_ADD_CHILD() failed!\n");
137 printf("dpt: dpt_pio_get_conf() failed.\n");
154 dpt_softc_t * dpt; local
157 dpt = device_get_softc(dev);
158 dpt->dev = dev;
161 dpt
233 dpt_softc_t * dpt; local
[all...]
H A Ddpt_eisa.c49 #include <dev/dpt/dpt.h>
93 printf("dpt: dpt_pio_get_conf() failed.\n");
107 dpt_softc_t * dpt; local
110 dpt = device_get_softc(dev);
111 dpt->dev = dev;
114 dpt->io_rid = 0;
115 dpt->io_type = SYS_RES_IOPORT;
116 dpt->irq_rid = 0;
137 &dpt
[all...]
H A Ddpt.h34 * dpt.h: Definitions and constants used by the SCSI side of the DPT
371 typedef void (*ccb_callback)(void *dpt, int bus, void *ccb);
666 * Used by /dev/dpt to directly pass commands to the HBA
1036 dpt_ccb_t *dpt_dccbs; /* Array of dpt ccbs */
1285 void dpt_free(struct dpt_softc *dpt);
1286 int dpt_init(struct dpt_softc *dpt);
1287 int dpt_attach(dpt_softc_t * dpt);
1300 extern dpt_conf_t *dpt_get_conf(dpt_softc_t *dpt, u_int8_t page,
1304 extern int dpt_setup(dpt_softc_t * dpt, dpt_conf_t * conf);
1305 extern int dpt_attach(dpt_softc_t * dpt);
[all...]
/freebsd-9.3-release/sys/modules/dpt/
H A DMakefile4 .PATH: ${.CURDIR}/../../dev/dpt
5 KMOD= dpt
6 SRCS= dpt_scsi.c dpt.h \
15 # dpt.ko is always built without EISA support.
/freebsd-9.3-release/sys/dev/oce/
H A Doce_util.c231 struct _oce_dmamap_paddr_table *dpt = local
235 if (nseg <= dpt->max_entries) {
237 dpt->paddrs[i].lo = ADDR_LO(segs[i].ds_addr);
238 dpt->paddrs[i].hi = ADDR_HI(segs[i].ds_addr);
240 dpt->num_entries = nseg;
256 struct _oce_dmamap_paddr_table dpt; local
258 dpt.max_entries = 8;
259 dpt.num_entries = 0;
260 dpt.paddrs = pa_list;
266 oce_dma_map_ring, &dpt, BUS_DMA_NOWAI
[all...]
/freebsd-9.3-release/bin/pax/
H A Dpat_rep.c1028 char *dpt; local
1034 dpt = dest;
1035 while ((dpt < destend) && ((c = *spt++) != '\0')) {
1043 *dpt++ = c;
1054 if (len > (destend - dpt))
1055 len = destend - dpt;
1056 if (l_strncpy(dpt, prog->startp[no], len) != len)
1058 dpt += len;
1060 return(dpt - dest);
1078 char *dpt; local
[all...]
H A Dtables.c764 DLIST *dpt; local
792 for (dpt = pt->list; dpt != NULL; dpt = dpt->fow)
793 if (dpt->trunc_bits == trunc_bits)
796 if (dpt != NULL) {
801 arcn->sb.st_dev = dpt->dev;
829 if ((dpt = (DLIST *)malloc(sizeof(DLIST))) == NULL)
831 dpt
[all...]
/freebsd-9.3-release/sys/dev/usb/net/
H A Dif_cdce.c1069 sizeof(sc->sc_ncm.dpt) + sizeof(sc->sc_ncm.dp);
1152 rem = (sizeof(sc->sc_ncm.dpt) + (4 * n) + 4);
1154 USETW(sc->sc_ncm.dpt.wLength, rem);
1192 sc->sc_ncm.dpt.dwSignature[0] = 'N';
1193 sc->sc_ncm.dpt.dwSignature[1] = 'C';
1194 sc->sc_ncm.dpt.dwSignature[2] = 'M';
1195 sc->sc_ncm.dpt.dwSignature[3] = '0';
1196 USETW(sc->sc_ncm.dpt.wNextNdpIndex, 0); /* reserved */
1199 usbd_copy_in(pc, sizeof(sc->sc_ncm.hdr), &(sc->sc_ncm.dpt),
1200 sizeof(sc->sc_ncm.dpt));
[all...]
H A Dif_cdcereg.h68 struct usb_ncm16_dpt dpt; member in struct:cdce_ncm
/freebsd-9.3-release/sys/dev/usb/
H A Dusb_transfer.h39 #define USB_DMATAG_TO_XROOT(dpt) \
41 ((uint8_t *)(dpt)) - \
/freebsd-9.3-release/sys/i386/conf/
H A DPAE14 makeoptions WITHOUT_MODULES="ctl dpt hptmv ida malo mwl"
41 nodevice dpt
H A DGENERIC143 device dpt # DPT Smartcache III, IV - See NOTES for options
/freebsd-9.3-release/sys/kern/
H A DMake.tags.inc17 ${SYS}/dev/dpt/*.[ch] \
79 ${SYS}/dev/dpt \
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_msfees.c656 register u_char *dpt; /* Data PoinTeR: move along ... */ local
678 dpt = (u_char *)&rbufp->recv_space;
679 dpend = dpt + rbufp->recv_length;
700 while (dpt < dpend && (*dpt & 0x7f) != 0x7f) {
701 *cp++ = (char)*dpt++;
708 ees->lencode, dpend - dpt, LENEESPRT,
721 if (dpt == dpend) {
726 ees->unit, dpt, dpend);
731 if ((*dpt
[all...]
H A Drefclock_datum.c492 char *dpt; local
509 dpt = (char *)&rbufp->recv_space;
539 datum_pts->retbuf[datum_pts->nbytes+i] = dpt[i];
H A Drefclock_irig.c418 u_char *dpt; /* buffer pointer */ local
433 dpt = rbufp->recv_buffer;
435 sample = up->comp[~*dpt++ & 0xff];
H A Drefclock_chu.c660 u_char *dpt; /* buffer pointer */ local
675 dpt = rbufp->recv_buffer;
677 sample = up->comp[~*dpt++ & 0xff];
972 u_char *dpt; /* receive buffer pointer */ local
976 dpt = (u_char *)&rbufp->recv_space;
977 chu_decode(peer, *dpt, rbufp->recv_time);
/freebsd-9.3-release/sys/ia64/conf/
H A DGENERIC92 device dpt # DPT Smartcache III, IV
/freebsd-9.3-release/sys/pc98/conf/
H A DNOTES616 nodevice dpt
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dcp-demangle.c2884 struct d_print_template dpt; local
2919 dpt.next = dpi->templates;
2920 dpi->templates = &dpt;
2921 dpt.template_decl = typed_name;
2959 dpi->templates = dpt.next;
3891 struct d_print_template dpt; local
3901 dpt.next = dpi->templates;
3902 dpi->templates = &dpt;
3903 dpt.template_decl = d_left (dc);
3907 dpi->templates = dpt
[all...]
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dcp-demangle.c2750 struct d_print_template dpt; local
2785 dpt.next = dpi->templates;
2786 dpi->templates = &dpt;
2787 dpt.template_decl = typed_name;
2825 dpi->templates = dpt.next;
3740 struct d_print_template dpt; local
3750 dpt.next = dpi->templates;
3751 dpi->templates = &dpt;
3752 dpt.template_decl = d_left (dc);
3756 dpi->templates = dpt
[all...]
/freebsd-9.3-release/release/doc/share/misc/
H A Ddev.archlist.txt67 dpt i386,ia64,amd64
/freebsd-9.3-release/sys/amd64/conf/
H A DGENERIC136 device dpt # DPT Smartcache III, IV - See NOTES for options

Completed in 194 milliseconds

12