Home
last modified time | relevance | path

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

/systemd-251/src/login/
Dlogind-action.c129 bool is_edge) { in manager_handle_action() argument
155 is_edge ? "edge" : "level"); in manager_handle_action()
182 if (!is_edge) in manager_handle_action()
233 log_full(is_edge ? LOG_ERR : LOG_DEBUG, in manager_handle_action()
240 return is_edge ? -EPERM : 0; in manager_handle_action()
Dlogind-action.h50 bool is_edge);
Dlogind-button.c78 static void button_lid_switch_handle_action(Manager *manager, bool is_edge) { in button_lid_switch_handle_action() argument
92 …(manager, INHIBIT_HANDLE_LID_SWITCH, handle_action, manager->lid_switch_ignore_inhibited, is_edge); in button_lid_switch_handle_action()