/device/linaro/bootloader/edk2/EmulatorPkg/Library/DevicePathTextLib/ |
D | DevicePathTextLib.c | 57 if (CompareGuid (&Vendor->VendorDevicePath.Guid, &gEmuThunkProtocolGuid)) { in DevPathToTextVendorLib() 61 if (CompareGuid (&Vendor->VendorDevicePath.Guid, &gEmuGraphicsWindowProtocolGuid)) { in DevPathToTextVendorLib() 65 if (CompareGuid (&Vendor->VendorDevicePath.Guid, &gEfiSimpleFileSystemProtocolGuid)) { in DevPathToTextVendorLib() 69 if (CompareGuid (&Vendor->VendorDevicePath.Guid, &gEmuBlockIoProtocolGuid)) { in DevPathToTextVendorLib() 73 if (CompareGuid (&Vendor->VendorDevicePath.Guid, &gEmuThreadThunkProtocolGuid)) { in DevPathToTextVendorLib() 155 CopyGuid (&Vendor->VendorDevicePath.Guid, &gEfiSimpleFileSystemProtocolGuid); in DevPathFromTextEmuFs()
|
/device/linaro/bootloader/edk2/EmulatorPkg/EmuBusDriverDxe/ |
D | EmuBusDriverDxe.c | 238 if (Node->VendorDevicePath.Header.Type == HARDWARE_DEVICE_PATH && in EmuBusDriverBindingStart() 239 Node->VendorDevicePath.Header.SubType == HW_VENDOR_DP && in EmuBusDriverBindingStart() 240 … DevicePathNodeLength (&Node->VendorDevicePath.Header) == sizeof (EMU_VENDOR_DEVICE_PATH_NODE) in EmuBusDriverBindingStart() 242 …if (CompareGuid (&Node->VendorDevicePath.Guid, EmuIoThunk->Protocol) && Node->Instance == EmuIoThu… in EmuBusDriverBindingStart() 470 DevicePath.VendorDevicePath.Header.Type = HARDWARE_DEVICE_PATH; in EmuBusCreateDevicePath() 471 DevicePath.VendorDevicePath.Header.SubType = HW_VENDOR_DP; in EmuBusCreateDevicePath() 472 …SetDevicePathNodeLength (&DevicePath.VendorDevicePath.Header, sizeof (EMU_VENDOR_DEVICE_PATH_NODE)… in EmuBusCreateDevicePath() 477 CopyMem (&DevicePath.VendorDevicePath.Guid, Guid, sizeof (EFI_GUID)); in EmuBusCreateDevicePath()
|
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtBusDriverDxe/ |
D | WinNtBusDriver.c | 499 if (Node->VendorDevicePath.Header.Type == HARDWARE_DEVICE_PATH && in WinNtBusDriverBindingStart() 500 Node->VendorDevicePath.Header.SubType == HW_VENDOR_DP && in WinNtBusDriverBindingStart() 501 … DevicePathNodeLength (&Node->VendorDevicePath.Header) == sizeof (WIN_NT_VENDOR_DEVICE_PATH_NODE) in WinNtBusDriverBindingStart() 503 if (CompareGuid (&Node->VendorDevicePath.Guid, mPcdEnvironment[Index].DevicePathGuid) && in WinNtBusDriverBindingStart() 785 DevicePath.VendorDevicePath.Header.Type = HARDWARE_DEVICE_PATH; in WinNtBusCreateDevicePath() 786 DevicePath.VendorDevicePath.Header.SubType = HW_VENDOR_DP; in WinNtBusCreateDevicePath() 787 …SetDevicePathNodeLength (&DevicePath.VendorDevicePath.Header, sizeof (WIN_NT_VENDOR_DEVICE_PATH_NO… in WinNtBusCreateDevicePath() 792 CopyMem (&DevicePath.VendorDevicePath.Guid, Guid, sizeof (EFI_GUID)); in WinNtBusCreateDevicePath()
|
D | WinNtBusDriver.h | 183 VENDOR_DEVICE_PATH VendorDevicePath; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/ |
D | UefiIfrCommon.c | 184 HII_VENDOR_DEVICE_PATH_NODE *VendorDevicePath; in CreateHiiDriverHandle() local 186 …VendorDevicePath = EfiLibAllocateCopyPool (sizeof (HII_VENDOR_DEVICE_PATH), &mHiiVendorDevicePathT… in CreateHiiDriverHandle() 187 if (VendorDevicePath == NULL) { in CreateHiiDriverHandle() 194 VendorDevicePath->UniqueId = (UINT64) ((UINTN) VendorDevicePath); in CreateHiiDriverHandle() 200 VendorDevicePath, in CreateHiiDriverHandle()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/ |
D | Ui.h | 46 VENDOR_DEVICE_PATH VendorDevicePath; member
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/Setup/ |
D | SetupPlatform.h | 37 VENDOR_DEVICE_PATH VendorDevicePath; member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverHealthManagerDxe/ |
D | DriverHealthManagerDxe.h | 48 VENDOR_DEVICE_PATH VendorDevicePath; member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/ |
D | DriverSample.h | 118 VENDOR_DEVICE_PATH VendorDevicePath; member
|
/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBootManagerLib/ |
D | PlatformBootManager.h | 56 VENDOR_DEVICE_PATH VendorDevicePath; member
|
/device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/ |
D | PlatformBootManager.h | 62 VENDOR_DEVICE_PATH VendorDevicePath; member
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/ |
D | Bds.h | 83 VENDOR_DEVICE_PATH VendorDevicePath; member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootManagerUiLib/ |
D | BootManager.h | 41 VENDOR_DEVICE_PATH VendorDevicePath; member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PlatformVarCleanupLib/ |
D | PlatVarCleanup.h | 90 VENDOR_DEVICE_PATH VendorDevicePath; member
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgConfigDxe/ |
D | TcgConfigImpl.h | 53 VENDOR_DEVICE_PATH VendorDevicePath; member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiResourcesSampleDxe/ |
D | HiiResourcesSample.c | 30 VENDOR_DEVICE_PATH VendorDevicePath; member
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordDxe/ |
D | OpalHiiPrivate.h | 46 VENDOR_DEVICE_PATH VendorDevicePath; member
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEConfig/ |
D | TrEEConfigImpl.h | 53 VENDOR_DEVICE_PATH VendorDevicePath; member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/ |
D | IScsiConfig.h | 112 VENDOR_DEVICE_PATH VendorDevicePath; member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DeviceManagerUiLib/ |
D | DeviceManager.h | 65 VENDOR_DEVICE_PATH VendorDevicePath; member
|
/device/linaro/bootloader/edk2/NetworkPkg/TlsAuthConfigDxe/ |
D | TlsAuthConfigImpl.h | 65 VENDOR_DEVICE_PATH VendorDevicePath; member
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Config/ |
D | Tcg2ConfigImpl.h | 54 VENDOR_DEVICE_PATH VendorDevicePath; member
|
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/ |
D | IScsiConfig.h | 88 VENDOR_DEVICE_PATH VendorDevicePath; member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/FileExplorerLib/ |
D | FileExplorer.h | 51 VENDOR_DEVICE_PATH VendorDevicePath; member
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/ |
D | LegacyBootMaintUi.h | 101 VENDOR_DEVICE_PATH VendorDevicePath; member
|