Searched refs:TempDevicePath (Results 1 - 24 of 24) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiDevicePathLib/
H A DUefiDevicePathLib.c199 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
212 TempDevicePath = AllocatePool (NodeLength + sizeof (EFI_DEVICE_PATH_PROTOCOL));
213 if (TempDevicePath == NULL) {
216 TempDevicePath = CopyMem (TempDevicePath, DevicePathNode, NodeLength);
220 NextNode = NextDevicePathNode (TempDevicePath);
225 NewDevicePath = AppendDevicePath (DevicePath, TempDevicePath);
227 FreePool (TempDevicePath);
260 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
278 TempDevicePath
[all...]
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
H A DDevicePathUtilities.c516 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
529 TempDevicePath = AllocatePool (NodeLength + END_DEVICE_PATH_LENGTH);
530 if (TempDevicePath == NULL) {
533 TempDevicePath = CopyMem (TempDevicePath, DevicePathNode, NodeLength);
537 NextNode = NextDevicePathNode (TempDevicePath);
542 NewDevicePath = AppendDevicePath (DevicePath, TempDevicePath);
544 FreePool (TempDevicePath);
580 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
602 TempDevicePath
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/BootManagerPolicyDxe/
H A DBootManagerPolicyDxe.c46 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
62 TempDevicePath = Devices;
64 if (TempDevicePath != NULL) {
65 FreePool (TempDevicePath);
101 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
107 TempDevicePath = Devices;
108 while (TempDevicePath != NULL) {
109 SingleDevice = GetNextDevicePathInstance (&TempDevicePath, &Size);
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeDeferImageLoadLib/
H A DDxeDeferImageLoadLib.c48 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
55 TempDevicePath = (EFI_DEVICE_PATH_PROTOCOL *)File;
58 &TempDevicePath,
79 TempDevicePath = (EFI_DEVICE_PATH_PROTOCOL *)File;
82 &TempDevicePath,
117 TempDevicePath = (EFI_DEVICE_PATH_PROTOCOL *)File;
120 &TempDevicePath,
134 TempDevicePath = (EFI_DEVICE_PATH_PROTOCOL *)File;
135 while (!IsDevicePathEndType (TempDevicePath)) {
136 switch (DevicePathType (TempDevicePath)) {
[all...]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsBoot.c2141 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
2149 TempDevicePath = DevicePath;
2150 while (!IsDevicePathEnd (TempDevicePath)) {
2151 if ((DevicePathType (TempDevicePath) == MESSAGING_DEVICE_PATH) &&
2152 ((DevicePathSubType (TempDevicePath) == MSG_USB_CLASS_DP) ||
2153 (DevicePathSubType (TempDevicePath) == MSG_USB_WWID_DP))) {
2154 ShortFormDevicePath = TempDevicePath;
2157 TempDevicePath = NextDevicePathNode (TempDevicePath);
2188 TempDevicePath
3594 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
3870 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
4001 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
4182 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
[all...]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsBoot.c2143 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
2151 TempDevicePath = DevicePath;
2152 while (!IsDevicePathEnd (TempDevicePath)) {
2153 if ((DevicePathType (TempDevicePath) == MESSAGING_DEVICE_PATH) &&
2154 ((DevicePathSubType (TempDevicePath) == MSG_USB_CLASS_DP) ||
2155 (DevicePathSubType (TempDevicePath) == MSG_USB_WWID_DP))) {
2156 ShortFormDevicePath = TempDevicePath;
2159 TempDevicePath = NextDevicePathNode (TempDevicePath);
2190 TempDevicePath
3711 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
3987 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
4118 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
4299 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
H A DBmBoot.c1179 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
1183 TempDevicePath = *CachedDevicePath;
1185 FreePool (TempDevicePath);
1193 TempDevicePath = *CachedDevicePath;
1195 if (TempDevicePath != NULL) {
1196 FreePool (TempDevicePath);
1204 TempDevicePath = *CachedDevicePath;
1205 while (!IsDevicePathEnd (TempDevicePath)) {
1206 TempDevicePath = NextDevicePathNode (TempDevicePath);
1256 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
1417 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
[all...]
H A DBmConsole.c135 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
198 TempDevicePath = GopPool;
200 gBS->FreePool (TempDevicePath);
209 TempDevicePath = GopPool;
213 gBS->FreePool (TempDevicePath);
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
H A DIsaDriver.c178 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
202 TempDevicePath = DevicePath;
203 Status = gBS->LocateDevicePath (&gEfiPciIoProtocolGuid, &TempDevicePath, &PciHandle);
/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBdsLib/
H A DBdsPlatform.c109 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
121 TempDevicePath = DevicePath;
159 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
223 Status = gBS->HandleProtocol (GopHandleBuffer[Index], &gEfiDevicePathProtocolGuid, (VOID*)&TempDevicePath);
229 TempDevicePath,
239 *GopDevicePath = TempDevicePath;
246 BdsLibUpdateConsoleVariable (VarConsoleOutDev, TempDevicePath, NULL);
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/
H A DPlatDriOverrideLib.c176 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
206 TempDevicePath = *DevicePath;
207 LastDeviceNode = TempDevicePath;
208 while (!IsDevicePathEnd (TempDevicePath)) {
209 LastDeviceNode = TempDevicePath;
210 TempDevicePath = NextDevicePathNode (TempDevicePath);
234 TempDevicePath = *DevicePath;
236 while (!IsDevicePathEnd (TempDevicePath)) {
240 if (DevicePathType (TempDevicePath)
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
H A DTerminal.c1443 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
1458 SetTerminalDevicePath (TerminalType, ParentDevicePath, &TempDevicePath);
1459 NewVariable = AppendDevicePathInstance (Variable, TempDevicePath);
1465 if (TempDevicePath != NULL) {
1466 FreePool (TempDevicePath);
1538 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
1572 SetTerminalDevicePath (TerminalType, ParentDevicePath, &TempDevicePath);
1577 if (TempDevicePath != NULL) {
1578 if (CompareMem (Instance, TempDevicePath, InstanceSize) == 0) {
1583 FreePool (TempDevicePath);
[all...]
/device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/
H A DBdsPlatform.c562 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
573 TempDevicePath = DevicePath;
585 DevicePath = TempDevicePath;
599 DevicePath = TempDevicePath;
622 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
666 Status = gBS->HandleProtocol (GopHandleBuffer[Index], &gEfiDevicePathProtocolGuid, (VOID*)&TempDevicePath);
672 TempDevicePath,
682 *GopDevicePath = TempDevicePath;
689 BdsLibUpdateConsoleVariable (VarConsoleOutDev, TempDevicePath, NULL);
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciSioSerialDxe/
H A DSerial.c444 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
597 TempDevicePath = SerialDevice->DevicePath;
598 if (TempDevicePath != NULL) {
600 TempDevicePath,
603 FreePool (TempDevicePath);
615 TempDevicePath = SerialDevice->DevicePath;
616 if (TempDevicePath != NULL) {
618 TempDevicePath,
621 FreePool (TempDevicePath);
/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBdsLib/
H A DBdsPlatform.c168 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
180 TempDevicePath = DevicePath;
192 DevicePath = TempDevicePath;
221 DevicePath = TempDevicePath;
259 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
303 Status = gBS->HandleProtocol (GopHandleBuffer[Index], &gEfiDevicePathProtocolGuid, (VOID*)&TempDevicePath);
309 TempDevicePath,
319 *GopDevicePath = TempDevicePath;
326 BdsLibUpdateConsoleVariable (VarConsoleOutDev, TempDevicePath, NULL);
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
H A DDxeImageVerificationLib.c158 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
169 TempDevicePath = (EFI_DEVICE_PATH_PROTOCOL *) File;
172 &TempDevicePath,
193 TempDevicePath = (EFI_DEVICE_PATH_PROTOCOL *) File;
196 &TempDevicePath,
231 TempDevicePath = (EFI_DEVICE_PATH_PROTOCOL *) File;
234 &TempDevicePath,
248 TempDevicePath = (EFI_DEVICE_PATH_PROTOCOL *) File;
249 while (!IsDevicePathEndType (TempDevicePath)) {
250 switch (DevicePathType (TempDevicePath)) {
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.c1101 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
1106 TempDevicePath = DevicePath;
1107 Status = gBS->LocateDevicePath (&gEfiGraphicsOutputProtocolGuid, &TempDevicePath, &GopHandle);
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtSerialIoDxe/
H A DWinNtSerialIo.c394 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
631 TempDevicePath = Private->DevicePath;
632 if (TempDevicePath != NULL) {
634 TempDevicePath,
637 FreePool (TempDevicePath);
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
H A DConsistMapping.c1255 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
1272 TempDevicePath = AppendDevicePathNode (HIDevicePath, &Node.DevPath);
1274 HIDevicePath = TempDevicePath;
1277 TempDevicePath = AppendDevicePathNode (HIDevicePath, DevicePath);
1279 HIDevicePath = TempDevicePath;
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/
H A DSerial.c412 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
615 TempDevicePath = SerialDevice->DevicePath;
616 if (TempDevicePath != NULL) {
618 TempDevicePath,
621 FreePool (TempDevicePath);
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/
H A DFtdiUsbSerialDriver.c1715 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
2054 TempDevicePath = UsbSerialDevice->DevicePath;
2056 TempDevicePath,
2059 FreePool (TempDevicePath);
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
H A DBdsPlatform.c289 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath;
420 (VOID**)&TempDevicePath
427 TempDevicePath,
436 *GopDevicePath = TempDevicePath;
280 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DConfigRouting.c3682 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
3798 TempDevicePath = DevicePath;
3801 &TempDevicePath,
4212 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
4306 TempDevicePath = DevicePath;
4309 &TempDevicePath,
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiHiiLib/
H A DHiiLib.c2130 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
2228 TempDevicePath = DevicePath;
2229 Status = gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &TempDevicePath, &DriverHandle);

Completed in 669 milliseconds