Searched refs:inhibit_what (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/login/ |
D | logind-action.c | 25 .inhibit_what = INHIBIT_SHUTDOWN, 37 .inhibit_what = INHIBIT_SHUTDOWN, 49 .inhibit_what = INHIBIT_SHUTDOWN, 61 .inhibit_what = INHIBIT_SHUTDOWN, 73 .inhibit_what = INHIBIT_SLEEP, 82 .inhibit_what = INHIBIT_SLEEP, 91 .inhibit_what = INHIBIT_SLEEP, 100 .inhibit_what = INHIBIT_SLEEP, 109 .inhibit_what = _INHIBIT_WHAT_INVALID, 219 inhibit_what_to_string(m->delayed_action->inhibit_what), in manager_handle_action() [all …]
|
D | logind-action.h | 35 InhibitWhat inhibit_what; member
|
D | logind-dbus.c | 340 b = m->delayed_action->inhibit_what & INHIBIT_SHUTDOWN; in property_get_preparing() 342 b = m->delayed_action->inhibit_what & INHIBIT_SLEEP; in property_get_preparing() 1605 if (a->inhibit_what == INHIBIT_SHUTDOWN) in execute_shutdown_or_sleep() 1635 (void) send_prepare_for(m, a->inhibit_what, false); in execute_shutdown_or_sleep() 1650 …if (manager_is_inhibited(manager, manager->delayed_action->inhibit_what, INHIBIT_DELAY, NULL, fals… in manager_dispatch_delayed() 1744 (void) send_prepare_for(m, a->inhibit_what, true); in bus_manager_shutdown_or_sleep_now_or_later() 1748 … manager_is_inhibited(m, a->inhibit_what, INHIBIT_DELAY, NULL, false, false, 0, NULL); in bus_manager_shutdown_or_sleep_now_or_later() 1791 … blocked = manager_is_inhibited(m, a->inhibit_what, INHIBIT_BLOCK, NULL, false, true, uid, NULL); in verify_shutdown_creds() 2404 … blocked = manager_is_inhibited(m, a->inhibit_what, INHIBIT_BLOCK, NULL, false, true, uid, NULL); in method_can_shutdown_or_sleep() 3269 if (m->delayed_action && m->delayed_action->inhibit_what & w) in method_inhibit() [all …]
|
/systemd-251/shell-completion/zsh/ |
D | _systemd-inhibit | 21 (( $+functions[_systemd-inhibit_what] )) || 22 _systemd-inhibit_what() { 31 '--what=[Operations to inhibit]:options:_systemd-inhibit_what' \
|