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

  /src/sys/dev/qbus/
ubavar.h 144 struct ubinfo { struct
166 int uballoc(struct uba_softc *, struct ubinfo *, int);
167 int ubmemalloc(struct uba_softc *, struct ubinfo *, int);
168 void ubfree(struct uba_softc *, struct ubinfo *);
169 void ubmemfree(struct uba_softc *, struct ubinfo *);
if_dmc.c 112 int ubinfo; /* from uballoc */ member in struct:dmcbufs
141 struct ubinfo sc_ui; /* UBA mapping info for base table */
361 rp->ubinfo = ifrw->ifrw_info;
369 rp->ubinfo = ifxp->ifw_info;
409 dmcload(sc, DMC_READ, rp->ubinfo,
410 (((rp->ubinfo>>2)&DMC_XMEM) | rp->cc));
453 dmcload(sc, DMC_WRITE, rp->ubinfo,
454 rp->cc | ((rp->ubinfo>>2)&DMC_XMEM));
587 if(rp->ubinfo == pkaddr)
645 rp->ubinfo = ifrw->ifrw_info
    [all...]

Completed in 12 milliseconds