Lines Matching defs: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,
802 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
809 // The passed in DevicePath should not be NULL
826 DevicePath = Multi;
827 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size);
859 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size);
878 @param DevicePath Console devcie's device path.
889 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath,
909 // Match specified DevicePath in Console Variable.
913 DevicePath,
936 DevicePath
944 // We reach here to remove DevicePath from the environment variable that
949 DevicePath,
987 @param DevicePath Pointer to device's device path.
995 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath
1000 CheckDevicePath = DevicePath;
1032 @param DevicePath Pointer to device's device path.
1040 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath
1055 TempDevicePath = DevicePath;
1063 Status = gBS->LocateDevicePath (&gEfiPciIoProtocolGuid, &DevicePath, &PciHandle);