Home | History | Annotate | Download | only in isa

Lines Matching defs:wtwait

186 static int	wtwait(struct wt_softc *sc, int catch, const char *msg);
387 if ((error = wtwait(sc, PCATCH, "wtrew")) != 0)
471 wtwait(sc, 0, "wtrfm");
524 if ((error = wtwait(sc, PCATCH, "wterase")) != 0)
528 if ((error = wtwait(sc, PCATCH, "wtretens")) != 0)
574 if ((error = wtwait(sc, PCATCH, "wtorew")) != 0)
581 if ((error = wtwait(sc, PCATCH, "wtorfm")) != 0)
590 if ((error = wtwait(sc, PCATCH, "wtowfm")) != 0)
665 wtwait(sc, 0, (bp->b_flags & B_READ) ? "wtread" : "wtwrite");
843 return wtwait(sc, 0, "wtwfm");
921 wtwait(struct wt_softc *sc, int catch, const char *msg)
925 WTDBPRINT(("wtwait() `%s'\n", msg));