Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dapphandler.cpp819 sd_id128_t bmcUuid; in ipmiAppGetDeviceGuid() local
821 sd_id128_get_machine_app_specific(bmcUuidAppId, &bmcUuid); in ipmiAppGetDeviceGuid()
824 std::string systemUuid = sd_id128_to_string(bmcUuid, bmcUuidCstr); in ipmiAppGetDeviceGuid()