Home
last modified time | relevance | path

Searched refs:CharInStr (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosMeasurementDxe/
DSmbiosMeasurementDxe.c212 CHAR8 *CharInStr; in GetSmbiosStringById() local
216 CharInStr = (CHAR8 *)Head + Head->Length; in GetSmbiosStringById()
224 while (*CharInStr != 0 || *(CharInStr+1) != 0) { in GetSmbiosStringById()
225 if (*CharInStr == 0) { in GetSmbiosStringById()
227 CharInStr++; in GetSmbiosStringById()
229 String = CharInStr; in GetSmbiosStringById()
232 if (*(CharInStr+StrLen) == 0) { in GetSmbiosStringById()
245 CharInStr += StrLen; in GetSmbiosStringById()
330 CHAR8 *CharInStr; in GetSmbiosStructureSize() local
333 CharInStr = (CHAR8 *)Head + Head->Length; in GetSmbiosStructureSize()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
DTranslate.c565 INT8* CharInStr; in GetSmbiosStructureSize() local
572 CharInStr = (INT8*)Head + Head->Length; in GetSmbiosStructureSize()
579 while (*CharInStr != 0 || *(CharInStr+1) != 0) { in GetSmbiosStructureSize()
580 if (*CharInStr == 0) { in GetSmbiosStructureSize()
582 CharInStr++; in GetSmbiosStructureSize()
586 if (*(CharInStr+StrLen) == 0) { in GetSmbiosStructureSize()
597 CharInStr += StrLen; in GetSmbiosStructureSize()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosDxe/
DSmbiosDxe.c182 INT8* CharInStr; in GetSmbiosStructureSize() local
189 CharInStr = (INT8*)Head + Head->Length; in GetSmbiosStructureSize()
196 while (*CharInStr != 0 || *(CharInStr+1) != 0) { in GetSmbiosStructureSize()
197 if (*CharInStr == 0) { in GetSmbiosStructureSize()
199 CharInStr++; in GetSmbiosStructureSize()
221 if (*(CharInStr+StrLen) == 0) { in GetSmbiosStructureSize()
233 CharInStr += StrLen; in GetSmbiosStructureSize()