unit_type_to_string  645 src/core/dbus-manager.c                 return sd_bus_error_setf(error, SD_BUS_ERROR_INVALID_ARGS, "Unit type %s does not support transient units.", unit_type_to_string(t));
unit_type_to_string 2942 src/core/unit.c                         sd_bus_error_setf(error, BUS_ERROR_NO_SUCH_PROCESS, "%s units have no main processes", unit_type_to_string(u->type));
unit_type_to_string 2950 src/core/unit.c                         sd_bus_error_setf(error, BUS_ERROR_NO_SUCH_PROCESS, "%s units have no control processes", unit_type_to_string(u->type));
unit_type_to_string 5874 src/systemctl/systemctl.c                 t = unit_type_to_string(i);