Searched refs:bootOptionParameter (Results 1 – 2 of 2) sorted by relevance
/openbmc/phosphor-host-ipmid/ |
H A D | chassishandler.cpp | 1859 ipmi::Context::ptr ctx, uint7_t bootOptionParameter, bool reserved1, in ipmiChassisGetSysBootOptions() argument 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() 1964 response.pack(bootOptionParameter, reserved1, uint5_t{}, in ipmiChassisGetSysBootOptions() 1980 if ((bootOptionParameter >= oemParmStart) && in ipmiChassisGetSysBootOptions() [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) &&
|