Home
last modified time | relevance | path

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

/systemd-251/src/login/
Dlogind-action.c73 .inhibit_what = INHIBIT_SLEEP,
82 .inhibit_what = INHIBIT_SLEEP,
91 .inhibit_what = INHIBIT_SLEEP,
100 .inhibit_what = INHIBIT_SLEEP,
Dlogind-inhibit.h8 INHIBIT_SLEEP = 1 << 1, enumerator
Dlogind-inhibit.c462 if (w & INHIBIT_SLEEP) in inhibit_what_to_string()
504 what |= INHIBIT_SLEEP; in inhibit_what_from_string()
Dlogind-dbus.c342 b = m->delayed_action->inhibit_what & INHIBIT_SLEEP; in property_get_preparing()
1583 assert(IN_SET(w, INHIBIT_SHUTDOWN, INHIBIT_SLEEP)); in send_prepare_for()
3261 if (mm == INHIBIT_DELAY && (w & ~(INHIBIT_SHUTDOWN|INHIBIT_SLEEP))) in method_inhibit()
3277 …w == INHIBIT_SLEEP ? (mm == INHIBIT_BLOCK ? "org.freedesktop.login1.inhibit-block-s… in method_inhibit()