Home
last modified time | relevance | path

Searched refs:VendorDevicePath (Results 1 – 25 of 43) sorted by relevance

12

/device/linaro/bootloader/edk2/EmulatorPkg/Library/DevicePathTextLib/
DDevicePathTextLib.c57 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/
DEmuBusDriverDxe.c238 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/
DWinNtBusDriver.c499 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()
DWinNtBusDriver.h183 VENDOR_DEVICE_PATH VendorDevicePath; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
DUefiIfrCommon.c184 HII_VENDOR_DEVICE_PATH_NODE *VendorDevicePath; in CreateHiiDriverHandle() local
186VendorDevicePath = 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/
DUi.h46 VENDOR_DEVICE_PATH VendorDevicePath; member
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/Setup/
DSetupPlatform.h37 VENDOR_DEVICE_PATH VendorDevicePath; member
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverHealthManagerDxe/
DDriverHealthManagerDxe.h48 VENDOR_DEVICE_PATH VendorDevicePath; member
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/
DDriverSample.h118 VENDOR_DEVICE_PATH VendorDevicePath; member
/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBootManagerLib/
DPlatformBootManager.h56 VENDOR_DEVICE_PATH VendorDevicePath; member
/device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/
DPlatformBootManager.h62 VENDOR_DEVICE_PATH VendorDevicePath; member
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
DBds.h83 VENDOR_DEVICE_PATH VendorDevicePath; member
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootManagerUiLib/
DBootManager.h41 VENDOR_DEVICE_PATH VendorDevicePath; member
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PlatformVarCleanupLib/
DPlatVarCleanup.h90 VENDOR_DEVICE_PATH VendorDevicePath; member
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgConfigDxe/
DTcgConfigImpl.h53 VENDOR_DEVICE_PATH VendorDevicePath; member
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiResourcesSampleDxe/
DHiiResourcesSample.c30 VENDOR_DEVICE_PATH VendorDevicePath; member
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordDxe/
DOpalHiiPrivate.h46 VENDOR_DEVICE_PATH VendorDevicePath; member
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEConfig/
DTrEEConfigImpl.h53 VENDOR_DEVICE_PATH VendorDevicePath; member
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
DIScsiConfig.h112 VENDOR_DEVICE_PATH VendorDevicePath; member
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DeviceManagerUiLib/
DDeviceManager.h65 VENDOR_DEVICE_PATH VendorDevicePath; member
/device/linaro/bootloader/edk2/NetworkPkg/TlsAuthConfigDxe/
DTlsAuthConfigImpl.h65 VENDOR_DEVICE_PATH VendorDevicePath; member
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Config/
DTcg2ConfigImpl.h54 VENDOR_DEVICE_PATH VendorDevicePath; member
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
DIScsiConfig.h88 VENDOR_DEVICE_PATH VendorDevicePath; member
/device/linaro/bootloader/edk2/MdeModulePkg/Library/FileExplorerLib/
DFileExplorer.h51 VENDOR_DEVICE_PATH VendorDevicePath; member
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/
DLegacyBootMaintUi.h101 VENDOR_DEVICE_PATH VendorDevicePath; member

12