Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Dsystemd_utils.hpp29 sd_id128_t machineId{}; in getUuid() local
31 if (sd_id128_get_machine_app_specific(appId, &machineId) == 0) in getUuid()
34 ret = sd_id128_to_string(machineId, str.data()); in getUuid()
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/
H A Dlayerindexobj.py22 machineId = 0
57 machineId += 1
58 self.index.machines[machineId] = Machine(self.index)
59 self.index.machines[machineId].define_data(machineId,
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A Dcooker.py287 machineId = 0
302 machineId += 1
304 machine.define_data(id=machineId, name=fname[:-5],