Searched refs:BUS_ERROR_NO_SUCH_MACHINE (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/libsystemd/sd-bus/ |
D | bus-common-errors.h | 34 #define BUS_ERROR_NO_SUCH_MACHINE "org.freedesktop.machine1.NoSuchMachine" macro
|
D | bus-common-errors.c | 36 SD_BUS_ERROR_MAP(BUS_ERROR_NO_SUCH_MACHINE, ENXIO),
|
/systemd-251/src/machine/ |
D | machined-dbus.c | 106 … return sd_bus_error_setf(error, BUS_ERROR_NO_SUCH_MACHINE, "No machine '%s' known", name); in method_get_machine() 445 … return sd_bus_error_setf(error, BUS_ERROR_NO_SUCH_MACHINE, "No machine '%s' known", name); in redirect_method_to_machine() 909 … return sd_bus_error_setf(error, BUS_ERROR_NO_SUCH_MACHINE, "No machine '%s' known", name); in method_map_from_machine_user() 968 … return sd_bus_error_setf(error, BUS_ERROR_NO_SUCH_MACHINE, "No machine '%s' known", name); in method_map_from_machine_group()
|