Home
last modified time | relevance | path

Searched refs:handle_action_lookup (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/login/
Dlogind-action.c116 const HandleActionData* handle_action_lookup(HandleAction action) { in handle_action_lookup() function
222 inhibit_operation = handle_action_lookup(handle)->inhibit_what; in manager_handle_action()
245 r = bus_manager_shutdown_or_sleep_now_or_later(m, handle_action_lookup(handle), &error); in manager_handle_action()
Dlogind-dbus.c1908 a = handle_action_lookup(HANDLE_KEXEC); in method_do_shutdown_or_sleep()
1952 handle_action_lookup(HANDLE_POWEROFF), in method_poweroff()
1962 handle_action_lookup(HANDLE_REBOOT), in method_reboot()
1972 handle_action_lookup(HANDLE_HALT), in method_halt()
1982 handle_action_lookup(HANDLE_SUSPEND), in method_suspend()
1992 handle_action_lookup(HANDLE_HIBERNATE), in method_hibernate()
2002 handle_action_lookup(HANDLE_HYBRID_SLEEP), in method_hybrid_sleep()
2012 handle_action_lookup(HANDLE_SUSPEND_THEN_HIBERNATE), in method_suspend_then_hibernate()
2075 m->scheduled_shutdown_action = handle_action_lookup(handle); in manager_load_scheduled_shutdown()
2257 a = handle_action_lookup(handle); in method_schedule_shutdown()
[all …]
Dlogind-action.h55 const HandleActionData* handle_action_lookup(HandleAction handle);