Home
last modified time | relevance | path

Searched refs:FRUHeader (Results 1 – 5 of 5) sorted by relevance

/openbmc/intel-ipmi-oem/src/
H A Dfruutils.cpp23 struct FRUHeader struct
41 if (fru.size() >= sizeof(FRUHeader)) in validateBasicFruContent() argument
43 const FRUHeader* header = in validateBasicFruContent()
44 reinterpret_cast<const FRUHeader*>(fru.data()); in validateBasicFruContent()
/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dstoragecommands.hpp68 struct FRUHeader struct
/openbmc/fb-ipmi-oem/include/
H A Dstoragecommands.hpp91 struct FRUHeader struct
/openbmc/fb-ipmi-oem/src/
H A Dstoragecommands.cpp392 if (fruCache.size() >= sizeof(FRUHeader)) in ipmiStorageWriteFRUData()
394 FRUHeader* header = reinterpret_cast<FRUHeader*>(fruCache.data()); in ipmiStorageWriteFRUData()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp446 if (fru.size() >= sizeof(FRUHeader)) in ipmiStorageWriteFruData()
448 FRUHeader* header = reinterpret_cast<FRUHeader*>(fru.data()); in ipmiStorageWriteFruData()