HomeSort by: relevance | last modified time | path
    Searched refs:macfb_softc (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/mac68k/dev/
macfbvar.h 62 struct macfb_softc { struct
grfvar.h 83 struct macfb_softc *mfb_sc;
152 void grf_attach(struct macfb_softc *, int);
grf_compat.c 84 int grfmap(dev_t, struct macfb_softc *, void **, struct proc *);
85 int grfunmap(dev_t, struct macfb_softc *, void *, struct proc *);
160 * device, the only bit of information we really need is the macfb_softc.
163 grf_attach(struct macfb_softc *sc, int unit)
312 grfmap(dev_t dev, struct macfb_softc *sc, void **addrp, struct proc *p)
327 grfunmap(dev_t dev, struct macfb_softc *sc, void *addr, struct proc *p)
macfb.c 63 CFATTACH_DECL_NEW(macfb, sizeof(struct macfb_softc),
195 struct macfb_softc *sc;
245 struct macfb_softc *sc = v;
281 struct macfb_softc *sc = v;
298 struct macfb_softc *sc = v;
316 struct macfb_softc *sc = v;

Completed in 37 milliseconds