Searched refs:sd_softc (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/sys/arch/luna88k/stand/boot/ |
| D | sd.c | 89 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/ |
| D | sd.c | 88 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 …]
|
| D | sdvar.h | 54 struct sd_softc { struct
|
| /openbsd/src/sys/dev/ic/ |
| D | nvme.c | 1934 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/ |
| D | softraid.c | 5079 struct sd_softc *sd; in sr_hibernate_io() 5098 sd = (struct sd_softc *)dv; in sr_hibernate_io()
|