Searched defs:inhibit_key (Results 1 - 1 of 1) sorted by relevance

/systemd/src/login/
H A Dlogind-action.c37 InhibitWhat inhibit_key,
76 if (inhibit_key == INHIBIT_HANDLE_LID_SWITCH) {
88 if (inhibit_key > 0) {
89 if (manager_is_inhibited(m, inhibit_key, INHIBIT_BLOCK, NULL, true, false, 0, NULL)) {
90 log_debug("Refusing operation, %s is inhibited.", inhibit_what_to_string(inhibit_key));
35 manager_handle_action( Manager *m, InhibitWhat inhibit_key, HandleAction handle, bool ignore_inhibited, bool is_edge) argument

Completed in 16 milliseconds