sc_drives         421 dev/isa/fd.c   	int active = !TAILQ_EMPTY(&fdc->sc_link.fdlink.sc_drives);
sc_drives         425 dev/isa/fd.c   	TAILQ_INSERT_TAIL(&fdc->sc_link.fdlink.sc_drives, fd, sc_drivechain);
sc_drives         449 dev/isa/fd.c   		TAILQ_REMOVE(&fdc->sc_link.fdlink.sc_drives, fd, sc_drivechain);
sc_drives         451 dev/isa/fd.c   			TAILQ_INSERT_TAIL(&fdc->sc_link.fdlink.sc_drives, fd,
sc_drives         495 dev/isa/fd.c   	if ((fd = TAILQ_FIRST(&fdc->sc_link.fdlink.sc_drives)) != NULL)
sc_drives         531 dev/isa/fd.c   	if ((TAILQ_FIRST(&fdc->sc_link.fdlink.sc_drives) == fd)
sc_drives         625 dev/isa/fd.c   	fd = TAILQ_FIRST(&fdc->sc_link.fdlink.sc_drives);
sc_drives         635 dev/isa/fd.c   		TAILQ_REMOVE(&fdc->sc_link.fdlink.sc_drives, fd, sc_drivechain);
sc_drives         165 dev/isa/fdc.c  	TAILQ_INIT(&fdc->sc_link.fdlink.sc_drives);	/* XXX */
sc_drives          76 dev/isa/fdlink.h 	TAILQ_HEAD(drivehead, fd_softc) sc_drives;