Searched refs:DevicePathType (Results 1 - 25 of 40) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DConsoleOption.c42 (DevicePathType (FlowControl) == MESSAGING_DEVICE_PATH) &&
63 (DevicePathType (Acpi) == ACPI_DEVICE_PATH) &&
122 if ((DevicePathType (Node) == MESSAGING_DEVICE_PATH) && (DevicePathSubType (Node) == MSG_UART_DP)) {
171 if ((DevicePathType (Node1) == MESSAGING_DEVICE_PATH) && (DevicePathSubType (Node1) == MSG_UART_DP)) {
246 if ((DevicePathType (Node) == MESSAGING_DEVICE_PATH) && (DevicePathSubType (Node) == MSG_UART_DP)) {
314 if ((DevicePathType (DevicePath) == MESSAGING_DEVICE_PATH) && (DevicePathSubType (DevicePath) == MSG_UART_DP)) {
462 if ((DevicePathType (Node) == MESSAGING_DEVICE_PATH) && (DevicePathSubType (Node) == MSG_UART_DP)) {
644 if ((DevicePathType (Node) == MESSAGING_DEVICE_PATH) && (DevicePathSubType (Node) == MSG_UART_DP)) {
690 if ((DevicePathType (SerialNode) == MESSAGING_DEVICE_PATH) && (DevicePathSubType (SerialNode) == MSG_UART_DP)) {
955 if ((DevicePathType (Nod
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsBoot.c183 if ((DevicePathType (UsbClass) != MESSAGING_DEVICE_PATH) ||
273 if ((DevicePathType (UsbWwid) != MESSAGING_DEVICE_PATH) ||
571 if ((DevicePathType (TempDevicePath) == MESSAGING_DEVICE_PATH) &&
685 if ((DevicePathType (DevicePath) == MEDIA_DEVICE_PATH) &&
737 if ((DevicePathType (Option->DevicePath) == BBS_DEVICE_PATH) &&
1273 if ((DevicePathType (DevicePath) == MEDIA_DEVICE_PATH) &&
1505 if ((DevicePathType (OptionDevicePath) == BBS_DEVICE_PATH) &&
1637 UINTN DevicePathType; local
1732 DevicePathType = BdsGetBootTypeFromDevicePath (DevicePath);
1734 switch (DevicePathType) {
[all...]
H A DBdsConnect.c358 if ((DevicePathType (RemainingDevicePath) != MESSAGING_DEVICE_PATH) ||
H A DDevicePath.c195 switch (DevicePathType (&Vendor->Header)) {
1535 if (DevicePathType (DevPathNode) == DevPathTable[Index].Type &&
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DUefiNotTiano.c304 if (DevicePathType (&FvDevicePathNode->Header) == MEDIA_DEVICE_PATH &&
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DDevicePathLib.h37 DevicePathType (
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/
H A DUefiNotTiano.c293 if (DevicePathType (&FvDevicePathNode->Header) == MEDIA_DEVICE_PATH &&
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyIde.c143 if ((DevicePathType (DevicePathNode) == HARDWARE_DEVICE_PATH) &&
145 ( DevicePathType(TempDevicePathNode) == MESSAGING_DEVICE_PATH) &&
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/
H A DUefiDevicePathLib.c88 DevicePathType ( function
193 return (BOOLEAN) (DevicePathType (Node) == END_DEVICE_PATH_TYPE);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugPortDxe/
H A DDebugPort.h84 #define IS_UART_DEVICEPATH(dp) (DevicePathType (dp) == MESSAGING_DEVICE_PATH && DevicePathSubType (dp) == MSG_UART_DP)
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDevicePathLib/
H A DUefiDevicePathLib.c58 DevicePathType ( function
164 return (BOOLEAN) (DevicePathType (Node) == END_DEVICE_PATH_TYPE);
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Csm/CsmSupportLib/
H A DLegacyPlatform.c934 UINT16 DevicePathType; local
963 DevicePathType = BbsDevicePath->DeviceType;
965 DevicePathType = BBS_HARDDISK;
980 switch (DevicePathType) {
987 (LocalBbsTable[Index].DeviceType == DevicePathType)) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.c1005 if ((DevicePathType (CheckDevicePath) == MESSAGING_DEVICE_PATH) &&
1014 if ((DevicePathType (CheckDevicePath) == HARDWARE_DEVICE_PATH) &&
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DBdsEntry.c210 if (DevicePathType (BootOption->DevicePath) != BBS_DEVICE_PATH) {
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/
H A DBootManager.c281 (DevicePathType (Option->DevicePath) == BBS_DEVICE_PATH) &&
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Disk/PartitionDxe/
H A DMbr.c180 if (DevicePathType (LastDevicePathNode) == MEDIA_DEVICE_PATH &&
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/PartitionDxe/
H A DMbr.c207 if (DevicePathType (LastDevicePathNode) == MEDIA_DEVICE_PATH &&
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DMap.c254 if (DevicePathType (DevicePath) == MEDIA_DEVICE_PATH) {
261 } else if (DevicePathType (DevicePath) == ACPI_DEVICE_PATH) {
291 if (DevicePathType (DevicePath) == MESSAGING_DEVICE_PATH) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DevicePathDxe/
H A DDevicePathToText.c188 switch (DevicePathType (&Vendor->Header)) {
1956 if (DevicePathType (DeviceNode) == DevPathToTextTable[Index].Type &&
2025 if (DevicePathType (DevPathNode) == DevPathToTextTable[Index].Type &&
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DLegacyBios.h919 UINT16 DevicePathType; ///< The default boot type. member in struct:__anon10755
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciOptionRomSupport.c60 (DevicePathType (FilePath) != MEDIA_DEVICE_PATH) ||
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiMisc.c755 if ((DevicePathType (&DPathNode->DevPath) == MESSAGING_DEVICE_PATH) &&
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeServicesLib/
H A DDxeServicesLib.c746 if (DevicePathType (DevicePathNode) != MEDIA_DEVICE_PATH ||
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeDeferImageLoadLib/
H A DDxeDeferImageLoadLib.c136 switch (DevicePathType (TempDevicePath)) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/TerminalDxe/
H A DTerminal.c1715 if ((DevicePathType (CheckDevicePath) == MESSAGING_DEVICE_PATH) &&
1724 if ((DevicePathType (CheckDevicePath) == HARDWARE_DEVICE_PATH) &&

Completed in 880 milliseconds

12