Searched refs:defcsw (Results 1 – 1 of 1) sorted by relevance
3574 const struct consw *defcsw = NULL; in do_unbind_con_driver() local3604 defcsw = con_back->con; in do_unbind_con_driver()3626 if (!con_is_bound(defcsw)) { in do_unbind_con_driver()3629 defcsw->con_startup(); in do_unbind_con_driver()3642 do_bind_con_driver(defcsw, first, last, deflt); in do_unbind_con_driver()3652 const struct consw *defcsw = NULL, *csw = NULL; in vt_bind() local3664 defcsw = con->con; in vt_bind()3669 if (!defcsw) in vt_bind()3676 if (con_driver_map[i] == defcsw) { in vt_bind()