ubinfo
struct ubinfo sc_ui;
int ubinfo; /* from uballoc */
struct ubinfo sc_ui; /* UBA mapping info for base table */
rp->ubinfo = ifrw->ifrw_info;
rp->ubinfo = ifxp->ifw_info;
dmcload(sc, DMC_READ, rp->ubinfo,
(((rp->ubinfo>>2)&DMC_XMEM) | rp->cc));
dmcload(sc, DMC_WRITE, rp->ubinfo,
rp->cc | ((rp->ubinfo>>2)&DMC_XMEM));
if(rp->ubinfo == pkaddr)
rp->ubinfo = ifrw->ifrw_info;
dmcload(sc, DMC_READ, rp->ubinfo,
((rp->ubinfo >> 2) & DMC_XMEM) | rp->cc);
if(rp->ubinfo == pkaddr)
struct ubinfo sc_ui;
struct ubinfo ui;
struct ubinfo sc_ui;
struct ubinfo sc_ui; /* control block address desc */
struct ubinfo ui;
struct ubinfo sc_ui; /* mapping info for struct ts */
uballoc(struct uba_softc *uh, struct ubinfo *ui, int flags)
ubmemalloc(struct uba_softc *uh, struct ubinfo *ui, int flags)
ubfree(struct uba_softc *uh, struct ubinfo *ui)
ubmemfree(struct uba_softc *uh, struct ubinfo *ui)
int uballoc(struct uba_softc *, struct ubinfo *, int);
int ubmemalloc(struct uba_softc *, struct ubinfo *, int);
void ubfree(struct uba_softc *, struct ubinfo *);
void ubmemfree(struct uba_softc *, struct ubinfo *);
struct ubinfo sc_ui;