Lines Matching refs:drv_softc
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) {
728 chp->ch_drive[i].drv_softc = NULL;
793 if (chp->ch_drive[i].drv_softc != NULL) {
796 device_xname(chp->ch_drive[i].drv_softc));
977 device_printf(drvp->drv_softc,
1421 device_printf(drvp->drv_softc,
1432 device_printf(drvp->drv_softc,
1724 drvp->drv_softc == NULL)
1727 device_xname(drvp->drv_softc),
1784 device_t drv_dev = drvp->drv_softc;
1841 device_t drv_dev = drvp->drv_softc;
2218 if (chp->ch_drive[drive].drv_softc != NULL) {
2220 chp->ch_drive[drive].drv_softc, 0);
2223 KASSERT(chp->ch_drive[drive].drv_softc == NULL);
2292 if (chp->ch_drive[i].drv_softc != NULL) {