Searched refs:defcsw (Results 1 – 1 of 1) sorted by relevance
3181 const struct consw *defcsw = NULL; in do_unbind_con_driver() local3212 defcsw = con_back->con; in do_unbind_con_driver()3234 if (!con_is_bound(defcsw)) { in do_unbind_con_driver()3237 defcsw->con_startup(); in do_unbind_con_driver()3250 do_bind_con_driver(defcsw, first, last, deflt); in do_unbind_con_driver()3260 const struct consw *defcsw = NULL, *csw = NULL; in vt_bind() local3273 defcsw = con->con; in vt_bind()3278 if (!defcsw) in vt_bind()3285 if (con_driver_map[i] == defcsw) { in vt_bind()