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

/systemd/src/basic/
H A Dunit-name.h28 typedef enum UnitType { enum
43 } UnitType; typedef in typeref:enum:UnitType
282 UnitType unit_name_to_type(const char *n) _pure_;
304 const char* unit_dbus_interface_from_type(UnitType t);
322 const char *unit_type_to_string(UnitType i) _const_;
323 UnitType unit_type_from_string(const char *s) _pure_;

Completed in 19 milliseconds