Searched refs:scheduled_shutdown_tty (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/login/ |
D | logind-utmp.c | 51 if (!m->scheduled_shutdown_tty) in logind_wall_tty_filter() 58 return !streq(p, m->scheduled_shutdown_tty); in logind_wall_tty_filter() 85 utmp_wall(l, username, m->scheduled_shutdown_tty, logind_wall_tty_filter, m); in warn_wall()
|
D | logind.h | 83 char *scheduled_shutdown_tty; member
|
D | logind-dbus.c | 1859 r = free_and_strdup(&m->scheduled_shutdown_tty, tty); in setup_wall_message_timer() 2100 free_and_replace(m->scheduled_shutdown_tty, tty); in manager_load_scheduled_shutdown() 2135 if (m->scheduled_shutdown_tty) in update_schedule_file() 2136 serialize_item_format(f, "TTY", "%s", m->scheduled_shutdown_tty); in update_schedule_file() 2172 m->scheduled_shutdown_tty = mfree(m->scheduled_shutdown_tty); in reset_scheduled_shutdown()
|
D | logind.c | 171 free(m->scheduled_shutdown_tty); in manager_unref()
|