Home
last modified time | relevance | path

Searched refs:gfxp_fb_softc_alloc (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_fb.c38 #pragma weak gfxp_vgatext_softc_alloc = gfxp_fb_softc_alloc
164 gfxp_fb_softc_alloc(void) in gfxp_fb_softc_alloc() function
/illumos-gate/usr/src/uts/common/sys/
H A Dgfx_private.h96 extern gfxp_fb_softc_ptr_t gfxp_fb_softc_alloc(void);
/illumos-gate/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c220 softc->gfxp_state = gfxp_fb_softc_alloc(); in vgatext_attach()