Searched defs:TempDevicePath (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
H A DIsaDriver.c178 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
202 TempDevicePath = DevicePath;
203 Status = gBS->LocateDevicePath (&gEfiPciIoProtocolGuid, &TempDevicePath, &PciHandle);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.c1050 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
1055 TempDevicePath = DevicePath;
1056 Status = gBS->LocateDevicePath (&gEfiGraphicsOutputProtocolGuid, &TempDevicePath, &GopHandle);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDevicePathLib/
H A DUefiDevicePathLib.c459 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
472 TempDevicePath = AllocatePool (NodeLength + END_DEVICE_PATH_LENGTH);
473 if (TempDevicePath == NULL) {
476 TempDevicePath = CopyMem (TempDevicePath, DevicePathNode, NodeLength);
480 NextNode = NextDevicePathNode (TempDevicePath);
485 NewDevicePath = AppendDevicePath (DevicePath, TempDevicePath);
487 FreePool (TempDevicePath);
522 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
540 TempDevicePath
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/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...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/
H A DSerial.c401 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
604 TempDevicePath = SerialDevice->DevicePath;
605 if (TempDevicePath != NULL) {
607 TempDevicePath,
610 FreePool (TempDevicePath);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/TerminalDxe/
H A DTerminal.c1429 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
1443 SetTerminalDevicePath (TerminalType, ParentDevicePath, &TempDevicePath);
1444 NewVariable = AppendDevicePathInstance (Variable, TempDevicePath);
1449 if (TempDevicePath != NULL) {
1450 FreePool (TempDevicePath);
1496 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
1530 SetTerminalDevicePath (TerminalType, ParentDevicePath, &TempDevicePath);
1535 if (TempDevicePath != NULL) {
1536 if (CompareMem (Instance, TempDevicePath, InstanceSize) == 0) {
1541 FreePool (TempDevicePath);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/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...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeImageVerificationLib/
H A DDxeImageVerificationLib.c118 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
125 TempDevicePath = (EFI_DEVICE_PATH_PROTOCOL *) File;
128 &TempDevicePath,
149 TempDevicePath = (EFI_DEVICE_PATH_PROTOCOL *) File;
152 &TempDevicePath,
187 TempDevicePath = (EFI_DEVICE_PATH_PROTOCOL *) File;
190 &TempDevicePath,
204 TempDevicePath = (EFI_DEVICE_PATH_PROTOCOL *) File;
205 while (!IsDevicePathEndType (TempDevicePath)) {
206 switch (DevicePathType (TempDevicePath)) {
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellCommandLib/
H A DConsistMapping.c1094 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
1111 TempDevicePath = AppendDevicePathNode (HIDevicePath, &Node.DevPath);
1113 HIDevicePath = TempDevicePath;
1116 TempDevicePath = AppendDevicePathNode (HIDevicePath, DevicePath);
1118 HIDevicePath = TempDevicePath;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsBoot.c561 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
569 TempDevicePath = DevicePath;
570 while (!IsDevicePathEnd (TempDevicePath)) {
571 if ((DevicePathType (TempDevicePath) == MESSAGING_DEVICE_PATH) &&
572 ((DevicePathSubType (TempDevicePath) == MSG_USB_CLASS_DP) ||
573 (DevicePathSubType (TempDevicePath) == MSG_USB_WWID_DP))) {
574 ShortFormDevicePath = TempDevicePath;
577 TempDevicePath = NextDevicePathNode (TempDevicePath);
608 TempDevicePath
2110 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
2470 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
2601 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
2809 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DConfigRouting.c2692 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
2809 TempDevicePath = DevicePath;
2812 &TempDevicePath,
3210 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
3306 TempDevicePath = DevicePath;
3309 &TempDevicePath,
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/PlatformBdsLib/
H A DBdsPlatform.c278 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
290 TempDevicePath = DevicePath;
302 DevicePath = TempDevicePath;
329 DevicePath = TempDevicePath;
365 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
409 Status = gBS->HandleProtocol (GopHandleBuffer[Index], &gEfiDevicePathProtocolGuid, (VOID*)&TempDevicePath);
415 TempDevicePath,
425 *GopDevicePath = TempDevicePath;
432 BdsLibUpdateConsoleVariable (VarConsoleOutDev, TempDevicePath, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/UefiHiiLib/
H A DHiiLib.c1636 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
1734 TempDevicePath = DevicePath;
1735 Status = gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &TempDevicePath, &DriverHandle);

Completed in 78 milliseconds