Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-bus/
Dbus-common-errors.h28 #define BUS_ERROR_NOT_REFERENCED "org.freedesktop.systemd1.NotReferenced" macro
Dbus-common-errors.c33 SD_BUS_ERROR_MAP(BUS_ERROR_NOT_REFERENCED, EUNATCH),
/systemd-251/src/core/
Ddbus-unit.c675 … return sd_bus_error_set(error, BUS_ERROR_NOT_REFERENCED, "Unit has not been referenced yet."); in bus_unit_method_unref()