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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDhcp6.h177 @param[out] BootFileSize The pointer to the parsed boot file size.
186 OUT UINT16 *BootFileSize
H A DPxeBcBoot.c530 Private->BootFileSize = (UINTN) *BufferSize;
538 AsciiPrint ("\n NBP filesize is %d Bytes", Private->BootFileSize);
634 Private->BootFileSize = (UINTN) *BufferSize;
642 AsciiPrint ("\n NBP filesize is %d Bytes", Private->BootFileSize);
1072 if (Private->BootFileSize == 0) {
1108 } else if (CurrentSize < Private->BootFileSize || Buffer == NULL ) {
1112 CurrentSize = Private->BootFileSize;
H A DPxeBcImpl.h171 UINTN BootFileSize; member in struct:_PXEBC_PRIVATE_DATA
H A DPxeBcDhcp6.c383 @param[out] BootFileSize The pointer to the parsed boot file size.
392 OUT UINT16 *BootFileSize
428 *BootFileSize = (UINT16) Size;
H A DPxeBcImpl.c345 Private->BootFileSize = 0;

Completed in 64 milliseconds