Searched refs:ELTORITO_CATALOG (Results 1 – 3 of 3) sorted by relevance
52 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()
112 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()
143 } ELTORITO_CATALOG; typedef