twed_softc
cmd->io.unit = ((struct twed_softc *)bio->bio_driver_info)->twed_drive->td_twe_unit;
sizeof(struct twed_softc)
struct twed_softc *sc = (struct twed_softc *)dev->si_drv1;
struct twed_softc *sc = (struct twed_softc *)dev->si_drv1;
struct twed_softc *sc = dev->si_drv1;
struct twed_softc *twed_sc;
struct twed_softc *sc = bio->bio_driver_info;
struct twed_softc *sc;
struct twed_softc *sc = (struct twed_softc *)device_get_softc(dev);