Lines Matching refs:uba_softc
40 * Each uba has a uba_softc structure.
66 struct uba_softc {
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 *);
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 *);