Searched refs:tty_is_vc (Results 1 - 5 of 5) sorted by relevance

/systemd/src/basic/
H A Dterminal-util.h65 bool tty_is_vc(const char *tty);
H A Dterminal-util.c565 if (!tty_is_vc(name)) {
639 bool tty_is_vc(const char *tty) { function
725 return tty_is_vc(tty);
/systemd/src/getty-generator/
H A Dgetty-generator.c204 if (isempty(tty) || tty_is_vc(tty))
/systemd/src/core/
H A Dexecute.c2397 return streq(console, tty) || (streq(console, "tty0") && tty_is_vc(tty));
/systemd/src/login/
H A Dlogind-dbus.c637 if (tty_is_vc(tty)) {

Completed in 2664 milliseconds