Home
last modified time | relevance | path

Searched defs:tty (Results 1 – 16 of 16) sorted by relevance

/systemd-251/src/getty-generator/
Dgetty-generator.c51 static int add_serial_getty(const char *tty) { in add_serial_getty()
66 static int add_container_getty(const char *tty) { in add_container_getty()
129 const char *tty = word; in run_container() local
196 _cleanup_free_ char *tty = NULL; in run() local
/systemd-251/src/journal/
Djournald-console.c47 const char *tty; in server_forward_console() local
/systemd-251/src/basic/
Dterminal-util.c605 bool tty_is_vc(const char *tty) { in tty_is_vc()
611 bool tty_is_console(const char *tty) { in tty_is_console()
617 int vtnr_from_tty(const char *tty) { in vtnr_from_tty()
642 char *tty; in resolve_dev_console() local
709 _cleanup_free_ char *tty = NULL, *path = NULL; in get_kernel_consoles() local
757 bool tty_is_vc_resolve(const char *tty) { in tty_is_vc_resolve()
774 const char *default_term_for_tty(const char *tty) { in default_term_for_tty()
/systemd-251/src/login/
Dlogind-utmp.c45 bool logind_wall_tty_filter(const char *tty, void *userdata) { in logind_wall_tty_filter()
Dpam_systemd.c255 _cleanup_free_ char *sys_path = NULL, *tty = NULL; in get_seat_from_display() local
681 *tty = NULL, *display = NULL, in pam_sm_open_session() local
Dlogind-session.h74 char *tty; member
Dloginctl.c147 const char *id, *user, *seat, *object, *tty = NULL; in list_sessions() local
332 const char *tty; member
Dlogind-dbus.c694 … const char *service, *type, *class, *cseat, *tty, *display, *remote_user, *remote_host, *desktop; in method_create_session() local
1854 const char *tty = NULL; in setup_wall_message_timer() local
2044 *tty = NULL; in manager_load_scheduled_shutdown() local
2350 const char *tty = NULL; in method_cancel_scheduled_shutdown() local
Dlogind-session.c914 static int get_tty_atime(const char *tty, usec_t *atime) { in get_tty_atime()
/systemd-251/src/shared/
Dutmp-wtmp.c285 static int write_to_terminal(const char *tty, const char *message) { in write_to_terminal()
340 bool (*match_tty)(const char *tty, void *userdata), in utmp_wall()
Dutmp-wtmp.h62 bool (*match_tty)(const char *tty, void *userdata), in utmp_wall()
/systemd-251/src/systemctl/
Dsystemctl-logind.c187 …_cleanup_free_ char *type = NULL, *tty = NULL, *seat = NULL, *user = NULL, *service = NULL, *class… in logind_check_inhibitors() local
/systemd-251/src/libsystemd/sd-bus/
Dbus-creds.h46 char *tty; member
/systemd-251/src/tty-ask-password-agent/
Dtty-ask-password-agent.c538 static int ask_on_this_console(const char *tty, pid_t *ret_pid, char **arguments) { in ask_on_this_console()
/systemd-251/src/libsystemd/sd-login/
Dsd-login.c549 _public_ int sd_session_get_tty(const char *session, char **tty) { in sd_session_get_tty()
/systemd-251/src/core/
Dexecute.c1173 const char *tty, in setup_pam()
5672 static bool tty_may_match_dev_console(const char *tty) { in tty_may_match_dev_console()