Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-bus/
Dbus-common-errors.h40 #define BUS_ERROR_NO_SUCH_GROUP_MAPPING "org.freedesktop.machine1.NoSuchGroupMapping" macro
Dbus-common-errors.c42 SD_BUS_ERROR_MAP(BUS_ERROR_NO_SUCH_GROUP_MAPPING, ENXIO),
/systemd-251/src/machine/
Dmachined-dbus.c995 …return sd_bus_error_setf(error, BUS_ERROR_NO_SUCH_GROUP_MAPPING, "Group " GID_FMT " belongs to hos… in method_map_to_machine_group()
1001 …return sd_bus_error_setf(error, BUS_ERROR_NO_SUCH_GROUP_MAPPING, "No matching group mapping for " … in method_map_to_machine_group()