Searched refs:getSMBIOSTypePtr (Results 1 – 6 of 6) sorted by relevance
/openbmc/smbios-mdr/src/ |
H A D | pcieslot.cpp | 17 uint8_t* dataIn = getSMBIOSTypePtr(storage, systemSlots); in pcieInfoUpdate() 34 dataIn = getSMBIOSTypePtr(dataIn, systemSlots); in pcieInfoUpdate()
|
H A D | system.cpp | 40 dataIn = getSMBIOSTypePtr(dataIn, systemType); in uuid() 127 dataIn = getSMBIOSTypePtr(dataIn, biosType); in version()
|
H A D | cpu.cpp | 130 dataIn = getSMBIOSTypePtr(dataIn, processorsType); in infoUpdate() 143 dataIn = getSMBIOSTypePtr(dataIn, processorsType); in infoUpdate()
|
H A D | dimm.cpp | 52 dataIn = getSMBIOSTypePtr(dataIn, memoryDeviceType); in memoryInfoUpdate() 65 dataIn = getSMBIOSTypePtr(dataIn, memoryDeviceType); in memoryInfoUpdate() 120 dataIn = getSMBIOSTypePtr(dataIn, physicalMemoryArrayType); in updateEccType()
|
H A D | mdrv2.cpp | 642 dataIn = getSMBIOSTypePtr(dataIn, processorsType); in getTotalCpuSlot() 676 dataIn = getSMBIOSTypePtr(dataIn, memoryDeviceType); in getTotalDimmSlot() 710 dataIn = getSMBIOSTypePtr(dataIn, systemSlots); in getTotalPcieSlot() 879 getSMBIOSTypePtr(dataIn, memoryDeviceType, sizeof(MemoryInfo)); in getRecordType()
|
/openbmc/smbios-mdr/include/ |
H A D | smbios_mdrv2.hpp | 218 static inline uint8_t* getSMBIOSTypePtr(uint8_t* smbiosDataIn, uint8_t typeId, in getSMBIOSTypePtr() function
|