/src/sys/arch/bebox/stand/boot/ |
sdvar.h | 108 struct sd_softc; 124 struct sd_softc *sd; 127 struct sd_softc { struct 152 int scsi_inquire(struct sd_softc *, int, void *); 153 int scsi_mode_sense(struct sd_softc *, int, int, 155 int scsi_command(struct sd_softc *, void *, int, void *, int);
|
sd.c | 54 static uint64_t sd_read_capacity(struct sd_softc *, int *); 55 static int sd_get_simplifiedparms(struct sd_softc *); 56 static int sd_get_capacity(struct sd_softc *); 57 static int sd_get_parms_page4(struct sd_softc *, struct disk_parms *); 58 static int sd_get_parms_page5(struct sd_softc *, struct disk_parms *); 59 static int sd_get_parms(struct sd_softc *); 60 static void sdgetdefaultlabel(struct sd_softc *, struct disklabel *); 61 static int sdgetdisklabel(struct sd_softc *); 89 sd_read_capacity(struct sd_softc *sd, int *blksize) 143 sd_get_simplifiedparms(struct sd_softc *sd [all...] |
siop.c | 1087 scsi_inquire(struct sd_softc *sd, int buflen, void *buf) 1111 scsi_mode_sense(struct sd_softc *sd, int byte2, int page, 1126 scsi_command(struct sd_softc *sd, void *cmd, int cmdlen, void *data,
|
/src/sys/arch/prep/stand/boot/ |
sdvar.h | 108 struct sd_softc; 124 struct sd_softc *sd; 127 struct sd_softc { struct 152 int scsi_inquire(struct sd_softc *, int, void *); 153 int scsi_mode_sense(struct sd_softc *, int, int, 155 int scsi_command(struct sd_softc *, void *, int, void *, int);
|
sd.c | 54 static uint64_t sd_read_capacity(struct sd_softc *, int *); 55 static int sd_get_simplifiedparms(struct sd_softc *); 56 static int sd_get_capacity(struct sd_softc *); 57 static int sd_get_parms_page4(struct sd_softc *, struct disk_parms *); 58 static int sd_get_parms_page5(struct sd_softc *, struct disk_parms *); 59 static int sd_get_parms(struct sd_softc *); 60 static void sdgetdefaultlabel(struct sd_softc *, struct disklabel *); 61 static int sdgetdisklabel(struct sd_softc *); 89 sd_read_capacity(struct sd_softc *sd, int *blksize) 143 sd_get_simplifiedparms(struct sd_softc *sd [all...] |
siop.c | 1049 scsi_inquire(struct sd_softc *sd, int buflen, void *buf) 1073 scsi_mode_sense(struct sd_softc *sd, int byte2, int page, 1088 scsi_command(struct sd_softc *sd, void *cmd, int cmdlen, void *data,
|
/src/sys/arch/x68k/stand/libsa/ |
libx68k.h | 52 struct sd_softc;
|
/src/sys/arch/hp300/stand/common/ |
sd.c | 62 struct sd_softc { struct 78 static int sdgetinfo(struct sd_softc *); 81 struct sd_softc sd_softc[NSCSI][NSD]; variable in typeref:struct:sd_softc[][] 86 struct sd_softc *ss = &sd_softc[ctlr][unit]; 139 sdgetinfo(struct sd_softc *ss) 194 struct sd_softc *ss; 212 ss = &sd_softc[ctlr][unit]; 232 struct sd_softc *ss = f->f_devdata [all...] |
/src/sys/arch/luna68k/stand/boot/ |
sd.c | 87 struct sd_softc { struct 99 static int sdident(struct sd_softc *); 100 static struct sd_softc *sdinit(uint); 103 sdident(struct sd_softc *sc) 126 static struct sd_softc * 129 struct sd_softc *sc; 178 struct sd_softc *sc; 204 struct sd_softc *sc = f->f_devdata; 226 struct sd_softc *sc;
|
/src/sys/dev/scsipi/ |
sdvar.h | 78 struct sd_softc { struct
|
sd.c | 111 static int sd_mode_sense(struct sd_softc *, u_int8_t, void *, size_t, int, 113 static int sd_mode_select(struct sd_softc *, u_int8_t, void *, size_t, 116 static u_int64_t sd_read_capacity(struct sd_softc *, int *, int flags); 117 static int sd_get_simplifiedparms(struct sd_softc *, struct disk_parms *, 119 static int sd_get_capacity(struct sd_softc *, struct disk_parms *, int); 120 static int sd_get_parms(struct sd_softc *, struct disk_parms *, int); 121 static int sd_get_parms_page4(struct sd_softc *, struct disk_parms *, 123 static int sd_get_parms_page5(struct sd_softc *, struct disk_parms *, 126 static int sd_flush(struct sd_softc *, int); 127 static int sd_getcache(struct sd_softc *, int *) [all...] |
/src/sys/arch/next68k/stand/boot/ |
sd.c | 57 struct sd_softc { struct 69 int sdgetinfo(struct sd_softc *ss); 115 sdgetinfo(struct sd_softc *ss) 191 register struct sd_softc *ss; 224 ss = alloc(sizeof(struct sd_softc)); 243 register struct sd_softc *ss = f->f_devdata; 245 dealloc(ss, sizeof(struct sd_softc)); 253 struct sd_softc *ss = devdata;
|
/src/sys/arch/sparc/dev/ |
tctrl.c | 1453 struct sd_softc *sd;
|