Home
last modified time | relevance | path

Searched refs:UnitType (Results 1 – 2 of 2) sorted by relevance

/openbmc/service-config-manager/src/
H A Dmain.cpp46 enum class UnitType enum
68 std::tuple<std::string, UnitType, std::string> getUnitNameTypeAndInstance( in getUnitNameTypeAndInstance()
71 UnitType type = UnitType::invalid; in getUnitNameTypeAndInstance()
82 type = UnitType::service; in getUnitNameTypeAndInstance()
86 type = UnitType::socket; in getUnitNameTypeAndInstance()
143 if (type == UnitType::service) in handleListUnitsResponse()
148 else if (type == UnitType::socket) in handleListUnitsResponse()
156 if (type == UnitType::service) in handleListUnitsResponse()
162 else if (type == UnitType::socket) in handleListUnitsResponse()
/openbmc/linux/drivers/message/fusion/lsi/
H A Dmpi_cnfg.h2044 U32 UnitType; /* 18h */ member