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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.c998 EFI_DEVICE_PATH_PROTOCOL *CheckDevicePath; local
1000 CheckDevicePath = DevicePath;
1001 while (!IsDevicePathEnd (CheckDevicePath)) {
1005 if ((DevicePathType (CheckDevicePath) == MESSAGING_DEVICE_PATH) &&
1006 (DevicePathSubType (CheckDevicePath) == MSG_USB_DP ||
1007 DevicePathSubType (CheckDevicePath) == MSG_USB_CLASS_DP ||
1008 DevicePathSubType (CheckDevicePath) == MSG_USB_WWID_DP)) {
1014 if ((DevicePathType (CheckDevicePath) == HARDWARE_DEVICE_PATH) &&
1015 (DevicePathSubType (CheckDevicePath) == HW_PCCARD_DP)) {
1022 CheckDevicePath
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeDeferImageLoadLib/
H A DDxeDeferImageLoadLib.c340 CheckDevicePath ( function
427 if (CheckDevicePath (Path, DevicePath)) {
565 if (CheckDevicePath (DevicePath, OptionDevicePath)) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/TerminalDxe/
H A DTerminal.c1708 EFI_DEVICE_PATH_PROTOCOL *CheckDevicePath; local
1710 CheckDevicePath = DevicePath;
1711 while (!IsDevicePathEnd (CheckDevicePath)) {
1715 if ((DevicePathType (CheckDevicePath) == MESSAGING_DEVICE_PATH) &&
1716 (DevicePathSubType (CheckDevicePath) == MSG_USB_DP ||
1717 DevicePathSubType (CheckDevicePath) == MSG_USB_CLASS_DP ||
1718 DevicePathSubType (CheckDevicePath) == MSG_USB_WWID_DP)) {
1724 if ((DevicePathType (CheckDevicePath) == HARDWARE_DEVICE_PATH) &&
1725 (DevicePathSubType (CheckDevicePath) == HW_PCCARD_DP)) {
1732 CheckDevicePath
[all...]

Completed in 88 milliseconds