Searched defs:CheckMedia (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsBoot.c2557 And if CheckMedia is true, check the device is ready to boot now.
2560 @param CheckMedia if true, check the device is ready to boot now.
2570 IN BOOLEAN CheckMedia
2573 return BdsLibIsValidEFIBootOptDevicePathExt (DevPath, CheckMedia, NULL);
2578 And if CheckMedia is true, check the device is ready to boot now.
2584 @param CheckMedia if true, check the device is ready to boot now.
2595 IN BOOLEAN CheckMedia,
2605 VBoxLog(("BdsLibIsValidEFIBootOptDevicePathExt: DevPath=%s CheckMedia=%d Description=%s\n",
2606 DevicePathToStr(DevPath), CheckMedia, Description));
2645 if (CheckMedia) {
2593 BdsLibIsValidEFIBootOptDevicePathExt( IN EFI_DEVICE_PATH_PROTOCOL *DevPath, IN BOOLEAN CheckMedia, IN CHAR16 *Description ) argument
[all...]

Completed in 197 milliseconds