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
1935
const struct sd_softc *sd;
sys/dev/ic/nvme.c
1940
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
101
int sd_ioctl_inquiry(struct sd_softc *, struct dk_inquiry *);
sys/scsi/sd.c
1011
sd_ioctl_cache(struct sd_softc *sc, long cmd, struct dk_cache *dkc)
sys/scsi/sd.c
102
int sd_ioctl_cache(struct sd_softc *, long, struct dk_cache *);
sys/scsi/sd.c
1092
sdgetdisklabel(dev_t dev, struct sd_softc *sc, struct disklabel *lp,
sys/scsi/sd.c
112
sizeof(struct sd_softc), sdmatch, sdattach,
sys/scsi/sd.c
1220
struct sd_softc *sc;
sys/scsi/sd.c
1270
struct sd_softc *sc;
sys/scsi/sd.c
135
#define sdlookup(unit) (struct sd_softc *)disk_lookup(&sd_cd, (unit))
sys/scsi/sd.c
1386
sd_read_cap_10(struct sd_softc *sc, int flags)
sys/scsi/sd.c
1418
sd_read_cap_16(struct sd_softc *sc, int flags)
sys/scsi/sd.c
1453
sd_read_cap(struct sd_softc *sc, int flags)
sys/scsi/sd.c
1480
sd_thin_pages(struct sd_softc *sc, int flags)
sys/scsi/sd.c
1542
sd_vpd_block_limits(struct sd_softc *sc, int flags)
sys/scsi/sd.c
1573
sd_vpd_thin(struct sd_softc *sc, int flags)
sys/scsi/sd.c
158
struct sd_softc *sc = (struct sd_softc *)self;
sys/scsi/sd.c
1608
sd_thin_params(struct sd_softc *sc, int flags)
sys/scsi/sd.c
1635
sd_get_parms(struct sd_softc *sc, int flags)
sys/scsi/sd.c
1845
sd_flush(struct sd_softc *sc, int flags)
sys/scsi/sd.c
246
struct sd_softc *sc = (struct sd_softc *)self;
sys/scsi/sd.c
290
struct sd_softc *sc = (struct sd_softc *)self;
sys/scsi/sd.c
310
struct sd_softc *sc;
sys/scsi/sd.c
464
struct sd_softc *sc;
sys/scsi/sd.c
527
struct sd_softc *sc;
sys/scsi/sd.c
650
struct sd_softc *sc = link->device_softc;
sys/scsi/sd.c
714
struct sd_softc *sc = xs->sc_link->device_softc;
sys/scsi/sd.c
778
struct sd_softc *sc;
sys/scsi/sd.c
837
struct sd_softc *sc;
sys/scsi/sd.c
86
int sdgetdisklabel(dev_t, struct sd_softc *, struct disklabel *, int);
sys/scsi/sd.c
89
int sd_read_cap_10(struct sd_softc *, int);
sys/scsi/sd.c
90
int sd_read_cap_16(struct sd_softc *, int);
sys/scsi/sd.c
91
int sd_read_cap(struct sd_softc *, int);
sys/scsi/sd.c
92
int sd_thin_pages(struct sd_softc *, int);
sys/scsi/sd.c
93
int sd_vpd_block_limits(struct sd_softc *, int);
sys/scsi/sd.c
94
int sd_vpd_thin(struct sd_softc *, int);
sys/scsi/sd.c
95
int sd_thin_params(struct sd_softc *, int);
sys/scsi/sd.c
96
int sd_get_parms(struct sd_softc *, int);
sys/scsi/sd.c
97
int sd_flush(struct sd_softc *, int);
sys/scsi/sd.c
979
sd_ioctl_inquiry(struct sd_softc *sc, struct dk_inquiry *di)