Home
last modified time | relevance | path

Searched refs:gfxp_vgatext_softc_ptr_t (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/i86pc/io/gfx_private/
H A Dgfx_private.h79 typedef char *gfxp_vgatext_softc_ptr_t; typedef
81 extern gfxp_vgatext_softc_ptr_t gfxp_vgatext_softc_alloc(void);
82 extern void gfxp_vgatext_softc_free(gfxp_vgatext_softc_ptr_t ptr);
84 gfxp_vgatext_softc_ptr_t ptr);
86 gfxp_vgatext_softc_ptr_t ptr);
88 gfxp_vgatext_softc_ptr_t ptr);
90 gfxp_vgatext_softc_ptr_t ptr);
92 cred_t *cred, int *rval, gfxp_vgatext_softc_ptr_t ptr);
H A Dgfxp_vgatext.c160 gfxp_vgatext_softc_ptr_t ptr);
203 gfxp_vgatext_softc_ptr_t
210 gfxp_vgatext_softc_free(gfxp_vgatext_softc_ptr_t ptr) in gfxp_vgatext_softc_free()
324 gfxp_vgatext_softc_ptr_t ptr) in gfxp_vgatext_attach()
490 gfxp_vgatext_softc_ptr_t ptr) in gfxp_vgatext_detach()
519 gfxp_vgatext_softc_ptr_t ptr) in gfxp_vgatext_open()
532 gfxp_vgatext_softc_ptr_t ptr) in gfxp_vgatext_close()
649 gfxp_vgatext_softc_ptr_t ptr) in gfxp_vgatext_ioctl()
/titanic_50/usr/src/uts/common/io/drm/
H A Ddrm_sunmod.h136 gfxp_vgatext_softc_ptr_t mis_gfxp; /* gfx softstate */
H A Ddrm_sunmod.c143 gfxp_vgatext_softc_ptr_t gfxp; in drm_supp_register()