hp_softc
struct hp_softc * const sc = device_private(self);
struct hp_softc *sc;
struct hp_softc * const sc = md->md_softc;
struct hp_softc *sc;
struct hp_softc * const sc = device_lookup_private(&hp_cd, DISKUNIT(dev));
struct hp_softc * const sc = device_lookup_private(&hp_cd, DISKUNIT(dev));
struct hp_softc * const sc = md->md_softc;
struct hp_softc * const sc = md->md_softc;
struct hp_softc * const sc = device_lookup_private(&hp_cd, DISKUNIT(dev));
CFATTACH_DECL_NEW(hp, sizeof(struct hp_softc),