Home
last modified time | relevance | path

Searched refs:sc_scsi (Results 1 – 4 of 4) sorted by relevance

/netbsd/sys/arch/sparc64/dev/
H A Dauxio_ebus.c95 ea->ea_vaddr[3], &sc->sc_scsi); in auxio_ebus_attach()
104 ea->ea_reg[3].size, 0, &sc->sc_scsi); in auxio_ebus_attach()
H A Dauxiovar.h50 bus_space_handle_t sc_scsi; member
/netbsd/sys/dev/ic/
H A Dninjascsi32var.h212 device_t sc_scsi; member
H A Dninjascsi32.c669 sc->sc_scsi = config_found(sc->sc_dev, &sc->sc_channel, scsiprint, in njsc32_attach()
695 if (sc->sc_scsi != NULL) in njsc32_detach()
696 rv = config_detach(sc->sc_scsi, flags); in njsc32_detach()
1373 if (sc->sc_scsi != NULL) { in njsc32_reset_bus()