Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dconsdev.h75 #define CONS_KFB 1 macro
/titanic_50/usr/src/uts/common/io/
H A Dwscons.c693 ASSERT(consmode == CONS_KFB); in wc_getterm()
763 if (consmode == CONS_KFB) in wcioctl()
1157 if (consmode == CONS_KFB) { in wcstart()
1362 if (consmode == CONS_KFB && vt_check_hotkeys(mp)) { in wclrput()
1500 ASSERT(consmode == CONS_KFB); in wc_cons_wrtvec()
H A Dvcons.c202 if (consmode != CONS_KFB) in vt_config()
365 if (minor == 0 || consmode == CONS_KFB) { in vt_open()
885 if (consmode != CONS_KFB && iocp->ioc_cmd != VT_ENABLED) { in vt_ioctl()
H A Dconsconfig_dacf.c934 consmode = CONS_KFB; in cons_build_upper_layer()