Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/
H A D0002-Add-support-for-boot-initiator-mailbox.patch179 static constexpr uint8_t setComplete = 0x0;
181 static uint8_t transferStatus = setComplete;
/openbmc/phosphor-host-ipmid/
H A Dapphandler.cpp1372 static constexpr uint8_t setComplete = 0x0; variable
1374 static uint8_t transferStatus = setComplete;
1502 if ((transferStatus != setComplete) && (data1 == setInProgress)) in ipmiAppSetSystemInfo()
H A Dchassishandler.cpp1833 static constexpr uint8_t setComplete = 0x0; in ipmiChassisGetSysBootOptions()
1835 static uint8_t transferStatus = setComplete; in ipmiChassisGetSysBootOptions()
2041 (static_cast<uint8_t>(setInProgressFlag) != setComplete)) in ipmiChassisSetSysBootOptions()
1806 static constexpr uint8_t setComplete = 0x0; global() variable
/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp3471 static constexpr uint8_t setComplete = 0x0; variable
3473 static uint8_t transferStatus = setComplete;