Home
last modified time | relevance | path

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

/systemd-251/src/login/
Dlogind-action.c25 .inhibit_what = INHIBIT_SHUTDOWN,
37 .inhibit_what = INHIBIT_SHUTDOWN,
49 .inhibit_what = INHIBIT_SHUTDOWN,
61 .inhibit_what = INHIBIT_SHUTDOWN,
Dlogind-inhibit.h7 INHIBIT_SHUTDOWN = 1 << 0, enumerator
Dlogind-inhibit.c460 if (w & INHIBIT_SHUTDOWN) in inhibit_what_to_string()
502 what |= INHIBIT_SHUTDOWN; in inhibit_what_from_string()
Dlogind-dbus.c340 b = m->delayed_action->inhibit_what & INHIBIT_SHUTDOWN; in property_get_preparing()
1583 assert(IN_SET(w, INHIBIT_SHUTDOWN, INHIBIT_SLEEP)); in send_prepare_for()
1588 w == INHIBIT_SHUTDOWN ? "PrepareForShutdown" : "PrepareForSleep", in send_prepare_for()
1605 if (a->inhibit_what == INHIBIT_SHUTDOWN) in execute_shutdown_or_sleep()
3261 if (mm == INHIBIT_DELAY && (w & ~(INHIBIT_SHUTDOWN|INHIBIT_SLEEP))) in method_inhibit()
3276 …w == INHIBIT_SHUTDOWN ? (mm == INHIBIT_BLOCK ? "org.freedesktop.login1.inhibit-block-s… in method_inhibit()