Searched refs:setSelector (Results 1 – 4 of 4) sorted by relevance
| /openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/ |
| H A D | 0002-Add-support-for-boot-initiator-mailbox.patch | 218 + setSelector * normalBlockSize - IANAEnterpriseLength; 220 + response.pack(bootOptionParameter, reserved1, setSelector); 223 + if (0 == setSelector) 249 + entry("REQUESTED_BLOCK=%d", setSelector),
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | apphandler.cpp | 1387 uint8_t setSelector, uint8_t BlockSelector) in ipmiAppGetSystemInfo() argument 1450 if (setSelector == 0) in ipmiAppGetSystemInfo() 1468 size_t offset = (setSelector * fullChunkSize) - configDataOverhead; in ipmiAppGetSystemInfo() 1478 return ipmi::responseSuccess(paramRevision, setSelector, configData); in ipmiAppGetSystemInfo() 1543 uint8_t setSelector = data1; in ipmiAppSetSystemInfo() local 1545 if (setSelector == 0) // First chunk has only 14 bytes. in ipmiAppSetSystemInfo() 1562 size_t offset = (setSelector * fullChunkSize) - configDataOverhead; in ipmiAppSetSystemInfo()
|
| H A D | dcmihandler.cpp | 1197 uint8_t setSelector, in setDCMIConfParams() argument 1200 if (setSelector) in setDCMIConfParams() 1265 ipmi::Context::ptr& ctx, uint8_t parameter, uint8_t setSelector) in getDCMIConfParams() argument 1267 if (setSelector) in getDCMIConfParams()
|
| H A D | chassishandler.cpp | 1916 [[maybe_unused]] uint8_t setSelector, in ipmiChassisGetSysBootOptions() argument
|