Symbol: sd_softc
sys/arch/luna88k/stand/boot/sd.c
104
struct sd_softc *sdinit(uint, uint);
sys/arch/luna88k/stand/boot/sd.c
105
static int sdident(struct sd_softc *);
sys/arch/luna88k/stand/boot/sd.c
120
sdident(struct sd_softc *sc)
sys/arch/luna88k/stand/boot/sd.c
205
struct sd_softc *
sys/arch/luna88k/stand/boot/sd.c
208
struct sd_softc *sc;
sys/arch/luna88k/stand/boot/sd.c
260
struct sd_softc *sc;
sys/arch/luna88k/stand/boot/sd.c
282
struct sd_softc *sc = f->f_devdata;
sys/arch/luna88k/stand/boot/sd.c
304
struct sd_softc *sc = devdata;
sys/dev/ic/nvme.c
1926
const struct sd_softc *sd;
sys/dev/ic/nvme.c
1931
sd = (struct sd_softc *)(link->device_softc);
sys/dev/softraid.c
5092
struct sd_softc *sd;
sys/dev/softraid.c
5111
sd = (struct sd_softc *)dv;
sys/scsi/sd.c
1019
sd_ioctl_cache(struct sd_softc *sc, long cmd, struct dk_cache *dkc)
sys/scsi/sd.c
103
int sd_ioctl_inquiry(struct sd_softc *, struct dk_inquiry *);
sys/scsi/sd.c
104
int sd_ioctl_cache(struct sd_softc *, long, struct dk_cache *);
sys/scsi/sd.c
1100
sdgetdisklabel(dev_t dev, struct sd_softc *sc, struct disklabel *lp,
sys/scsi/sd.c
114
sizeof(struct sd_softc), sdmatch, sdattach,
sys/scsi/sd.c
1228
struct sd_softc *sc;
sys/scsi/sd.c
1278
struct sd_softc *sc;
sys/scsi/sd.c
137
#define sdlookup(unit) (struct sd_softc *)disk_lookup(&sd_cd, (unit))
sys/scsi/sd.c
1394
sd_read_cap_10(struct sd_softc *sc, int flags)
sys/scsi/sd.c
1426
sd_read_cap_16(struct sd_softc *sc, int flags)
sys/scsi/sd.c
1461
sd_read_cap(struct sd_softc *sc, int flags)
sys/scsi/sd.c
1488
sd_thin_pages(struct sd_softc *sc, int flags)
sys/scsi/sd.c
1550
sd_vpd_block_limits(struct sd_softc *sc, int flags)
sys/scsi/sd.c
1581
sd_vpd_thin(struct sd_softc *sc, int flags)
sys/scsi/sd.c
160
struct sd_softc *sc = (struct sd_softc *)self;
sys/scsi/sd.c
1616
sd_thin_params(struct sd_softc *sc, int flags)
sys/scsi/sd.c
1643
sd_get_parms(struct sd_softc *sc, int flags)
sys/scsi/sd.c
1853
sd_flush(struct sd_softc *sc, int flags)
sys/scsi/sd.c
248
struct sd_softc *sc = (struct sd_softc *)self;
sys/scsi/sd.c
292
struct sd_softc *sc = (struct sd_softc *)self;
sys/scsi/sd.c
312
struct sd_softc *sc;
sys/scsi/sd.c
466
struct sd_softc *sc;
sys/scsi/sd.c
529
struct sd_softc *sc;
sys/scsi/sd.c
652
struct sd_softc *sc = link->device_softc;
sys/scsi/sd.c
716
struct sd_softc *sc = xs->sc_link->device_softc;
sys/scsi/sd.c
780
struct sd_softc *sc;
sys/scsi/sd.c
839
struct sd_softc *sc;
sys/scsi/sd.c
88
int sdgetdisklabel(dev_t, struct sd_softc *, struct disklabel *, int);
sys/scsi/sd.c
91
int sd_read_cap_10(struct sd_softc *, int);
sys/scsi/sd.c
92
int sd_read_cap_16(struct sd_softc *, int);
sys/scsi/sd.c
93
int sd_read_cap(struct sd_softc *, int);
sys/scsi/sd.c
94
int sd_thin_pages(struct sd_softc *, int);
sys/scsi/sd.c
95
int sd_vpd_block_limits(struct sd_softc *, int);
sys/scsi/sd.c
96
int sd_vpd_thin(struct sd_softc *, int);
sys/scsi/sd.c
97
int sd_thin_params(struct sd_softc *, int);
sys/scsi/sd.c
98
int sd_get_parms(struct sd_softc *, int);
sys/scsi/sd.c
987
sd_ioctl_inquiry(struct sd_softc *sc, struct dk_inquiry *di)
sys/scsi/sd.c
99
int sd_flush(struct sd_softc *, int);