Home
last modified time | relevance | path

Searched refs:UriDevicePath (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootSupport.c1010 URI_DEVICE_PATH *UriDevicePath; in HttpBootParseFilePath() local
1027 UriDevicePath = (URI_DEVICE_PATH*) TempDevicePath; in HttpBootParseFilePath()
1032 UriStrLength = DevicePathNodeLength (UriDevicePath) - sizeof(EFI_DEVICE_PATH_PROTOCOL); in HttpBootParseFilePath()
1043 …CopyMem (Uri, UriDevicePath->Uri, DevicePathNodeLength (UriDevicePath) - sizeof(EFI_DEVICE_PATH_PR… in HttpBootParseFilePath()
1044 Uri[DevicePathNodeLength (UriDevicePath) - sizeof(EFI_DEVICE_PATH_PROTOCOL)] = '\0'; in HttpBootParseFilePath()