uba_softc
struct uba_softc *uh = device_private(parent);
struct uba_softc *uh = device_private(parent);
dw750_init(struct uba_softc *sc)
dw750_purge(struct uba_softc sc, int bdp)
static void dw750_init(struct uba_softc *);
static void dw750_purge(struct uba_softc *, int);
struct uba_softc uv_sc;/* Common vars from dev/qbus/ubavar.h */
qba_beforescan(struct uba_softc *sc)
qba_init(struct uba_softc *sc)
static void qba_beforescan(struct uba_softc*);
static void qba_init(struct uba_softc*);
static void dw780_init(struct uba_softc*);
static void dw780_beforescan(struct uba_softc *);
static void dw780_afterscan(struct uba_softc *);
static int dw780_errchk(struct uba_softc *);
static void ubaerror(struct uba_softc *, int *, int *);
static void dw780_purge(struct uba_softc *, int);
dw780_beforescan(struct uba_softc *sc)
dw780_afterscan(struct uba_softc *sc)
dw780_errchk(struct uba_softc *sc)
dw780_init(struct uba_softc *sc)
dw780_purge(struct uba_softc *sc, int bdp)
ubaerror(struct uba_softc *uh, int *ipl, int *uvec)
dw730_init(struct uba_softc *sc)
dw730_purge(struct uba_softc sc, int bdp)
static void dw730_init(struct uba_softc*);
static void dw730_purge(struct uba_softc *, int);
struct uba_softc *sc = device_private(self);
bua_init(struct uba_softc *sc)
bua_purge(struct uba_softc *sc, int bdp)
static void bua_init(struct uba_softc *);
static void bua_purge(struct uba_softc *, int);
CFATTACH_DECL_NEW(uba_bi, sizeof(struct uba_softc),
struct uba_softc *sc_uh; /* our parent */
struct uba_softc *uh = device_private(parent);
struct uba_softc *sc_uh; /* our parent */
struct uba_softc *sc_uh;
struct uba_softc *uh = device_private(parent);
struct uba_softc *uh = ifu->iff_softc;
struct uba_softc *uh = ifu->iff_softc;
struct uba_softc *uh = ifu->iff_softc;
if_ubaminit(struct ifubinfo *ifu, struct uba_softc *uh, int size,
int if_ubaminit(struct ifubinfo *, struct uba_softc *, int,
struct uba_softc *iff_softc; /* uba */
struct uba_softc *uh;
struct uba_softc *uh;
struct uba_softc *uh = device_private(parent);
struct uba_softc *sc;
struct uba_softc *uh;
struct uba_softc *sc_uh;
struct uba_softc *sc_uh; /* the parent UBA */
struct uba_softc *uh;
uba_done(struct uba_softc *uh)
struct uba_softc *uh = device_private(device_parent(dev));
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)
ubareset(struct uba_softc *uh)
uba_attach(struct uba_softc *sc, paddr_t iopagephys)
struct uba_softc *sc = device_private(parent);
void uba_attach(struct uba_softc *, unsigned long);
void uba_done(struct uba_softc *);
void ubareset(struct uba_softc *);
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 *);
int (*uh_errchk)(struct uba_softc *);
void (*uh_beforescan)(struct uba_softc *);
void (*uh_afterscan)(struct uba_softc *);
void (*uh_ubainit)(struct uba_softc *);
void (*uh_ubapurge)(struct uba_softc *, int);
struct uba_softc *uh = device_private(parent);
struct uba_softc *sc_uh;