Lines Matching refs:deflt
3571 int deflt)
3602 if (deflt) {
3648 if (!deflt)
3673 int do_unbind_con_driver(const struct consw *csw, int first, int last, int deflt)
3744 do_bind_con_driver(defcsw, first, last, deflt);
3755 int i, more = 1, first = -1, last = -1, deflt = 0;
3788 deflt = 1;
3791 do_bind_con_driver(csw, first, last, deflt);
3795 deflt = 0;
3805 int i, more = 1, first = -1, last = -1, deflt = 0;
3827 deflt = 1;
3830 ret = do_unbind_con_driver(csw, first, last, deflt);
3837 deflt = 0;
4201 int do_take_over_console(const struct consw *csw, int first, int last, int deflt)
4214 do_bind_con_driver(csw, first, last, deflt);