Home
last modified time | relevance | path

Searched refs:INHIBIT_HANDLE_REBOOT_KEY (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/login/
Dlogind-button.c149 …manager_handle_action(m, INHIBIT_HANDLE_REBOOT_KEY, m->handle_reboot_key_long_press, m->reboot_key… in long_press_of_reboot_key_handler()
249 …manager_handle_action(b->manager, INHIBIT_HANDLE_REBOOT_KEY, b->manager->handle_reboot_key, b->man… in button_dispatch()
313 …manager_handle_action(b->manager, INHIBIT_HANDLE_REBOOT_KEY, b->manager->handle_reboot_key, b->man… in button_dispatch()
Dlogind-inhibit.h14 INHIBIT_HANDLE_REBOOT_KEY = 1 << 7, enumerator
Dlogind-inhibit.c474 if (w & INHIBIT_HANDLE_REBOOT_KEY) in inhibit_what_to_string()
516 what |= INHIBIT_HANDLE_REBOOT_KEY; in inhibit_what_from_string()
Dlogind-dbus.c3281 … w == INHIBIT_HANDLE_REBOOT_KEY ? "org.freedesktop.login1.inhibit-handle-reboot-key" : in method_inhibit()