Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dtem_impl.h218 tem_safe_callbacks_t *ts_callbacks; /* internal output functions */ member
/titanic_50/usr/src/uts/common/io/
H A Dtem_safe.c203 #define tem_safe_callback_display (*tems.ts_callbacks->tsc_display)
204 #define tem_safe_callback_copy (*tems.ts_callbacks->tsc_copy)
205 #define tem_safe_callback_cursor (*tems.ts_callbacks->tsc_cursor)
206 #define tem_safe_callback_cls (*tems.ts_callbacks->tsc_cls)
208 ASSERT(tems.ts_callbacks->tsc_bit2pix != NULL); \
209 (void) (*tems.ts_callbacks->tsc_bit2pix)((tem), (c), (fg), (bg));\
H A Dtem.c540 tems.ts_callbacks = &tem_safe_text_callbacks; in tems_setup_terminal()
559 tems.ts_callbacks = &tem_safe_pix_callbacks; in tems_setup_terminal()