Home
last modified time | relevance | path

Searched refs:BUS_ERROR_NO_UNIT_FOR_INVOCATION_ID (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/libsystemd/sd-bus/
Dbus-common-errors.h8 #define BUS_ERROR_NO_UNIT_FOR_INVOCATION_ID "org.freedesktop.systemd1.NoUnitForInvocationID" macro
Dbus-common-errors.c13 SD_BUS_ERROR_MAP(BUS_ERROR_NO_UNIT_FOR_INVOCATION_ID, ENOENT),
/systemd-251/src/core/
Ddbus-manager.c633 …return sd_bus_error_setf(error, BUS_ERROR_NO_UNIT_FOR_INVOCATION_ID, "No unit with the specified i… in method_get_unit_by_invocation_id()
Dmanager.c3100 return sd_bus_error_setf(e, BUS_ERROR_NO_UNIT_FOR_INVOCATION_ID, in manager_load_unit_from_dbus_path()