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

  /src/sys/arch/hp300/stand/common/
sd.c 78 static int sdgetinfo(struct sd_softc *);
139 sdgetinfo(struct sd_softc *ss) function in typeref:typename:int
158 printf("sdgetinfo: sdstrategy error %d\n", err);
219 if (sdgetinfo(ss) == 0)
sd.c 78 static int sdgetinfo(struct sd_softc *);
139 sdgetinfo(struct sd_softc *ss) function in typeref:typename:int
158 printf("sdgetinfo: sdstrategy error %d\n", err);
219 if (sdgetinfo(ss) == 0)
  /src/sys/arch/next68k/stand/boot/
sd.c 69 int sdgetinfo(struct sd_softc *ss);
115 sdgetinfo(struct sd_softc *ss) function in typeref:typename:int
145 DPRINTF(("sdgetinfo: sdstrategy error %d\n", error));
229 if ((error = sdgetinfo(ss)) != 0)
sd.c 69 int sdgetinfo(struct sd_softc *ss);
115 sdgetinfo(struct sd_softc *ss) function in typeref:typename:int
145 DPRINTF(("sdgetinfo: sdstrategy error %d\n", error));
229 if ((error = sdgetinfo(ss)) != 0)

Completed in 150 milliseconds