Searched refs:ImageType (Results 1 – 2 of 2) sorted by relevance
| /lib/uefi/ |
| A D | uefi_platform.cpp | 116 const char *GetImageType(const char16_t *ImageType) { in GetImageType() argument 117 if (memcmp(ImageType, GBL_IMAGE_TYPE_OS_LOAD, in GetImageType() 120 } else if (memcmp(ImageType, GBL_IMAGE_TYPE_FASTBOOT, in GetImageType() 123 } else if (memcmp(ImageType, GBL_IMAGE_TYPE_PVMFW_DATA, in GetImageType() 144 printf("%s(%s, %lu)\n", __FUNCTION__, GetImageType(ImageInfo->ImageType), in get_buffer()
|
| /lib/uefi/include/uefi/protocols/ |
| A D | gbl_efi_image_loading_protocol.h | 39 char16_t ImageType[PARTITION_NAME_LEN_U16]; member
|
Completed in 7 milliseconds