Lines Matching refs:deflt
3916 int deflt) in do_bind_con_driver() argument
3947 if (deflt) { in do_bind_con_driver()
3993 if (!deflt) in do_bind_con_driver()
4018 int do_unbind_con_driver(const struct consw *csw, int first, int last, int deflt) in do_unbind_con_driver() argument
4089 do_bind_con_driver(defcsw, first, last, deflt); in do_unbind_con_driver()
4100 int i, more = 1, first = -1, last = -1, deflt = 0; in vt_bind() local
4133 deflt = 1; in vt_bind()
4136 do_bind_con_driver(csw, first, last, deflt); in vt_bind()
4140 deflt = 0; in vt_bind()
4150 int i, more = 1, first = -1, last = -1, deflt = 0; in vt_unbind() local
4172 deflt = 1; in vt_unbind()
4175 ret = do_unbind_con_driver(csw, first, last, deflt); in vt_unbind()
4182 deflt = 0; in vt_unbind()
4507 int do_take_over_console(const struct consw *csw, int first, int last, int deflt) in do_take_over_console() argument
4520 do_bind_con_driver(csw, first, last, deflt); in do_take_over_console()