HomeSort by: relevance | last modified time | path
    Searched refs:drv_softc (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/dev/ata/
ata.c 369 if (chp->ch_drive[i].drv_softc != NULL)
375 chp->ch_drive[i].drv_softc = config_found(atabus_sc->sc_dev,
378 if (chp->ch_drive[i].drv_softc != NULL) {
397 chp->ch_drive[i].drv_softc);
411 if (chp->ch_drive[i].drv_softc == NULL) {
662 if ((dev = chp->ch_drive[i].drv_softc) != NULL) {
669 KASSERT(chp->ch_drive[i].drv_softc == NULL);
714 KASSERT(chp->ch_drive[i].drv_softc != NULL);
715 chp->ch_drive[i].drv_softc = NULL;
727 if (child == chp->ch_drive[i].drv_softc) {
    [all...]
ata_recovery.c 118 device_printf(drvp->drv_softc,
142 device_printf(drvp->drv_softc,
atavar.h 335 device_t drv_softc; /* ATA drives softc, if any */ member in struct:ata_drive_datas
ata_wdc.c 823 (*chp->ch_drive[drive].drv_done)(chp->ch_drive[drive].drv_softc, xfer);
848 (*chp->ch_drive[drive].drv_done)(chp->ch_drive[drive].drv_softc, xfer);
wd.c 332 wd->drvp->drv_softc = dksc->sc_dev; /* done in atabusconfig_thread()
  /src/sys/dev/pci/
hptide.c 376 "(BIOS 0x%08x)\n", device_xname(drvp->drv_softc),
  /src/sys/dev/ic/
siisata.c 1310 (*chp->ch_drive[drive].drv_done)(chp->ch_drive[drive].drv_softc, xfer);
1361 (*chp->ch_drive[drive].drv_done)(chp->ch_drive[drive].drv_softc, xfer);
1700 drvp->drv_softc = atapi_probe_device(sc, target, periph, &sa);
1702 if (drvp->drv_softc)
ahcisata_core.c 1549 (*chp->ch_drive[drive].drv_done)(chp->ch_drive[drive].drv_softc, xfer);
1609 (*chp->ch_drive[drive].drv_done)(chp->ch_drive[drive].drv_softc, xfer);
2185 drvp->drv_softc = atapi_probe_device(sc, target, periph, &sa);
2187 if (drvp->drv_softc)
mvsata.c 838 drvp->drv_softc = atapi_probe_device(sc, target, periph, &sa);
840 if (drvp->drv_softc)
1444 (*chp->ch_drive[drive].drv_done)(chp->ch_drive[drive].drv_softc, xfer);
1476 (*chp->ch_drive[drive].drv_done)(chp->ch_drive[drive].drv_softc, xfer);
  /src/sys/dev/scsipi/
atapi_wdc.c 341 drvp->drv_softc = atapi_probe_device(sc, target, periph, &sa);
343 if (drvp->drv_softc)

Completed in 24 milliseconds