Lines Matching refs:deflt
3640 int deflt)
3671 if (deflt) {
3717 if (!deflt)
3742 int do_unbind_con_driver(const struct consw *csw, int first, int last, int deflt)
3813 do_bind_con_driver(defcsw, first, last, deflt);
3824 int i, more = 1, first = -1, last = -1, deflt = 0;
3857 deflt = 1;
3860 do_bind_con_driver(csw, first, last, deflt);
3864 deflt = 0;
3874 int i, more = 1, first = -1, last = -1, deflt = 0;
3896 deflt = 1;
3899 ret = do_unbind_con_driver(csw, first, last, deflt);
3906 deflt = 0;
4270 int do_take_over_console(const struct consw *csw, int first, int last, int deflt)
4283 do_bind_con_driver(csw, first, last, deflt);