Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dchassishandler.cpp1915 ipmi::Context::ptr ctx, uint7_t bootOptionParameter, bool reserved1, in ipmiChassisGetSysBootOptions() argument
1932 if (types::enum_cast<BootOptionParameter>(bootOptionParameter) == in ipmiChassisGetSysBootOptions()
1935 response.pack(bootOptionParameter, reserved1, transferStatus); in ipmiChassisGetSysBootOptions()
1939 if (types::enum_cast<BootOptionParameter>(bootOptionParameter) == in ipmiChassisGetSysBootOptions()
1943 response.pack(bootOptionParameter, reserved1, writeMask, in ipmiChassisGetSysBootOptions()
1948 if (types::enum_cast<BootOptionParameter>(bootOptionParameter) == in ipmiChassisGetSysBootOptions()
1951 response.pack(bootOptionParameter, reserved1, in ipmiChassisGetSysBootOptions()
1960 if (types::enum_cast<BootOptionParameter>(bootOptionParameter) == in ipmiChassisGetSysBootOptions()
2021 bootOptionParameter, reserved1, uint5_t{}, in ipmiChassisGetSysBootOptions()
2036 if ((bootOptionParameter >= oemParmStart) && in ipmiChassisGetSysBootOptions()
[all …]
/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/
H A D0002-Add-support-for-boot-initiator-mailbox.patch186 + else if (types::enum_cast<BootOptionParameter>(bootOptionParameter) ==
220 + response.pack(bootOptionParameter, reserved1, setSelector);
269 if ((bootOptionParameter >= oemParmStart) &&