Searched refs:vc (Results 1 - 1 of 1) sorted by relevance
/systemd/src/vconsole/ |
H A D | vconsole-setup.c | 106 static int keyboard_load_and_wait(const char *vc, const char *map, const char *map_toggle, bool utf8) { argument 118 args[i++] = vc; 145 static int font_load_and_wait(const char *vc, const char *font, const char *map, const char *unimap) { argument 156 args[i++] = vc; 254 const char *vc; local 269 vc = argv[1]; 271 vc = "/dev/tty0"; 275 fd = open_terminal(vc, O_RDWR|O_CLOEXEC); 277 log_error_errno(fd, "Failed to open %s: %m", vc); 282 log_error("Device %s is not a virtual console.", vc); [all...] |
Completed in 285 milliseconds