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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsBoot.c363 @param ShortFormDevicePath The USB Class or USB WWID device path to match.
372 IN EFI_DEVICE_PATH_PROTOCOL *ShortFormDevicePath
437 if (BdsMatchUsbClass (UsbIo, (USB_CLASS_DEVICE_PATH *) ShortFormDevicePath) ||
438 BdsMatchUsbWwid (UsbIo, (USB_WWID_DEVICE_PATH *) ShortFormDevicePath)) {
442 NextDevicePath = NextDevicePathNode (ShortFormDevicePath);
562 EFI_DEVICE_PATH_PROTOCOL *ShortFormDevicePath; local
567 ShortFormDevicePath = NULL;
574 ShortFormDevicePath = TempDevicePath;
580 if (ShortFormDevicePath == NULL) {
587 if (ShortFormDevicePath
[all...]

Completed in 34 milliseconds