Searched refs:screen_softc_t (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dscreen_switch.h91 /* Forward declaration of screen_softc_t */
92 typedef struct screen_softc *screen_softc_t; typedef in typeref:struct:screen_softc
96 int (*graphic_close)(screen_softc_t); /* .. or closes */
97 int (*set_status)(screen_softc_t,
101 int (*get_status)(screen_softc_t,
105 int (*char_paint)(screen_softc_t,
112 int (*insert_line)(screen_softc_t,
114 int (*remove_line)(screen_softc_t,
116 int (*clear_bitmap)(screen_softc_t); /* blank screen */
123 int (*map_page)(screen_softc_t,
[all...]

Completed in 24 milliseconds