Lines Matching refs:Media
694 Description = BlockIo->Media->RemovableMedia ? L"DVD/CDROM" : L"Hard Drive";
708 Description = BlockIo->Media->RemovableMedia ? L"Removable Disk" : L"Hard Drive";
1042 and there is no Media FilePath device path in the end.
1043 In this case, it will follow Removable Media Boot Behavior.
1045 and ended with Media FilePath device path.
1047 contains a USB Class or USB WWID device path node, while not ended with Media
1048 FilePath device path. In this case, it will follow Removable Media Boot Behavior.
1050 contains a USB Class or USB WWID device path node, and ended with Media
1134 // Enumerate all removable media devices followed by all fixed media devices,
1135 // followed by media devices which don't layer on block io.
1143 if ((MediaType == 0 && BlockIo != NULL && BlockIo->Media->RemovableMedia) ||
1144 (MediaType == 1 && BlockIo != NULL && !BlockIo->Media->RemovableMedia) ||
1225 Expand a device path that starts with a hard drive media device path node to be a
1298 // Connect the device path instance, the device path point to hard drive media device path node
1397 Expand the media device path which points to a BlockIo or SimpleFileSystem instance
1400 @param DevicePath The media device path pointing to a BlockIo or SimpleFileSystem instance.
1446 // should make sure all its children handles (its child partion or media handles) are created and connected.
1451 // Issue a dummy read to the device to check for media change.
1452 // When the removable media
1461 Buffer = AllocatePool (BlockIo->Media->BlockSize);
1465 BlockIo->Media->MediaId,
1467 BlockIo->Media->BlockSize,
1474 // Detect the the default boot file from removable Media
1547 // Boot from media device by adding a default file name \EFI\BOOT\BOOT{machine type short-name}.EFI
1635 If the BootOption Device Path fails the removable media boot algorithm
1915 @param HardDriveDevicePath A device path which starts with a hard drive media
2030 1. Removable BlockIo - The boot option only points to the removable media
2037 4. LoadFile - The boot option points to the media supporting
2089 if (BlkIo->Media->LogicalPartition) {
2096 if (BlkIo->Media->RemovableMedia == ((Removable == 0) ? FALSE : TRUE)) {