Lines Matching refs:deflt
3108 int deflt) in do_bind_con_driver() argument
3139 if (deflt) { in do_bind_con_driver()
3185 if (!deflt) in do_bind_con_driver()
3210 int do_unbind_con_driver(const struct consw *csw, int first, int last, int deflt) in do_unbind_con_driver() argument
3281 do_bind_con_driver(defcsw, first, last, deflt); in do_unbind_con_driver()
3292 int i, more = 1, first = -1, last = -1, deflt = 0; in vt_bind() local
3325 deflt = 1; in vt_bind()
3328 do_bind_con_driver(csw, first, last, deflt); in vt_bind()
3332 deflt = 0; in vt_bind()
3342 int i, more = 1, first = -1, last = -1, deflt = 0; in vt_unbind() local
3364 deflt = 1; in vt_unbind()
3367 ret = do_unbind_con_driver(csw, first, last, deflt); in vt_unbind()
3374 deflt = 0; in vt_unbind()
3721 int do_take_over_console(const struct consw *csw, int first, int last, int deflt) in do_take_over_console() argument
3734 do_bind_con_driver(csw, first, last, deflt); in do_take_over_console()