Searched defs:ConfigElement (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DConfigRouting.c3444 EFI_STRING ConfigElement; local
3466 ConfigElement = NULL;
3614 // Build a ConfigElement
3617 ConfigElement = (EFI_STRING) AllocateZeroPool (Length * sizeof (CHAR16));
3618 if (ConfigElement == NULL) {
3622 CopyMem (ConfigElement, TmpPtr, (StringPtr - TmpPtr + 1) * sizeof (CHAR16));
3624 *(ConfigElement + (StringPtr - TmpPtr)) = L'&';
3626 *(ConfigElement + (StringPtr - TmpPtr) + 1) = 0;
3627 StrCat (ConfigElement, L"VALUE=");
3628 StrCat (ConfigElement, ValueSt
[all...]

Completed in 562 milliseconds