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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDhcp6.c224 @param[in] BootFile The pointer to the boot file URL option data.
236 IN CHAR8 *BootFile,
274 CompareMem (BootFile, PXEBC_DHCP6_BOOT_FILE_URL_PREFIX, PrefixLen) != 0) {
278 BootFile = BootFile + PrefixLen;
286 CopyMem (TmpStr, BootFile, Length);
404 // The BootFile Size should be 1~5 byte ASCII strings
411 // Extract the value of BootFile Size.
233 PxeBcExtractBootFileUrl( OUT UINT8 **FileName, IN OUT EFI_IPv6_ADDRESS *SrvAddr, IN CHAR8 *BootFile, IN UINT16 Length ) argument

Completed in 35 milliseconds