Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-bus/
Dbus-common-errors.h126 #define BUS_ERROR_TOO_MANY_OPERATIONS "org.freedesktop.home1.TooManyOperations" macro
Dbus-common-errors.c142 SD_BUS_ERROR_MAP(BUS_ERROR_TOO_MANY_OPERATIONS, ENOBUFS),
/systemd-251/src/home/
Dhomed-home.c3016 …return sd_bus_error_set(error, BUS_ERROR_TOO_MANY_OPERATIONS, "Too many client operations requeste… in home_schedule_operation()