Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/sys/sys/
H A Dtem_impl.h229 void (*tsc_bit2pix)(struct tem_vt_state *, term_char_t *); member
/illumos-gate/usr/src/uts/common/sys/
H A Dtem_impl.h256 void (*tsc_bit2pix)(struct tem_vt_state *, term_char_t *); member
/illumos-gate/usr/src/boot/common/
H A Dtem.c175 .tsc_bit2pix = NULL,
182 .tsc_bit2pix = &tem_pix_bit2pix,
190 #define tem_callback_bit2pix (*tems.ts_callbacks->tsc_bit2pix)
/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c191 ASSERT(tems.ts_callbacks->tsc_bit2pix != NULL); \
192 (void) (*tems.ts_callbacks->tsc_bit2pix)((tem), (c));\