Home
last modified time | relevance | path

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

/systemd-251/src/login/
Dlogind-inhibit.h21 INHIBIT_DELAY, enumerator
Dlogind-inhibit.c524 [INHIBIT_DELAY] = "delay"
Dlogind-dbus.c317 … w = manager_inhibit_what(m, streq(property, "BlockInhibited") ? INHIBIT_BLOCK : INHIBIT_DELAY); in property_get_inhibited()
1650 …if (manager_is_inhibited(manager, manager->delayed_action->inhibit_what, INHIBIT_DELAY, NULL, fals… in manager_dispatch_delayed()
1748 … manager_is_inhibited(m, a->inhibit_what, INHIBIT_DELAY, NULL, false, false, 0, NULL); in bus_manager_shutdown_or_sleep_now_or_later()
3261 if (mm == INHIBIT_DELAY && (w & ~(INHIBIT_SHUTDOWN|INHIBIT_SLEEP))) in method_inhibit()