Home
last modified time | relevance | path

Searched refs:ipsdisk_softc_t (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/ips/
HDips_disk.c60 sizeof(ipsdisk_softc_t)
70 ipsdisk_softc_t *dsc = dp->d_drv1; in ipsd_open()
79 ipsdisk_softc_t *dsc = dp->d_drv1; in ipsd_close()
88 ipsdisk_softc_t *dsc; in ipsd_finish()
92 ipsdisk_softc_t *dsc; in ipsd_finish()
105 ipsdisk_softc_t *dsc; in ipsd_strategy()
126 ipsdisk_softc_t *dsc; in ipsd_attach()
131 dsc = (ipsdisk_softc_t *)device_get_softc(dev); in ipsd_attach()
132 bzero(dsc, sizeof(ipsdisk_softc_t)); in ipsd_attach()
169 ipsdisk_softc_t *dsc; in ipsd_detach()
[all …]
HDips_disk.h65 }ipsdisk_softc_t; typedef