Lines Matching refs:DevicePath

227   EFI_DEVICE_PATH_PROTOCOL       *DevicePath;

237 (VOID **) &DevicePath,
265 DevicePath,
278 if (IsHotPlugDevice (DevicePath)) {
291 DevicePath,
302 DevicePath,
359 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
373 (VOID **) &DevicePath,
401 DevicePath,
411 DevicePath,
424 if (IsHotPlugDevice (DevicePath)) {
437 DevicePath,
447 DevicePath,
457 if (!ConPlatformUpdateGopCandidate (DevicePath)) {
460 DevicePath,
468 DevicePath,
537 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
545 (VOID **) &DevicePath,
555 // Remove DevicePath from ConInDev if exists.
559 DevicePath,
611 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
619 (VOID **) &DevicePath,
626 // Remove DevicePath from ConOutDev and ErrOutDev if exists.
630 DevicePath,
635 DevicePath,
853 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
860 // The passed in DevicePath should not be NULL
877 DevicePath = Multi;
878 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size);
910 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size);
929 @param DevicePath Console devcie's device path.
940 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath,
960 // Match specified DevicePath in Console Variable.
964 DevicePath,
987 DevicePath
995 // We reach here to remove DevicePath from the environment variable that
1000 DevicePath,
1038 @param DevicePath Pointer to device's device path.
1046 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath
1051 CheckDevicePath = DevicePath;
1083 @param DevicePath Pointer to device's device path.
1091 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath
1106 TempDevicePath = DevicePath;
1114 Status = gBS->LocateDevicePath (&gEfiPciIoProtocolGuid, &DevicePath, &PciHandle);