HomeSort by relevance Sort by last modified time
    Searched refs:VendorDevicePath (Results 1 - 25 of 36) sorted by null

1 2

  /device/linaro/bootloader/edk2/EmulatorPkg/Library/DevicePathTextLib/
DevicePathTextLib.c 57 if (CompareGuid (&Vendor->VendorDevicePath.Guid, &gEmuThunkProtocolGuid)) {
61 if (CompareGuid (&Vendor->VendorDevicePath.Guid, &gEmuGraphicsWindowProtocolGuid)) {
65 if (CompareGuid (&Vendor->VendorDevicePath.Guid, &gEfiSimpleFileSystemProtocolGuid)) {
69 if (CompareGuid (&Vendor->VendorDevicePath.Guid, &gEmuBlockIoProtocolGuid)) {
73 if (CompareGuid (&Vendor->VendorDevicePath.Guid, &gEmuThreadThunkProtocolGuid)) {
155 CopyGuid (&Vendor->VendorDevicePath.Guid, &gEfiSimpleFileSystemProtocolGuid);
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/Setup/
SetupPlatform.h 37 VENDOR_DEVICE_PATH VendorDevicePath;
  /device/linaro/bootloader/edk2/EmulatorPkg/EmuBusDriverDxe/
EmuBusDriverDxe.c 238 if (Node->VendorDevicePath.Header.Type == HARDWARE_DEVICE_PATH &&
239 Node->VendorDevicePath.Header.SubType == HW_VENDOR_DP &&
240 DevicePathNodeLength (&Node->VendorDevicePath.Header) == sizeof (EMU_VENDOR_DEVICE_PATH_NODE)
242 if (CompareGuid (&Node->VendorDevicePath.Guid, EmuIoThunk->Protocol) && Node->Instance == EmuIoThunk->Instance) {
470 DevicePath.VendorDevicePath.Header.Type = HARDWARE_DEVICE_PATH;
471 DevicePath.VendorDevicePath.Header.SubType = HW_VENDOR_DP;
472 SetDevicePathNodeLength (&DevicePath.VendorDevicePath.Header, sizeof (EMU_VENDOR_DEVICE_PATH_NODE));
477 CopyMem (&DevicePath.VendorDevicePath.Guid, Guid, sizeof (EFI_GUID));
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtBusDriverDxe/
WinNtBusDriver.c 499 if (Node->VendorDevicePath.Header.Type == HARDWARE_DEVICE_PATH &&
500 Node->VendorDevicePath.Header.SubType == HW_VENDOR_DP &&
501 DevicePathNodeLength (&Node->VendorDevicePath.Header) == sizeof (WIN_NT_VENDOR_DEVICE_PATH_NODE)
503 if (CompareGuid (&Node->VendorDevicePath.Guid, mPcdEnvironment[Index].DevicePathGuid) &&
785 DevicePath.VendorDevicePath.Header.Type = HARDWARE_DEVICE_PATH;
786 DevicePath.VendorDevicePath.Header.SubType = HW_VENDOR_DP;
787 SetDevicePathNodeLength (&DevicePath.VendorDevicePath.Header, sizeof (WIN_NT_VENDOR_DEVICE_PATH_NODE));
792 CopyMem (&DevicePath.VendorDevicePath.Guid, Guid, sizeof (EFI_GUID));
WinNtBusDriver.h 183 VENDOR_DEVICE_PATH VendorDevicePath;
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/
Ui.h 46 VENDOR_DEVICE_PATH VendorDevicePath;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverHealthManagerDxe/
DriverHealthManagerDxe.h 48 VENDOR_DEVICE_PATH VendorDevicePath;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/
DriverSample.h 119 VENDOR_DEVICE_PATH VendorDevicePath;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiResourcesSampleDxe/
HiiResourcesSample.c 30 VENDOR_DEVICE_PATH VendorDevicePath;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiConfig.h 112 VENDOR_DEVICE_PATH VendorDevicePath;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
UefiIfrCommon.c 184 HII_VENDOR_DEVICE_PATH_NODE *VendorDevicePath;
186 VendorDevicePath = EfiLibAllocateCopyPool (sizeof (HII_VENDOR_DEVICE_PATH), &mHiiVendorDevicePathTemplate);
187 if (VendorDevicePath == NULL) {
194 VendorDevicePath->UniqueId = (UINT64) ((UINTN) VendorDevicePath);
200 VendorDevicePath,
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootManagerLib/
BootManager.h 41 VENDOR_DEVICE_PATH VendorDevicePath;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PlatformVarCleanupLib/
PlatVarCleanup.h 90 VENDOR_DEVICE_PATH VendorDevicePath;
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiConfig.h 88 VENDOR_DEVICE_PATH VendorDevicePath;
  /device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/
PlatformBootManager.h 61 VENDOR_DEVICE_PATH VendorDevicePath;
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Config/
Tcg2ConfigImpl.h 54 VENDOR_DEVICE_PATH VendorDevicePath;
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgConfigDxe/
TcgConfigImpl.h 53 VENDOR_DEVICE_PATH VendorDevicePath;
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEConfig/
TrEEConfigImpl.h 53 VENDOR_DEVICE_PATH VendorDevicePath;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DeviceManagerLib/
DeviceManager.h 65 VENDOR_DEVICE_PATH VendorDevicePath;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/FileExplorerLib/
FileExplorer.h 51 VENDOR_DEVICE_PATH VendorDevicePath;
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/
PwdCredentialProvider.h 75 VENDOR_DEVICE_PATH VendorDevicePath;
  /device/linaro/bootloader/edk2/EmulatorPkg/Include/Protocol/
EmuThunk.h 32 VENDOR_DEVICE_PATH VendorDevicePath;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/
LegacyBootMaintUi.h 101 VENDOR_DEVICE_PATH VendorDevicePath;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
Bds.h 83 VENDOR_DEVICE_PATH VendorDevicePath;
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
UserIdentifyManager.h 117 VENDOR_DEVICE_PATH VendorDevicePath;

Completed in 246 milliseconds

1 2