Searched refs:PtrBuf (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
H A DParseUpdateProfile.c43 UINT8 *PtrBuf; local
46 PtrBuf = Buffer;
52 while ((UINTN)PtrBuf < PtrEnd) {
53 if (*PtrBuf == 0x0D) {
56 PtrBuf++;
59 if ((UINTN)PtrBuf >= (PtrEnd - 1)) {
65 } else if (*(PtrBuf + 1) == 0x0A) {
69 Length = (UINTN) PtrBuf - (UINTN) Buffer + 2;
71 Length = (UINTN) PtrBuf - (UINTN) Buffer + 1;
102 UINT8 *PtrBuf; local
232 UINT8 *PtrBuf; local
319 UINT8 *PtrBuf; local
[all...]

Completed in 39 milliseconds