Searched refs:CopyOfDevicePath (Results 1 – 6 of 6) sorted by relevance
92 EFI_DEVICE_PATH_PROTOCOL *CopyOfDevicePath; in BdsLibConnectDevicePath() local111 CopyOfDevicePath = DevicePath; in BdsLibConnectDevicePath()122 FreePool (CopyOfDevicePath); in BdsLibConnectDevicePath()196 if (CopyOfDevicePath != NULL) { in BdsLibConnectDevicePath()197 FreePool (CopyOfDevicePath); in BdsLibConnectDevicePath()
346 EFI_DEVICE_PATH_PROTOCOL *CopyOfDevicePath; in BdsLibConnectConsoleVariable() local365 CopyOfDevicePath = StartDevicePath; in BdsLibConnectConsoleVariable()370 Instance = GetNextDevicePathInstance (&CopyOfDevicePath, &Size); in BdsLibConnectConsoleVariable()412 } while (CopyOfDevicePath != NULL); in BdsLibConnectConsoleVariable()
531 EFI_DEVICE_PATH_PROTOCOL *CopyOfDevicePath; in EfiBootManagerConnectConsoleVariable() local552 CopyOfDevicePath = StartDevicePath; in EfiBootManagerConnectConsoleVariable()557 Instance = GetNextDevicePathInstance (&CopyOfDevicePath, &Size); in EfiBootManagerConnectConsoleVariable()616 } while (CopyOfDevicePath != NULL); in EfiBootManagerConnectConsoleVariable()
454 EFI_DEVICE_PATH_PROTOCOL *CopyOfDevicePath; in ConnectDevicePath() local467 CopyOfDevicePath = DevicePath; in ConnectDevicePath()541 if (CopyOfDevicePath != NULL) { in ConnectDevicePath()542 FreePool (CopyOfDevicePath); in ConnectDevicePath()