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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
H A DFwVolWrite.c677 UINT8 *TmpBuffer; local
702 TmpBuffer = Buffer;
710 TmpBuffer
719 TmpBuffer += WriteLength;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DriverSampleDxe/
H A DDriverSample.c666 UINT8 *TmpBuffer; local
689 Status = GetValueOfNumber (StringPtr, &TmpBuffer, &Length);
696 TmpBuffer,
699 FreePool (TmpBuffer);
710 Status = GetValueOfNumber (StringPtr, &TmpBuffer, &Length);
717 TmpBuffer,
720 FreePool (TmpBuffer);
731 Status = GetValueOfNumber (StringPtr, &TmpBuffer, &Length);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DConfigRouting.c1913 UINT8 *TmpBuffer; local
2024 Status = GetValueOfNumber (StringPtr, &TmpBuffer, &Length);
2031 TmpBuffer,
2034 FreePool (TmpBuffer);
2046 Status = GetValueOfNumber (StringPtr, &TmpBuffer, &Length);
2053 TmpBuffer,
2056 FreePool (TmpBuffer);
2085 Status = GetValueOfNumber (StringPtr, &TmpBuffer, &Length);
2375 TmpBuffer = (UINT8 *) &(DefaultValueData->Value);
2377 StringPtr += UnicodeValueToString (StringPtr, PREFIX_ZERO | RADIX_HEX, TmpBuffer[Widt
3439 UINT8 *TmpBuffer; local
3737 UINT8 *TmpBuffer; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/UefiHiiLib/
H A DHiiLib.c946 UINT8 *TmpBuffer; local
993 TmpBuffer = NULL;
1024 Status = InternalHiiGetValueOfNumber (StringPtr, &TmpBuffer, &Length);
1031 TmpBuffer,
1034 FreePool (TmpBuffer);
1035 TmpBuffer = NULL;
1047 Status = InternalHiiGetValueOfNumber (StringPtr, &TmpBuffer, &Length);
1054 TmpBuffer,
1057 FreePool (TmpBuffer);
1058 TmpBuffer
[all...]

Completed in 70 milliseconds