OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uba_softc
(Results
1 - 18
of
18
) sorted by relevancy
/src/sys/dev/qbus/
ubavar.h
40
* Each uba has a
uba_softc
structure.
66
struct
uba_softc
{
struct
72
int (*uh_errchk)(struct
uba_softc
*);
73
void (*uh_beforescan)(struct
uba_softc
*);
74
void (*uh_afterscan)(struct
uba_softc
*);
75
void (*uh_ubainit)(struct
uba_softc
*);
76
void (*uh_ubapurge)(struct
uba_softc
*, int);
162
void uba_attach(struct
uba_softc
*, unsigned long);
164
void uba_done(struct
uba_softc
*);
165
void ubareset(struct
uba_softc
*);
[
all
...]
rlvar.h
37
struct
uba_softc
*sc_uh;
uba.c
100
struct
uba_softc
*uh;
117
uba_done(struct
uba_softc
*uh)
137
struct
uba_softc
*uh = device_private(device_parent(dev));
151
uballoc(struct
uba_softc
*uh, struct ubinfo *ui, int flags)
174
ubmemalloc(struct
uba_softc
*uh, struct ubinfo *ui, int flags)
195
ubfree(struct
uba_softc
*uh, struct ubinfo *ui)
202
ubmemfree(struct
uba_softc
*uh, struct ubinfo *ui)
215
ubareset(struct
uba_softc
*uh)
240
uba_attach(struct
uba_softc
*sc, paddr_t iopagephys)
281
struct
uba_softc
*sc = device_private(parent)
[
all
...]
if_uba.h
66
struct
uba_softc
*iff_softc; /* uba */
129
int if_ubaminit(struct ifubinfo *, struct
uba_softc
*, int,
if_uba.c
74
if_ubaminit(struct ifubinfo *ifu, struct
uba_softc
*uh, int size,
193
struct
uba_softc
*uh = ifu->iff_softc;
216
struct
uba_softc
*uh = ifu->iff_softc;
235
struct
uba_softc
*uh = ifu->iff_softc;
uda.c
95
struct
uba_softc
*sc_uh;
147
struct
uba_softc
*uh = device_private(parent);
if_qt.c
136
struct
uba_softc
*sc_uh;
207
struct
uba_softc
*uh = device_private(parent);
if_qe.c
75
struct
uba_softc
*sc_uh; /* our parent */
131
struct
uba_softc
*uh = device_private(parent);
if_de.c
141
struct
uba_softc
*sc_uh; /* our parent */
qd.c
561
struct
uba_softc
*uh = device_private(parent);
800
struct
uba_softc
*sc;
892
struct
uba_softc
*uh;
1093
struct
uba_softc
*uh;
1699
struct
uba_softc
*uh;
ts.c
118
struct
uba_softc
*sc_uh; /* the parent UBA */
/src/sys/arch/vax/uba/
uba_common.h
44
struct
uba_softc
uv_sc;/* Common vars from dev/qbus/ubavar.h */
uba_ubi.c
96
static void dw730_init(struct
uba_softc
*);
98
static void dw730_purge(struct
uba_softc
*, int);
156
dw730_init(struct
uba_softc
*sc)
164
dw730_purge(struct
uba_softc
sc, int bdp)
uba_sbi.c
124
static void dw780_init(struct
uba_softc
*);
125
static void dw780_beforescan(struct
uba_softc
*);
126
static void dw780_afterscan(struct
uba_softc
*);
127
static int dw780_errchk(struct
uba_softc
*);
133
static void ubaerror(struct
uba_softc
*, int *, int *);
135
static void dw780_purge(struct
uba_softc
*, int);
221
dw780_beforescan(struct
uba_softc
*sc)
231
dw780_afterscan(struct
uba_softc
*sc)
242
dw780_errchk(struct
uba_softc
*sc)
299
dw780_init(struct
uba_softc
*sc
[
all
...]
uba_cmi.c
96
static void dw750_init(struct
uba_softc
*);
98
static void dw750_purge(struct
uba_softc
*, int);
155
dw750_init(struct
uba_softc
*sc)
163
dw750_purge(struct
uba_softc
sc, int bdp)
uba_mainbus.c
97
static void qba_beforescan(struct
uba_softc
*);
98
static void qba_init(struct
uba_softc
*);
185
qba_beforescan(struct
uba_softc
*sc)
193
qba_init(struct
uba_softc
*sc)
qv.c
251
struct
uba_softc
*uh = device_private(parent);
406
struct
uba_softc
*uh = device_private(parent);
/src/sys/dev/bi/
uba_bi.c
66
static void bua_init(struct
uba_softc
*);
67
static void bua_purge(struct
uba_softc
*, int);
94
CFATTACH_DECL_NEW(uba_bi, sizeof(struct
uba_softc
),
134
struct
uba_softc
*sc = device_private(self);
183
bua_init(struct
uba_softc
*sc)
190
bua_purge(struct
uba_softc
*sc, int bdp)
Completed in 23 milliseconds
Indexes created Sat Oct 11 19:10:01 GMT 2025