Searched refs:bootOptionParameter (Results 1 – 2 of 2) sorted by relevance
/openbmc/phosphor-host-ipmid/ |
H A D | chassishandler.cpp | 1842 * @param bootOptionParameter - boot option parameter selector in ipmiChassisGetSysBootOptions() 1854 * bootOptionParameter - boot option parameter selector in ipmiChassisGetSysBootOptions() 1859 ipmi::Context::ptr ctx, uint7_t bootOptionParameter, bool reserved1, in ipmiChassisGetSysBootOptions() 1876 if (types::enum_cast<BootOptionParameter>(bootOptionParameter) == in ipmiChassisGetSysBootOptions() 1879 response.pack(bootOptionParameter, reserved1, transferStatus); in ipmiChassisGetSysBootOptions() 1883 if (types::enum_cast<BootOptionParameter>(bootOptionParameter) == in ipmiChassisGetSysBootOptions() 1887 response.pack(bootOptionParameter, reserved1, writeMask, in ipmiChassisGetSysBootOptions() 1892 if (types::enum_cast<BootOptionParameter>(bootOptionParameter) == in ipmiChassisGetSysBootOptions() 1895 response.pack(bootOptionParameter, reserved1, in ipmiChassisGetSysBootOptions() 1904 if (types::enum_cast<BootOptionParameter>(bootOptionParameter) in ipmiChassisGetSysBootOptions() 1832 ipmiChassisGetSysBootOptions(ipmi::Context::ptr ctx,uint7_t bootOptionParameter,bool reserved1,uint8_t setSelector,uint8_t blockSelector) ipmiChassisGetSysBootOptions() argument [all...] |
/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/ |
H A D | 0002-Add-support-for-boot-initiator-mailbox.patch | 186 + else if (types::enum_cast<BootOptionParameter>(bootOptionParameter) == 220 + response.pack(bootOptionParameter, reserved1, setSelector); 269 if ((bootOptionParameter >= oemParmStart) &&
|