Symbol: uba_softc
sys/arch/vax/uba/qv.c
251
struct uba_softc *uh = device_private(parent);
sys/arch/vax/uba/qv.c
406
struct uba_softc *uh = device_private(parent);
sys/arch/vax/uba/uba_cmi.c
155
dw750_init(struct uba_softc *sc)
sys/arch/vax/uba/uba_cmi.c
163
dw750_purge(struct uba_softc sc, int bdp)
sys/arch/vax/uba/uba_cmi.c
96
static void dw750_init(struct uba_softc *);
sys/arch/vax/uba/uba_cmi.c
98
static void dw750_purge(struct uba_softc *, int);
sys/arch/vax/uba/uba_common.h
44
struct uba_softc uv_sc;/* Common vars from dev/qbus/ubavar.h */
sys/arch/vax/uba/uba_mainbus.c
185
qba_beforescan(struct uba_softc *sc)
sys/arch/vax/uba/uba_mainbus.c
193
qba_init(struct uba_softc *sc)
sys/arch/vax/uba/uba_mainbus.c
97
static void qba_beforescan(struct uba_softc*);
sys/arch/vax/uba/uba_mainbus.c
98
static void qba_init(struct uba_softc*);
sys/arch/vax/uba/uba_sbi.c
124
static void dw780_init(struct uba_softc*);
sys/arch/vax/uba/uba_sbi.c
125
static void dw780_beforescan(struct uba_softc *);
sys/arch/vax/uba/uba_sbi.c
126
static void dw780_afterscan(struct uba_softc *);
sys/arch/vax/uba/uba_sbi.c
127
static int dw780_errchk(struct uba_softc *);
sys/arch/vax/uba/uba_sbi.c
133
static void ubaerror(struct uba_softc *, int *, int *);
sys/arch/vax/uba/uba_sbi.c
135
static void dw780_purge(struct uba_softc *, int);
sys/arch/vax/uba/uba_sbi.c
221
dw780_beforescan(struct uba_softc *sc)
sys/arch/vax/uba/uba_sbi.c
231
dw780_afterscan(struct uba_softc *sc)
sys/arch/vax/uba/uba_sbi.c
242
dw780_errchk(struct uba_softc *sc)
sys/arch/vax/uba/uba_sbi.c
299
dw780_init(struct uba_softc *sc)
sys/arch/vax/uba/uba_sbi.c
311
dw780_purge(struct uba_softc *sc, int bdp)
sys/arch/vax/uba/uba_sbi.c
332
ubaerror(struct uba_softc *uh, int *ipl, int *uvec)
sys/arch/vax/uba/uba_ubi.c
156
dw730_init(struct uba_softc *sc)
sys/arch/vax/uba/uba_ubi.c
164
dw730_purge(struct uba_softc sc, int bdp)
sys/arch/vax/uba/uba_ubi.c
96
static void dw730_init(struct uba_softc*);
sys/arch/vax/uba/uba_ubi.c
98
static void dw730_purge(struct uba_softc *, int);
sys/dev/bi/uba_bi.c
134
struct uba_softc *sc = device_private(self);
sys/dev/bi/uba_bi.c
183
bua_init(struct uba_softc *sc)
sys/dev/bi/uba_bi.c
190
bua_purge(struct uba_softc *sc, int bdp)
sys/dev/bi/uba_bi.c
66
static void bua_init(struct uba_softc *);
sys/dev/bi/uba_bi.c
67
static void bua_purge(struct uba_softc *, int);
sys/dev/bi/uba_bi.c
94
CFATTACH_DECL_NEW(uba_bi, sizeof(struct uba_softc),
sys/dev/qbus/if_de.c
141
struct uba_softc *sc_uh; /* our parent */
sys/dev/qbus/if_qe.c
131
struct uba_softc *uh = device_private(parent);
sys/dev/qbus/if_qe.c
75
struct uba_softc *sc_uh; /* our parent */
sys/dev/qbus/if_qt.c
136
struct uba_softc *sc_uh;
sys/dev/qbus/if_qt.c
207
struct uba_softc *uh = device_private(parent);
sys/dev/qbus/if_uba.c
193
struct uba_softc *uh = ifu->iff_softc;
sys/dev/qbus/if_uba.c
216
struct uba_softc *uh = ifu->iff_softc;
sys/dev/qbus/if_uba.c
235
struct uba_softc *uh = ifu->iff_softc;
sys/dev/qbus/if_uba.c
74
if_ubaminit(struct ifubinfo *ifu, struct uba_softc *uh, int size,
sys/dev/qbus/if_uba.h
129
int if_ubaminit(struct ifubinfo *, struct uba_softc *, int,
sys/dev/qbus/if_uba.h
66
struct uba_softc *iff_softc; /* uba */
sys/dev/qbus/qd.c
1093
struct uba_softc *uh;
sys/dev/qbus/qd.c
1699
struct uba_softc *uh;
sys/dev/qbus/qd.c
561
struct uba_softc *uh = device_private(parent);
sys/dev/qbus/qd.c
800
struct uba_softc *sc;
sys/dev/qbus/qd.c
892
struct uba_softc *uh;
sys/dev/qbus/rlvar.h
37
struct uba_softc *sc_uh;
sys/dev/qbus/ts.c
118
struct uba_softc *sc_uh; /* the parent UBA */
sys/dev/qbus/uba.c
100
struct uba_softc *uh;
sys/dev/qbus/uba.c
117
uba_done(struct uba_softc *uh)
sys/dev/qbus/uba.c
137
struct uba_softc *uh = device_private(device_parent(dev));
sys/dev/qbus/uba.c
151
uballoc(struct uba_softc *uh, struct ubinfo *ui, int flags)
sys/dev/qbus/uba.c
174
ubmemalloc(struct uba_softc *uh, struct ubinfo *ui, int flags)
sys/dev/qbus/uba.c
195
ubfree(struct uba_softc *uh, struct ubinfo *ui)
sys/dev/qbus/uba.c
202
ubmemfree(struct uba_softc *uh, struct ubinfo *ui)
sys/dev/qbus/uba.c
215
ubareset(struct uba_softc *uh)
sys/dev/qbus/uba.c
240
uba_attach(struct uba_softc *sc, paddr_t iopagephys)
sys/dev/qbus/uba.c
281
struct uba_softc *sc = device_private(parent);
sys/dev/qbus/ubavar.h
162
void uba_attach(struct uba_softc *, unsigned long);
sys/dev/qbus/ubavar.h
164
void uba_done(struct uba_softc *);
sys/dev/qbus/ubavar.h
165
void ubareset(struct uba_softc *);
sys/dev/qbus/ubavar.h
166
int uballoc(struct uba_softc *, struct ubinfo *, int);
sys/dev/qbus/ubavar.h
167
int ubmemalloc(struct uba_softc *, struct ubinfo *, int);
sys/dev/qbus/ubavar.h
168
void ubfree(struct uba_softc *, struct ubinfo *);
sys/dev/qbus/ubavar.h
169
void ubmemfree(struct uba_softc *, struct ubinfo *);
sys/dev/qbus/ubavar.h
72
int (*uh_errchk)(struct uba_softc *);
sys/dev/qbus/ubavar.h
73
void (*uh_beforescan)(struct uba_softc *);
sys/dev/qbus/ubavar.h
74
void (*uh_afterscan)(struct uba_softc *);
sys/dev/qbus/ubavar.h
75
void (*uh_ubainit)(struct uba_softc *);
sys/dev/qbus/ubavar.h
76
void (*uh_ubapurge)(struct uba_softc *, int);
sys/dev/qbus/uda.c
147
struct uba_softc *uh = device_private(parent);
sys/dev/qbus/uda.c
95
struct uba_softc *sc_uh;