Home
last modified time | relevance | path

Searched refs:sd_softc (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/sys/arch/luna88k/stand/boot/
Dsd.c89 struct sd_softc { struct
104 struct sd_softc *sdinit(uint, uint); argument
105 static int sdident(struct sd_softc *);
120 sdident(struct sd_softc *sc) in sdident()
205 struct sd_softc *
208 struct sd_softc *sc; in sdinit()
260 struct sd_softc *sc; in sdopen()
282 struct sd_softc *sc = f->f_devdata; in sdclose()
304 struct sd_softc *sc = devdata; in sdstrategy()
/openbsd/src/sys/scsi/
Dsd.c88 int sdgetdisklabel(dev_t, struct sd_softc *, struct disklabel *, int);
91 int sd_read_cap_10(struct sd_softc *, int);
92 int sd_read_cap_16(struct sd_softc *, int);
93 int sd_read_cap(struct sd_softc *, int);
94 int sd_thin_pages(struct sd_softc *, int);
95 int sd_vpd_block_limits(struct sd_softc *, int);
96 int sd_vpd_thin(struct sd_softc *, int);
97 int sd_thin_params(struct sd_softc *, int);
98 int sd_get_parms(struct sd_softc *, int);
99 int sd_flush(struct sd_softc *, int);
[all …]
Dsdvar.h54 struct sd_softc { struct
/openbsd/src/sys/dev/ic/
Dnvme.c1934 const struct sd_softc *sd; in nvme_bioctl_sdname()
1939 sd = (struct sd_softc *)(link->device_softc); in nvme_bioctl_sdname()
/openbsd/src/sys/dev/
Dsoftraid.c5079 struct sd_softc *sd; in sr_hibernate_io()
5098 sd = (struct sd_softc *)dv; in sr_hibernate_io()