smb_softc
struct smb_softc *sc = (struct smb_softc *)device_get_softc(dev);
bzero(sc, sizeof(struct smb_softc *));
struct smb_softc *sc = (struct smb_softc *)device_get_softc(dev);
struct smb_softc *sc = SMB_SOFTC(minor(dev));
struct smb_softc *sc = SMB_SOFTC(minor(dev));
struct smb_softc *sc = SMB_SOFTC(minor(dev));
((struct smb_softc *)devclass_get_softc(smb_devclass, (unit)))
sizeof(struct smb_softc),