Searched defs:unit_name_to_type (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dunit-name.c215 UnitType unit_name_to_type(const char *n) { function
634 t = unit_name_to_type(name);
721 if ((allow_globs != UNIT_NAME_GLOB || !string_is_glob(s)) && unit_name_to_type(s) < 0)

Completed in 13 milliseconds