OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DevicePathGuid
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtBusDriverDxe/
WinNtBusDriver.h
179
EFI_GUID *
DevicePathGuid
;
WinNtBusDriver.c
258
if (CompareGuid (&((VENDOR_DEVICE_PATH *) RemainingDevicePath)->Guid, mPcdEnvironment[Index].
DevicePathGuid
)) {
503
if (CompareGuid (&Node->VendorDevicePath.Guid, mPcdEnvironment[Index].
DevicePathGuid
) &&
543
mPcdEnvironment[Index].
DevicePathGuid
,
567
WinNtDevice->WinNtIo.TypeGuid = mPcdEnvironment[Index].
DevicePathGuid
;
Completed in 475 milliseconds