Lines Matching refs:memoryInfo

887             auto memoryInfo = reinterpret_cast<MemoryInfo*>(dataIn);  in getRecordType()  local
889 record["Type"] = memoryInfo->type; in getRecordType()
890 record["Length"] = memoryInfo->length; in getRecordType()
891 record["Handle"] = uint16_t(memoryInfo->handle); in getRecordType()
893 uint16_t(memoryInfo->phyArrayHandle); in getRecordType()
895 uint16_t(memoryInfo->errInfoHandle); in getRecordType()
896 record["Total Width"] = uint16_t(memoryInfo->totalWidth); in getRecordType()
897 record["Data Width"] = uint16_t(memoryInfo->dataWidth); in getRecordType()
898 record["Size"] = uint16_t(memoryInfo->size); in getRecordType()
899 record["Form Factor"] = memoryInfo->formFactor; in getRecordType()
900 record["Device Set"] = memoryInfo->deviceSet; in getRecordType()
902 memoryInfo->deviceLocator, memoryInfo->length, dataIn); in getRecordType()
904 memoryInfo->bankLocator, memoryInfo->length, dataIn); in getRecordType()
905 record["Memory Type"] = memoryInfo->memoryType; in getRecordType()
906 record["Type Detail"] = uint16_t(memoryInfo->typeDetail); in getRecordType()
907 record["Speed"] = uint16_t(memoryInfo->speed); in getRecordType()
909 memoryInfo->manufacturer, memoryInfo->length, dataIn); in getRecordType()
911 memoryInfo->serialNum, memoryInfo->length, dataIn); in getRecordType()
912 record["Asset Tag"] = positionToString(memoryInfo->assetTag, in getRecordType()
913 memoryInfo->length, dataIn); in getRecordType()
915 memoryInfo->partNum, memoryInfo->length, dataIn); in getRecordType()
916 record["Attributes"] = uint32_t(memoryInfo->attributes); in getRecordType()
917 record["Extended Size"] = uint32_t(memoryInfo->extendedSize); in getRecordType()
919 uint32_t(memoryInfo->confClockSpeed); in getRecordType()
920 record["Minimum voltage"] = uint16_t(memoryInfo->minimumVoltage); in getRecordType()
921 record["Maximum voltage"] = uint16_t(memoryInfo->maximumVoltage); in getRecordType()
923 uint16_t(memoryInfo->configuredVoltage); in getRecordType()
924 record["Memory Technology"] = memoryInfo->memoryTechnology; in getRecordType()
926 uint16_t(memoryInfo->memoryOperatingModeCap); in getRecordType()
927 record["Firmware Version"] = memoryInfo->firwareVersion; in getRecordType()
929 uint16_t(memoryInfo->modelManufId); in getRecordType()
930 record["Module Product ID"] = uint16_t(memoryInfo->modelProdId); in getRecordType()
932 uint16_t(memoryInfo->memSubConManufId); in getRecordType()
934 uint16_t(memoryInfo->memSubConProdId); in getRecordType()
935 record["Non-volatile Size"] = uint64_t(memoryInfo->nvSize); in getRecordType()
936 record["Volatile Size"] = uint64_t(memoryInfo->volatileSize); in getRecordType()
937 record["Cache Size"] = uint64_t(memoryInfo->cacheSize); in getRecordType()
938 record["Logical Size"] = uint64_t(memoryInfo->logicalSize); in getRecordType()