Home
last modified time | relevance | path

Searched defs:deflt (Results 1 – 4 of 4) sorted by relevance

/linux/arch/m68k/sun3x/
H A Dprom.c131 int prom_getintdefault(int node, char *property, int deflt) in prom_getintdefault()
/linux/arch/sparc/prom/
H A Dtree_32.c144 int prom_getintdefault(phandle node, char *property, int deflt) in prom_getintdefault()
H A Dtree_64.c160 int prom_getintdefault(phandle node, const char *property, int deflt) in prom_getintdefault()
/linux/drivers/tty/vt/
H A Dvt.c3916 int 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()
4100 int i, more = 1, first = -1, last = -1, deflt = 0; in vt_bind() local
4150 int i, more = 1, first = -1, last = -1, deflt = 0; in vt_unbind() local
4507 int do_take_over_console(const struct consw *csw, int first, int last, int deflt) in do_take_over_console()