HomeSort by relevance Sort by last modified time
    Searched refs:BootFileSize (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootImpl.c 262 if (Private->BootFileSize == 0) {
273 &Private->BootFileSize,
281 ASSERT (Private->BootFileSize == 0);
285 &Private->BootFileSize,
295 if (*BufferSize < Private->BootFileSize) {
296 *BufferSize = Private->BootFileSize;
351 Private->BootFileSize = 0;
HttpBootDxe.h 191 UINTN BootFileSize;
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcDhcp6.h 159 @param[out] BootFileSize The pointer to the parsed boot file size.
168 OUT UINT16 *BootFileSize
PxeBcBoot.c 568 Private->BootFileSize = (UINTN) *BufferSize;
576 AsciiPrint ("\n NBP filesize is %d Bytes", Private->BootFileSize);
682 Private->BootFileSize = (UINTN) *BufferSize;
690 AsciiPrint ("\n NBP filesize is %d Bytes", Private->BootFileSize);
    [all...]
PxeBcImpl.h 181 UINTN BootFileSize;
PxeBcDhcp6.c 593 @param[out] BootFileSize The pointer to the parsed boot file size.
602 OUT UINT16 *BootFileSize
638 *BootFileSize = (UINT16) Size;
    [all...]
PxeBcImpl.c 366 Private->BootFileSize = 0;
    [all...]

Completed in 829 milliseconds