Searched refs:sleep_operation (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/login/ |
D | logind-action.c | 29 .sleep_operation = _SLEEP_OPERATION_INVALID, 41 .sleep_operation = _SLEEP_OPERATION_INVALID, 53 .sleep_operation = _SLEEP_OPERATION_INVALID, 65 .sleep_operation = _SLEEP_OPERATION_INVALID, 77 .sleep_operation = SLEEP_SUSPEND, 86 .sleep_operation = SLEEP_HIBERNATE, 95 .sleep_operation = SLEEP_HYBRID_SLEEP, 104 .sleep_operation = SLEEP_SUSPEND_THEN_HIBERNATE, 110 .sleep_operation = _SLEEP_OPERATION_INVALID,
|
D | logind-action.h | 39 SleepOperation sleep_operation; member
|
D | logind-dbus.c | 1915 if (a->sleep_operation >= 0) { in method_do_shutdown_or_sleep() 1916 r = can_sleep(a->sleep_operation); in method_do_shutdown_or_sleep() 1922 … "Sleep verb \"%s\" not supported", sleep_operation_to_string(a->sleep_operation)); in method_do_shutdown_or_sleep() 2383 if (a->sleep_operation >= 0) { in method_can_shutdown_or_sleep() 2384 r = can_sleep(a->sleep_operation); in method_can_shutdown_or_sleep() 2406 … HandleAction handle = handle_action_from_string(sleep_operation_to_string(a->sleep_operation)); in method_can_shutdown_or_sleep()
|
/systemd-251/src/shared/ |
D | sleep-config.c | 684 DEFINE_STRING_TABLE_LOOKUP(sleep_operation, SleepOperation);
|