Searched refs:console_assign (Results 1 – 7 of 7) sorted by relevance
21 int console_assign(int file, const char *devname); /* Assign the console */
114 if (console_assign(console, start[j]) < 0) in iomux_doenv()
53 if (console_assign(console, value) < 0) in on_console()853 int console_assign(int file, const char *devname) in console_assign() function
575 error = console_assign(stdin, DEVNAME);
30 It should be possible to specify any device which console_assign()70 Note that common/iomux.c calls console_assign() for every registered
677 console_assign(stdin, dev->name)) in input_stdio_register()
656 console_assign(stdin, "serial");
Completed in 9 milliseconds