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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDhcp6.c241 CHAR8 *BootFileNamePtr; local
323 BootFileNamePtr = (CHAR8*)((UINTN)ServerAddress + 1);
324 if (*BootFileNamePtr != PXEBC_TFTP_URL_SEPARATOR) {
329 ++BootFileNamePtr;
330 BootFileNameLen = (UINT16)(Length - (UINT16) ((UINTN)BootFileNamePtr - (UINTN)TmpStr) + 1);
336 ModeStr = AsciiStrStr (BootFileNamePtr, ";mode=octet");
339 } else if (AsciiStrStr (BootFileNamePtr, ";mode=") != NULL) {
356 while (*BootFileNamePtr != '\0') {
357 if (*BootFileNamePtr == '%') {
358 TmpChar = *(BootFileNamePtr
[all...]

Completed in 42 milliseconds