HomeSort by: relevance | last modified time | path
    Searched defs:wdgetdisklabel (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/mmeye/stand/boot/
wd.c 43 static int wdgetdisklabel(struct wd_softc *wd);
156 wdgetdisklabel(struct wd_softc *wd) function in typeref:typename:int
224 if ((error = wdgetdisklabel(wd)) != 0)
  /src/sys/arch/bebox/stand/boot/
wd.c 51 static int wdgetdisklabel(struct wd_softc *wd);
164 wdgetdisklabel(struct wd_softc *wd) function in typeref:typename:int
263 if ((error = wdgetdisklabel(wd)) != 0)
  /src/sys/arch/cobalt/stand/boot/
wd.c 45 static int wdgetdisklabel(struct wd_softc *wd);
152 wdgetdisklabel(struct wd_softc *wd) function in typeref:typename:int
248 if ((error = wdgetdisklabel(wd)) != 0)

Completed in 34 milliseconds