Home
last modified time | relevance | path

Searched refs:SystemInfo (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
DBootMonFsDir.c626 EFI_FILE_SYSTEM_INFO *SystemInfo; in BootMonFsSetInfo() local
658 SystemInfo = Buffer; in BootMonFsSetInfo()
659 if (SystemInfo->Size < in BootMonFsSetInfo()
660 (SIZE_OF_EFI_FILE_SYSTEM_INFO + StrSize (SystemInfo->VolumeLabel))) { in BootMonFsSetInfo()
663 if (BufferSize < SystemInfo->Size) { in BootMonFsSetInfo()
/device/linaro/bootloader/edk2/ArmPkg/Filesystem/SemihostFs/Arm/
DSemihostFs.c1107 EFI_FILE_SYSTEM_INFO *SystemInfo; in FileSetInfo() local
1126 SystemInfo = Buffer; in FileSetInfo()
1127 if (SystemInfo->Size < in FileSetInfo()
1128 (SIZE_OF_EFI_FILE_SYSTEM_INFO + StrSize (SystemInfo->VolumeLabel))) { in FileSetInfo()
1131 if (BufferSize < SystemInfo->Size) { in FileSetInfo()
1134 Buffer = SystemInfo->VolumeLabel; in FileSetInfo()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
DMiscConv.c178 EFI_MISC_SYSTEM_MANUFACTURER_DATA *SystemInfo; in SmbiosFldMiscType1() local
181 SystemInfo = NULL; in SmbiosFldMiscType1()
183 SystemInfo = (EFI_MISC_SYSTEM_MANUFACTURER_DATA *) RecordData; in SmbiosFldMiscType1()
191 &(SystemInfo->SystemManufacturer), in SmbiosFldMiscType1()
201 &(SystemInfo->SystemProductName), in SmbiosFldMiscType1()
211 &(SystemInfo->SystemVersion), in SmbiosFldMiscType1()
221 &(SystemInfo->SystemSerialNumber), in SmbiosFldMiscType1()
230 &SystemInfo->SystemUuid, in SmbiosFldMiscType1()
239 &SystemInfo->SystemWakeupType, in SmbiosFldMiscType1()
249 &(SystemInfo->SystemSKUNumber), in SmbiosFldMiscType1()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
DFont.c1032 OUT EFI_FONT_DISPLAY_INFO **SystemInfo, OPTIONAL in IsSystemFontInfo() argument
1043 if (StringInfo == NULL && SystemInfo == NULL) { in IsSystemFontInfo()
1057 if (SystemInfo != NULL) { in IsSystemFontInfo()
1058 *SystemInfo = SystemDefault; in IsSystemFontInfo()
1110 if (SystemInfo == NULL) { in IsSystemFontInfo()