Searched refs:defcsw (Results 1 – 1 of 1) sorted by relevance
3110 const struct consw *defcsw = NULL; in unbind_con_driver() local3143 defcsw = con_back->con; in unbind_con_driver()3169 if (!con_is_bound(defcsw)) { in unbind_con_driver()3172 defcsw->con_startup(); in unbind_con_driver()3186 bind_con_driver(defcsw, first, last, deflt); in unbind_con_driver()3196 const struct consw *defcsw = NULL, *csw = NULL; in vt_bind() local3209 defcsw = con->con; in vt_bind()3214 if (!defcsw) in vt_bind()3221 if (con_driver_map[i] == defcsw) { in vt_bind()