altmem_softc
struct altmem_softc *sc = device_private(self);
struct altmem_softc *sc = device_lookup_private(&altmem_cd, DISKUNIT(dev));
struct altmem_softc *sc = device_lookup_private(&altmem_cd, DISKUNIT(dev));
struct altmem_softc *sc = device_lookup_private(&altmem_cd, DISKUNIT(bp->b_dev));
struct altmem_softc *sc = device_lookup_private(&altmem_cd, DISKUNIT(dev));
CFATTACH_DECL_NEW(altmem, sizeof(struct altmem_softc), altmem_match,