Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-bus/
Dbus-common-errors.h39 #define BUS_ERROR_NO_SUCH_USER_MAPPING "org.freedesktop.machine1.NoSuchUserMapping" macro
Dbus-common-errors.c41 SD_BUS_ERROR_MAP(BUS_ERROR_NO_SUCH_USER_MAPPING, ENXIO),
/systemd-251/src/machine/
Dmachined-dbus.c916 …return sd_bus_error_setf(error, BUS_ERROR_NO_SUCH_USER_MAPPING, "Machine '%s' has no matching user… in method_map_from_machine_user()
936 …return sd_bus_error_setf(error, BUS_ERROR_NO_SUCH_USER_MAPPING, "User " UID_FMT " belongs to host … in method_map_to_machine_user()
942 …return sd_bus_error_setf(error, BUS_ERROR_NO_SUCH_USER_MAPPING, "No matching user mapping for " UI… in method_map_to_machine_user()
975 …return sd_bus_error_setf(error, BUS_ERROR_NO_SUCH_USER_MAPPING, "Machine '%s' has no matching grou… in method_map_from_machine_group()