Home | History | Annotate | Download | only in boot

Lines Matching refs:sd_softc

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)
206 sd_get_capacity(struct sd_softc *sd)
276 sd_get_parms_page4(struct sd_softc *sd, struct disk_parms *dp)
346 sd_get_parms_page5(struct sd_softc *sd, struct disk_parms *dp)
410 sd_get_parms(struct sd_softc *sd)
464 sdgetdefaultlabel(struct sd_softc *sd, struct disklabel *lp)
497 sdgetdisklabel(struct sd_softc *sd)
569 struct sd_softc *sd;
585 sd = alloc(sizeof(struct sd_softc));
589 memset(sd, 0, sizeof(struct sd_softc));
668 struct sd_softc *sd;