Home
last modified time | relevance | path

Searched defs:Machine (Results 1 – 9 of 9) sorted by relevance

/openbmc/phosphor-ipmi-flash/
H A Dipmi_flash.md38 ### `notYetStarted`
48 ### `uploadInProgress`
58 ### `verificationPending`
72 ### `verificationStarted`
80 ### `verificationCompleted`
90 ### `updatePending`
94 ### `updateStarted`
100 ### `updatedCompleted`
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dvarlocality.rst48 Machine section in Configuration
71 .. _ref-varlocality-config-local:
/openbmc/qemu/scripts/
H A Dcompare-machine-types.py208 class Machine: class
342 def mt_comp(mt: Machine) -> Tuple[str, int, int, int]:
/openbmc/openbmc-tools/reboot-ping-pong/
H A Drpp13 Machine = namedtuple("Machine", "bmc, host") variable
/openbmc/qemu/contrib/elf2dmp/
H A Dpe.h36 uint16_t Machine; member
/openbmc/u-boot/include/
H A Dpe.h54 uint16_t Machine; member
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A D__init__.py1334 class Machine(LayerIndexItemObj_LayerBranch): class
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DOperatingSystem.v1_0_2.json144 "Machine": { object
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py1375 class Machine(models.Model): class