Searched refs:AsciiStrSize (Results 1 - 25 of 32) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/
H A DString.c1063 ASSERT (AsciiStrSize (ReturnValue) != 0);
1243 AsciiStrSize ( function
1286 ASSERT (AsciiStrSize (FirstString));
1287 ASSERT (AsciiStrSize (SecondString));
1388 ASSERT (AsciiStrSize (FirstString));
1389 ASSERT (AsciiStrSize (SecondString));
1448 ASSERT (AsciiStrSize (FirstString));
1449 ASSERT (AsciiStrSize (SecondString));
1505 ASSERT (AsciiStrSize (Destination) != 0);
1563 ASSERT (AsciiStrSize (Destinatio
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiDxePostCodeLibReportStatusCode/
H A DPostCode.c109 AsciiStrSize (Description)
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/
H A DDebugLib.c93 TotalSize = 4 + sizeof (EFI_DEBUG_INFO) + 12 * sizeof (UINT64) + AsciiStrSize (Format);
269 FileNameSize = AsciiStrSize (FileName);
270 DescriptionSize = AsciiStrSize (Description);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DLanguage.c348 AsciiStrSize (LangCodes),
359 AsciiStrSize (PlatformLangCodes),
427 AsciiStrSize (PlatformLang),
H A DFrontPage.c220 Lang = AllocatePool (AsciiStrSize (LanguageString));
238 AsciiStrSize ((CHAR8 *) PcdGetPtr (PcdUefiVariableDefaultPlatformLangCodes)),
258 AsciiStrSize (BestLanguage),
430 Lang = AllocatePool (AsciiStrSize (LanguageString));
702 StrSize = AsciiStrSize (OptionalStrStart);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DString.c126 StringSize = AsciiStrSize (StringSrc) * 2;
325 BlockSize += Offset + AsciiStrSize ((CHAR8 *) StringTextPtr);
332 BlockSize += Offset + AsciiStrSize ((CHAR8 *) StringTextPtr);
342 BlockSize += AsciiStrSize ((CHAR8 *) StringTextPtr);
350 StringTextPtr = StringTextPtr + AsciiStrSize ((CHAR8 *) StringTextPtr);
365 BlockSize += AsciiStrSize ((CHAR8 *) StringTextPtr);
373 StringTextPtr = StringTextPtr + AsciiStrSize ((CHAR8 *) StringTextPtr);
990 BlockSize -= AsciiStrSize ((CHAR8 *) StringTextPtr);
1005 TmpSize = OldBlockSize - (StringTextPtr - StringPackage->StringBlock) - AsciiStrSize ((CHAR8 *) StringTextPtr);
1008 StringTextPtr + AsciiStrSize ((CHAR
[all...]
H A DConfigRouting.c907 VarStoreName = AllocateZeroPool (AsciiStrSize ((CHAR8 *)IfrEfiVarStore->Name) * sizeof (CHAR16));
1047 VarStoreName = AllocateZeroPool (AsciiStrSize ((CHAR8 *)IfrVarStore->Name) * sizeof (CHAR16));
1114 VarStoreName = AllocateZeroPool (AsciiStrSize ((CHAR8 *)IfrEfiVarStore->Name) * sizeof (CHAR16));
2522 VarStoreName = AllocateZeroPool (AsciiStrSize ((CHAR8 *)EfiVarStoreInfo->Name) * sizeof (CHAR16));
2597 VarStoreName = AllocateZeroPool (AsciiStrSize ((CHAR8 *)EfiVarStoreInfo->Name) * sizeof (CHAR16));
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DDrvDiag.c185 Language = AllocateZeroPool(AsciiStrSize(DriverDiagnostics2->SupportedLanguages));
195 Language = AllocateZeroPool(AsciiStrSize(Lang));
224 Language = AllocateZeroPool(AsciiStrSize(DriverDiagnostics2->SupportedLanguages));
234 Language = AllocateZeroPool(AsciiStrSize(Lang));
H A DDh.c91 Lang = AllocateZeroPool(AsciiStrSize(CompName2->SupportedLanguages));
101 Lang = AllocateZeroPool(AsciiStrSize(Language));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/UefiHiiLib/
H A DHiiString.c82 AllocatedLanguages = AllocateCopyPool (AsciiStrSize (SupportedLanguages), SupportedLanguages);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DFileHandleWrappers.c1362 if ((UINTN)(((EFI_FILE_PROTOCOL_MEM*)This)->Position + AsciiStrSize(AsciiBuffer)) > (UINTN)(((EFI_FILE_PROTOCOL_MEM*)This)->BufferSize)) {
1363 ((EFI_FILE_PROTOCOL_MEM*)This)->Buffer = ReallocatePool((UINTN)(((EFI_FILE_PROTOCOL_MEM*)This)->BufferSize), (UINTN)(((EFI_FILE_PROTOCOL_MEM*)This)->BufferSize) + AsciiStrSize(AsciiBuffer) + 10, ((EFI_FILE_PROTOCOL_MEM*)This)->Buffer);
1364 ((EFI_FILE_PROTOCOL_MEM*)This)->BufferSize += AsciiStrSize(AsciiBuffer) + 10;
1366 CopyMem(((UINT8*)((EFI_FILE_PROTOCOL_MEM*)This)->Buffer) + ((EFI_FILE_PROTOCOL_MEM*)This)->Position, AsciiBuffer, AsciiStrSize(AsciiBuffer));
1367 ((EFI_FILE_PROTOCOL_MEM*)This)->Position += AsciiStrSize(AsciiBuffer);
1753 Size = AsciiStrSize(AsciiBuffer) - 1; // (we dont need the null terminator)
H A DShellProtocol.c717 Lang = AllocateZeroPool(AsciiStrSize(CompName2->SupportedLanguages));
727 Lang = AllocateZeroPool(AsciiStrSize(Language));
776 Lang = AllocateZeroPool(AsciiStrSize(CompName2->SupportedLanguages));
786 Lang = AllocateZeroPool(AsciiStrSize(Language));
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/
H A DOpenSslSupport.h238 #define strchr(str,ch) ScanMem8((VOID *)(str),AsciiStrSize(str),(UINT8)ch)
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
H A DAmlOption.c69 *DataSize = AsciiStrSize((CHAR8 *)Buffer);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Mtftp6Dxe/
H A DMtftp6Option.c58 Ip6Str = (CHAR8 *) AllocateCopyPool (AsciiStrSize ((CHAR8 *) Str), Str);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePrintLib/
H A DPrintLibInternal.c391 ASSERT (AsciiStrSize (Format) != 0);
949 ASSERT ((((Flags & OUTPUT_UNICODE) != 0)) || (AsciiStrSize (OriginalBuffer) != 0));
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DSetVar.c193 Status = gRT->SetVariable((CHAR16*)VariableName, &Guid, Attributes, AsciiStrSize(Buffer)-sizeof(CHAR8), Buffer);
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVariable/
H A DInitVariable.c524 AsciiStrSize(pszVariable0),
H A DEmuVariable.c892 AsciiStrSize (BestPlatformLang), Attributes, &Variable);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxePrintLibPrint2Protocol/
H A DPrintLib.c99 ASSERT (AsciiStrSize (Format) != 0);
1221 ASSERT (AsciiStrSize (Format) != 0);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DUefiLib.c1098 NewUnicodeStringTable[NumberOfEntries].Language = AllocateCopyPool (AsciiStrSize(Language), Language);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/
H A DUefiLib.c1120 NewUnicodeStringTable[NumberOfEntries].Language = AllocateCopyPool (AsciiStrSize(Language), Language);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DIfrParse.c1462 Storage->Name = AllocateZeroPool (AsciiStrSize (AsciiString) * 2);
1511 Storage->Name = AllocateZeroPool (AsciiStrSize (AsciiString) * 2);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiConfig.c715 BufferSize = AsciiStrSize (IScsiName);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/
H A DEmuVariable.c853 AsciiStrSize (BestPlatformLang), Attributes, &Variable);

Completed in 166 milliseconds

12