Lines Matching refs:deflt
3094 int deflt) in do_bind_con_driver() argument
3125 if (deflt) { in do_bind_con_driver()
3171 if (!deflt) in do_bind_con_driver()
3212 int do_unbind_con_driver(const struct consw *csw, int first, int last, int deflt) in do_unbind_con_driver() argument
3283 do_bind_con_driver(defcsw, first, last, deflt); in do_unbind_con_driver()
3294 int i, more = 1, first = -1, last = -1, deflt = 0; in vt_bind() local
3328 deflt = 1; in vt_bind()
3331 do_bind_con_driver(csw, first, last, deflt); in vt_bind()
3335 deflt = 0; in vt_bind()
3345 int i, more = 1, first = -1, last = -1, deflt = 0; in vt_unbind() local
3368 deflt = 1; in vt_unbind()
3371 ret = do_unbind_con_driver(csw, first, last, deflt); in vt_unbind()
3378 deflt = 0; in vt_unbind()
3686 int do_take_over_console(const struct consw *csw, int first, int last, int deflt) in do_take_over_console() argument
3699 do_bind_con_driver(csw, first, last, deflt); in do_take_over_console()