Lines Matching refs:sc_drives
157 TAILQ_HEAD(drivehead, fd_softc) sc_drives;
487 TAILQ_INIT(&fdc->sc_drives);
770 int active = !TAILQ_EMPTY(&fdc->sc_drives);
774 TAILQ_INSERT_TAIL(&fdc->sc_drives, fd, sc_drivechain);
795 TAILQ_REMOVE(&fdc->sc_drives, fd, sc_drivechain);
797 TAILQ_INSERT_TAIL(&fdc->sc_drives, fd, sc_drivechain);
872 if ((TAILQ_FIRST(&fdc->sc_drives) == fd) &&
1065 struct fd_softc *fd = TAILQ_FIRST(&fdc->sc_drives);
1110 fd = TAILQ_FIRST(&fdc->sc_drives);
1132 TAILQ_REMOVE(&fdc->sc_drives, fd, sc_drivechain);
1572 fd = TAILQ_FIRST(&fdc->sc_drives);