/systemd-251/src/getty-generator/ |
D | getty-generator.c | 51 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/ |
D | journald-console.c | 47 const char *tty; in server_forward_console() local
|
/systemd-251/src/basic/ |
D | terminal-util.c | 605 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/ |
D | logind-utmp.c | 45 bool logind_wall_tty_filter(const char *tty, void *userdata) { in logind_wall_tty_filter()
|
D | pam_systemd.c | 255 _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
|
D | logind-session.h | 74 char *tty; member
|
D | loginctl.c | 147 const char *id, *user, *seat, *object, *tty = NULL; in list_sessions() local 332 const char *tty; member
|
D | logind-dbus.c | 694 … 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
|
D | logind-session.c | 914 static int get_tty_atime(const char *tty, usec_t *atime) { in get_tty_atime()
|
/systemd-251/src/shared/ |
D | utmp-wtmp.c | 285 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()
|
D | utmp-wtmp.h | 62 bool (*match_tty)(const char *tty, void *userdata), in utmp_wall()
|
/systemd-251/src/systemctl/ |
D | systemctl-logind.c | 187 …_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/ |
D | bus-creds.h | 46 char *tty; member
|
/systemd-251/src/tty-ask-password-agent/ |
D | tty-ask-password-agent.c | 538 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/ |
D | sd-login.c | 549 _public_ int sd_session_get_tty(const char *session, char **tty) { in sd_session_get_tty()
|
/systemd-251/src/core/ |
D | execute.c | 1173 const char *tty, in setup_pam() 5672 static bool tty_may_match_dev_console(const char *tty) { in tty_may_match_dev_console()
|