CONS_KBD
ASSERT(dev_type == CONS_KBD);
"kb", TR_CANNOT, sp->cons_input_type, CONS_KBD);
ASSERT((prop->cp_type == CONS_KBD) || (prop->cp_type == CONS_MS));
if (prop->cp_type == CONS_KBD) {
ASSERT((prop->cp_type == CONS_KBD) || (prop->cp_type == CONS_MS));
if (prop->cp_type == CONS_KBD)
if ((type == CONS_KBD) && (sp->cons_keyboard_problem)) {
return (kb_ms_config(minor_hdl, arg_hdl, CONS_KBD));
if (prop->cp_type == CONS_KBD)
if ((prop->cp_type != CONS_KBD) || (prop->cp_muxid == -1))