Searched refs:defcsw (Results 1 – 1 of 1) sorted by relevance
3872 const struct consw *defcsw = NULL; in do_unbind_con_driver() 3902 defcsw = con_back->con; in do_unbind_con_driver() 3924 if (!con_is_bound(defcsw)) { in do_unbind_con_driver() 3927 defcsw->con_startup(); in do_unbind_con_driver() 3940 do_bind_con_driver(defcsw, first, last, deflt); in do_unbind_con_driver() 3950 const struct consw *defcsw = NULL, *csw = NULL; in vt_bind() 3962 defcsw = con->con; in vt_bind() 3967 if (!defcsw) in vt_bind() 3974 if (con_driver_map[i] == defcsw) { in vt_bind() 3874 const struct consw *defcsw = NULL; do_unbind_con_driver() local 3952 const struct consw *defcsw = NULL, *csw = NULL; vt_bind() local