Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootImpl.c491 …= EFI_BUFFER_TOO_SMALL && (ImageType == ImageTypeVirtualCd || ImageType == ImageTypeVirtualDisk)) { in HttpBootDxeLoadFile()
502 if (ImageType == ImageTypeVirtualCd || ImageType == ImageTypeVirtualDisk) { in HttpBootDxeLoadFile()
DHttpBootDxe.h97 ImageTypeVirtualDisk, enumerator
DHttpBootSupport.c1126 *ImageType = ImageTypeVirtualDisk; in HttpBootCheckImageType()
1175 } else if (ImageType == ImageTypeVirtualDisk) { in HttpBootRegisterRamDisk()