HomeSort by relevance Sort by last modified time
    Searched refs:TempDevicePath (Results 1 - 24 of 24) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiDevicePathLib/
UefiDevicePathLib.c 199 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath;
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;
278 TempDevicePath = CopyMem (NewDevicePath, DevicePath, SrcSize);;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathUtilities.c 516 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath;
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;
602 TempDevicePath = CopyMem (NewDevicePath, DevicePath, SrcSize);;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/BootManagerPolicyDxe/
BootManagerPolicyDxe.c 46 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath;
62 TempDevicePath = Devices;
64 if (TempDevicePath != NULL) {
65 FreePool (TempDevicePath);
101 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath;
107 TempDevicePath = Devices;
108 while (TempDevicePath != NULL) {
109 SingleDevice = GetNextDevicePathInstance (&TempDevicePath, &Size);
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeDeferImageLoadLib/
DxeDeferImageLoadLib.c 48 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath;
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/
BdsBoot.c     [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsBoot.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmBoot.c     [all...]
BmConsole.c 135 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath;
198 TempDevicePath = GopPool;
200 gBS->FreePool (TempDevicePath);
209 TempDevicePath = GopPool;
213 gBS->FreePool (TempDevicePath);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
IsaDriver.c 178 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath;
202 TempDevicePath = DevicePath;
203 Status = gBS->LocateDevicePath (&gEfiPciIoProtocolGuid, &TempDevicePath, &PciHandle);
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBdsLib/
BdsPlatform.c 109 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath;
121 TempDevicePath = DevicePath;
159 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath;
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/
PlatDriOverrideLib.c 176 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath;
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) == HARDWARE_DEVICE_PATH &&
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
Terminal.c     [all...]
  /device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/
BdsPlatform.c 562 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath;
573 TempDevicePath = DevicePath;
585 DevicePath = TempDevicePath;
599 DevicePath = TempDevicePath;
622 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath;
666 Status = gBS->HandleProtocol (GopHandleBuffer[Index], &gEfiDevicePathProtocolGuid, (VOID*)&TempDevicePath);
672 TempDevicePath,
682 *GopDevicePath = TempDevicePath;
689 BdsLibUpdateConsoleVariable (VarConsoleOutDev, TempDevicePath, NULL);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciSioSerialDxe/
Serial.c 444 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath;
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);
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBdsLib/
BdsPlatform.c 168 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath;
180 TempDevicePath = DevicePath;
192 DevicePath = TempDevicePath;
221 DevicePath = TempDevicePath;
259 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath;
303 Status = gBS->HandleProtocol (GopHandleBuffer[Index], &gEfiDevicePathProtocolGuid, (VOID*)&TempDevicePath);
309 TempDevicePath,
319 *GopDevicePath = TempDevicePath;
326 BdsLibUpdateConsoleVariable (VarConsoleOutDev, TempDevicePath, NULL);
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
DxeImageVerificationLib.c 158 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath;
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/
ConPlatform.c     [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtSerialIoDxe/
WinNtSerialIo.c 394 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath;
631 TempDevicePath = Private->DevicePath;
632 if (TempDevicePath != NULL) {
634 TempDevicePath,
637 FreePool (TempDevicePath);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
ConsistMapping.c 1255 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/
Serial.c 412 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath;
615 TempDevicePath = SerialDevice->DevicePath;
616 if (TempDevicePath != NULL) {
618 TempDevicePath,
621 FreePool (TempDevicePath);
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/
FtdiUsbSerialDriver.c     [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
BdsPlatform.c 289 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath;
420 (VOID**)&TempDevicePath
427 TempDevicePath,
436 *GopDevicePath = TempDevicePath;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
ConfigRouting.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiHiiLib/
HiiLib.c     [all...]

Completed in 2164 milliseconds