fdgetdisklabel
void fdgetdisklabel(struct fd_softc *);
int fdgetdisklabel(struct fd_softc *, dev_t);
if ((error = fdgetdisklabel(sc, dev)) != 0)
static int fdgetdisklabel(struct fd_softc *, dev_t);
fdgetdisklabel(sc, dev);
fdgetdisklabel(fd, dev);
static void fdgetdisklabel(struct fd_softc *, dev_t);
fdgetdisklabel(fd, dev);
fdgetdisklabel(dev);
void fdgetdisklabel(dev_t);
fdgetdisklabel(dev);
void fdgetdisklabel(dev_t);
static void fdgetdisklabel(dev_t);
fdgetdisklabel(dev);
static int fdgetdisklabel(struct fd_softc *, dev_t);
fdgetdisklabel(fd, dev);
void fdgetdisklabel(struct fd_softc *);