Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/
DElTorito.c52 ELTORITO_CATALOG *Catalog; in PartitionInstallElToritoChildHandles()
86 Catalog = (ELTORITO_CATALOG *) VolDescriptor; in PartitionInstallElToritoChildHandles()
162 for (Index = 0; Index < sizeof (ELTORITO_CATALOG) / sizeof (UINT16); Index += 1) { in PartitionInstallElToritoChildHandles()
171 MaxIndex = Media->BlockSize / sizeof (ELTORITO_CATALOG); in PartitionInstallElToritoChildHandles()
/device/linaro/bootloader/edk2/FatPkg/FatPei/
DPart.c112 ELTORITO_CATALOG *Catalog; in FatFindEltoritoPartitions()
137 Catalog = (ELTORITO_CATALOG *) VolDescriptor; in FatFindEltoritoPartitions()
224 for (Index = 0; Index < sizeof (ELTORITO_CATALOG) / sizeof (UINT16); Index += 1) { in FatFindEltoritoPartitions()
232 MaxIndex = ParentBlockDev->BlockSize / sizeof (ELTORITO_CATALOG); in FatFindEltoritoPartitions()
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DElTorito.h143 } ELTORITO_CATALOG; typedef