Home
last modified time | relevance | path

Searched refs:CALLED_FROM_NORMAL (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/
H A Dtem.c201 tem_safe_check_first_time(tem, credp, CALLED_FROM_NORMAL); in tem_write()
202 tem_safe_terminal_emulate(tem, buf, len, credp, CALLED_FROM_NORMAL); in tem_write()
242 tem_safe_reset_display(ptem, credp, CALLED_FROM_NORMAL, in tem_internal_init()
350 tem_safe_blank_screen(tem, credp, CALLED_FROM_NORMAL); in tem_destroy()
480 tems_reset_colormap(credp, CALLED_FROM_NORMAL); in tem_info_init()
490 tem_pix_align(p, credp, CALLED_FROM_NORMAL); in tem_info_init()
963 tem_safe_unblank_screen(tem, credp, CALLED_FROM_NORMAL); in tem_set_fbmode()
984 tem_safe_unblank_screen(tem, credp, CALLED_FROM_NORMAL); in tem_activate()
1010 tem_safe_unblank_screen(tobe, credp, CALLED_FROM_NORMAL); in tem_switch()
/titanic_50/usr/src/uts/common/sys/
H A Dtem_impl.h116 enum called_from { CALLED_FROM_NORMAL, CALLED_FROM_STANDALONE }; enumerator