Searched refs:defcsw (Results 1 – 1 of 1) sorted by relevance
4095 const struct consw *defcsw = NULL; in do_unbind_con_driver() local4125 defcsw = con_back->con; in do_unbind_con_driver()4147 if (!con_is_bound(defcsw)) { in do_unbind_con_driver()4150 defcsw->con_startup(); in do_unbind_con_driver()4163 do_bind_con_driver(defcsw, first, last, deflt); in do_unbind_con_driver()4173 const struct consw *defcsw = NULL, *csw = NULL; in vt_bind() local4185 defcsw = con->con; in vt_bind()4190 if (!defcsw) in vt_bind()4197 if (con_driver_map[i] == defcsw) { in vt_bind()