Searched refs:BUS_ERROR_NO_SUCH_USER_MAPPING (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/libsystemd/sd-bus/ |
D | bus-common-errors.h | 39 #define BUS_ERROR_NO_SUCH_USER_MAPPING "org.freedesktop.machine1.NoSuchUserMapping" macro
|
D | bus-common-errors.c | 41 SD_BUS_ERROR_MAP(BUS_ERROR_NO_SUCH_USER_MAPPING, ENXIO),
|
/systemd-251/src/machine/ |
D | machined-dbus.c | 916 …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()
|