HomeSort by: relevance | last modified time | path
    Searched refs:ubmemalloc (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/qbus/
ubavar.h 167 int ubmemalloc(struct uba_softc *, struct ubinfo *, int);
uba.c 174 ubmemalloc(struct uba_softc *uh, struct ubinfo *ui, int flags) function in typeref:typename:int
if_de.c 234 if ((error = ubmemalloc(sc->sc_uh, &sc->sc_ui, 0)))
235 return printf(": failed ubmemalloc(), error = %d\n", error);
326 if ((error = ubmemalloc(sc->sc_uh, &sc->sc_ui, 0))) {
327 aprint_error(": unable to ubmemalloc(), error = %d\n",
if_qt.c 218 if (ubmemalloc(uh, &ui, 0))
421 if ((error = ubmemalloc(sc->sc_uh, &sc->sc_ui, 0))) {
422 printf(": failed ubmemalloc(), error = %d\n", error);
uda.c 229 if ((error = ubmemalloc(sc->sc_uh, &sc->sc_ui, UBA_CANTWAIT)))
230 return printf("ubmemalloc failed: %d\n", error);
ts.c 327 if (ubmemalloc(sc->sc_uh, &sc->sc_ui, UBA_CANTWAIT))
if_qe.c 226 if ((error = ubmemalloc(sc->sc_uh, &sc->sc_ui, 0))) {
227 aprint_error(": unable to ubmemalloc(), error = %d\n", error);

Completed in 40 milliseconds