Lines Matching refs:deflt
3599 int deflt) in do_bind_con_driver() argument
3630 if (deflt) { in do_bind_con_driver()
3676 if (!deflt) in do_bind_con_driver()
3701 int do_unbind_con_driver(const struct consw *csw, int first, int last, int deflt) in do_unbind_con_driver() argument
3772 do_bind_con_driver(defcsw, first, last, deflt); in do_unbind_con_driver()
3783 int i, more = 1, first = -1, last = -1, deflt = 0; in vt_bind() local
3816 deflt = 1; in vt_bind()
3819 do_bind_con_driver(csw, first, last, deflt); in vt_bind()
3823 deflt = 0; in vt_bind()
3833 int i, more = 1, first = -1, last = -1, deflt = 0; in vt_unbind() local
3855 deflt = 1; in vt_unbind()
3858 ret = do_unbind_con_driver(csw, first, last, deflt); in vt_unbind()
3865 deflt = 0; in vt_unbind()
4229 int do_take_over_console(const struct consw *csw, int first, int last, int deflt) in do_take_over_console() argument
4242 do_bind_con_driver(csw, first, last, deflt); in do_take_over_console()