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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDhcp6.c243 UINT16 BootFileNameLen; local
330 BootFileNameLen = (UINT16)(Length - (UINT16) ((UINTN)BootFileNamePtr - (UINTN)TmpStr) + 1);
331 if (BootFileNameLen != 0 || FileName != NULL) {
346 BootFileName = (CHAR8 *) AllocateZeroPool (BootFileNameLen);

Completed in 49 milliseconds