Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-bus/
Dbus-common-errors.h55 #define BUS_ERROR_SLEEP_VERB_NOT_SUPPORTED "org.freedesktop.login1.SleepVerbNotSupported" macro
Dbus-common-errors.c57 SD_BUS_ERROR_MAP(BUS_ERROR_SLEEP_VERB_NOT_SUPPORTED, EOPNOTSUPP),
/systemd-251/src/login/
Dlogind-dbus.c1918 return sd_bus_error_set(error, BUS_ERROR_SLEEP_VERB_NOT_SUPPORTED, in method_do_shutdown_or_sleep()
1921 return sd_bus_error_setf(error, BUS_ERROR_SLEEP_VERB_NOT_SUPPORTED, in method_do_shutdown_or_sleep()