Home
last modified time | relevance | path

Searched refs:TempDevicePathNode (Results 1 – 25 of 29) sorted by relevance

12

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdePkg/Library/DxeServicesLib/
H A DDxeServicesLib.c611 EFI_DEVICE_PATH_PROTOCOL *TempDevicePathNode; in GetFileBufferByFilePath() local
639 TempDevicePathNode = NULL; in GetFileBufferByFilePath()
729 TempDevicePathNode = DuplicateDevicePath (DevicePathNode); in GetFileBufferByFilePath()
730 if (TempDevicePathNode == NULL) { in GetFileBufferByFilePath()
743 DevicePathNode = TempDevicePathNode; in GetFileBufferByFilePath()
823 if (TempDevicePathNode != NULL) { in GetFileBufferByFilePath()
824 FreePool (TempDevicePathNode); in GetFileBufferByFilePath()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/OvmfPkg/Csm/LegacyBiosDxe/
H A DLegacyIde.c46 EFI_DEVICE_PATH_PROTOCOL *TempDevicePathNode; in LegacyBiosBuildIdeData() local
135 TempDevicePathNode = NextDevicePathNode (DevicePathNode); in LegacyBiosBuildIdeData()
138 ( DevicePathType(TempDevicePathNode) == MESSAGING_DEVICE_PATH) && in LegacyBiosBuildIdeData()
139 ( DevicePathSubType(TempDevicePathNode) == MSG_ATAPI_DP) ) { in LegacyBiosBuildIdeData()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyIde.c46 EFI_DEVICE_PATH_PROTOCOL *TempDevicePathNode; in LegacyBiosBuildIdeData() local
135 TempDevicePathNode = NextDevicePathNode (DevicePathNode); in LegacyBiosBuildIdeData()
138 ( DevicePathType(TempDevicePathNode) == MESSAGING_DEVICE_PATH) && in LegacyBiosBuildIdeData()
139 ( DevicePathSubType(TempDevicePathNode) == MSG_ATAPI_DP) ) { in LegacyBiosBuildIdeData()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/OvmfPkg/Csm/LegacyBiosDxe/
H A DLegacyIde.c46 EFI_DEVICE_PATH_PROTOCOL *TempDevicePathNode; in LegacyBiosBuildIdeData() local
135 TempDevicePathNode = NextDevicePathNode (DevicePathNode); in LegacyBiosBuildIdeData()
138 ( DevicePathType(TempDevicePathNode) == MESSAGING_DEVICE_PATH) && in LegacyBiosBuildIdeData()
139 ( DevicePathSubType(TempDevicePathNode) == MSG_ATAPI_DP) ) { in LegacyBiosBuildIdeData()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyIde.c46 EFI_DEVICE_PATH_PROTOCOL *TempDevicePathNode; in LegacyBiosBuildIdeData() local
135 TempDevicePathNode = NextDevicePathNode (DevicePathNode); in LegacyBiosBuildIdeData()
138 ( DevicePathType(TempDevicePathNode) == MESSAGING_DEVICE_PATH) && in LegacyBiosBuildIdeData()
139 ( DevicePathSubType(TempDevicePathNode) == MSG_ATAPI_DP) ) { in LegacyBiosBuildIdeData()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/OvmfPkg/Csm/LegacyBiosDxe/
H A DLegacyIde.c46 EFI_DEVICE_PATH_PROTOCOL *TempDevicePathNode; in LegacyBiosBuildIdeData() local
135 TempDevicePathNode = NextDevicePathNode (DevicePathNode); in LegacyBiosBuildIdeData()
138 ( DevicePathType(TempDevicePathNode) == MESSAGING_DEVICE_PATH) && in LegacyBiosBuildIdeData()
139 ( DevicePathSubType(TempDevicePathNode) == MSG_ATAPI_DP) ) { in LegacyBiosBuildIdeData()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/OvmfPkg/Csm/LegacyBiosDxe/
H A DLegacyIde.c46 EFI_DEVICE_PATH_PROTOCOL *TempDevicePathNode; in LegacyBiosBuildIdeData() local
135 TempDevicePathNode = NextDevicePathNode (DevicePathNode); in LegacyBiosBuildIdeData()
138 ( DevicePathType(TempDevicePathNode) == MESSAGING_DEVICE_PATH) && in LegacyBiosBuildIdeData()
139 ( DevicePathSubType(TempDevicePathNode) == MSG_ATAPI_DP) ) { in LegacyBiosBuildIdeData()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyIde.c53 EFI_DEVICE_PATH_PROTOCOL *TempDevicePathNode; in LegacyBiosBuildIdeData() local
142 TempDevicePathNode = NextDevicePathNode (DevicePathNode); in LegacyBiosBuildIdeData()
145 ( DevicePathType(TempDevicePathNode) == MESSAGING_DEVICE_PATH) && in LegacyBiosBuildIdeData()
146 ( DevicePathSubType(TempDevicePathNode) == MSG_ATAPI_DP) ) { in LegacyBiosBuildIdeData()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/OvmfPkg/Csm/LegacyBiosDxe/
H A DLegacyIde.c46 EFI_DEVICE_PATH_PROTOCOL *TempDevicePathNode; in LegacyBiosBuildIdeData() local
135 TempDevicePathNode = NextDevicePathNode (DevicePathNode); in LegacyBiosBuildIdeData()
138 ( DevicePathType(TempDevicePathNode) == MESSAGING_DEVICE_PATH) && in LegacyBiosBuildIdeData()
139 ( DevicePathSubType(TempDevicePathNode) == MSG_ATAPI_DP) ) { in LegacyBiosBuildIdeData()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyIde.c46 EFI_DEVICE_PATH_PROTOCOL *TempDevicePathNode; in LegacyBiosBuildIdeData() local
135 TempDevicePathNode = NextDevicePathNode (DevicePathNode); in LegacyBiosBuildIdeData()
138 ( DevicePathType(TempDevicePathNode) == MESSAGING_DEVICE_PATH) && in LegacyBiosBuildIdeData()
139 ( DevicePathSubType(TempDevicePathNode) == MSG_ATAPI_DP) ) { in LegacyBiosBuildIdeData()
/dports/sysutils/edk2/edk2-edk2-stable202102/OvmfPkg/Csm/LegacyBiosDxe/
H A DLegacyIde.c46 EFI_DEVICE_PATH_PROTOCOL *TempDevicePathNode; in LegacyBiosBuildIdeData() local
135 TempDevicePathNode = NextDevicePathNode (DevicePathNode); in LegacyBiosBuildIdeData()
138 ( DevicePathType(TempDevicePathNode) == MESSAGING_DEVICE_PATH) && in LegacyBiosBuildIdeData()
139 ( DevicePathSubType(TempDevicePathNode) == MSG_ATAPI_DP) ) { in LegacyBiosBuildIdeData()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdePkg/Library/DxeServicesLib/
H A DDxeServicesLib.c619 EFI_DEVICE_PATH_PROTOCOL *TempDevicePathNode; in GetFileBufferByFilePath() local
647 TempDevicePathNode = NULL; in GetFileBufferByFilePath()
737 TempDevicePathNode = DuplicateDevicePath (DevicePathNode); in GetFileBufferByFilePath()
738 if (TempDevicePathNode == NULL) { in GetFileBufferByFilePath()
751 DevicePathNode = TempDevicePathNode; in GetFileBufferByFilePath()
833 if (TempDevicePathNode != NULL) { in GetFileBufferByFilePath()
834 FreePool (TempDevicePathNode); in GetFileBufferByFilePath()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdePkg/Library/DxeServicesLib/
H A DDxeServicesLib.c619 EFI_DEVICE_PATH_PROTOCOL *TempDevicePathNode; in GetFileBufferByFilePath() local
647 TempDevicePathNode = NULL; in GetFileBufferByFilePath()
737 TempDevicePathNode = DuplicateDevicePath (DevicePathNode); in GetFileBufferByFilePath()
738 if (TempDevicePathNode == NULL) { in GetFileBufferByFilePath()
751 DevicePathNode = TempDevicePathNode; in GetFileBufferByFilePath()
833 if (TempDevicePathNode != NULL) { in GetFileBufferByFilePath()
834 FreePool (TempDevicePathNode); in GetFileBufferByFilePath()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdePkg/Library/DxeServicesLib/
H A DDxeServicesLib.c619 EFI_DEVICE_PATH_PROTOCOL *TempDevicePathNode; in GetFileBufferByFilePath() local
647 TempDevicePathNode = NULL; in GetFileBufferByFilePath()
737 TempDevicePathNode = DuplicateDevicePath (DevicePathNode); in GetFileBufferByFilePath()
738 if (TempDevicePathNode == NULL) { in GetFileBufferByFilePath()
751 DevicePathNode = TempDevicePathNode; in GetFileBufferByFilePath()
833 if (TempDevicePathNode != NULL) { in GetFileBufferByFilePath()
834 FreePool (TempDevicePathNode); in GetFileBufferByFilePath()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdePkg/Library/DxeServicesLib/
H A DDxeServicesLib.c619 EFI_DEVICE_PATH_PROTOCOL *TempDevicePathNode; in GetFileBufferByFilePath() local
647 TempDevicePathNode = NULL; in GetFileBufferByFilePath()
737 TempDevicePathNode = DuplicateDevicePath (DevicePathNode); in GetFileBufferByFilePath()
738 if (TempDevicePathNode == NULL) { in GetFileBufferByFilePath()
751 DevicePathNode = TempDevicePathNode; in GetFileBufferByFilePath()
833 if (TempDevicePathNode != NULL) { in GetFileBufferByFilePath()
834 FreePool (TempDevicePathNode); in GetFileBufferByFilePath()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdePkg/Library/DxeServicesLib/
H A DDxeServicesLib.c619 EFI_DEVICE_PATH_PROTOCOL *TempDevicePathNode; in GetFileBufferByFilePath() local
647 TempDevicePathNode = NULL; in GetFileBufferByFilePath()
737 TempDevicePathNode = DuplicateDevicePath (DevicePathNode); in GetFileBufferByFilePath()
738 if (TempDevicePathNode == NULL) { in GetFileBufferByFilePath()
751 DevicePathNode = TempDevicePathNode; in GetFileBufferByFilePath()
833 if (TempDevicePathNode != NULL) { in GetFileBufferByFilePath()
834 FreePool (TempDevicePathNode); in GetFileBufferByFilePath()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdePkg/Library/DxeServicesLib/
H A DDxeServicesLib.c619 EFI_DEVICE_PATH_PROTOCOL *TempDevicePathNode; in GetFileBufferByFilePath() local
647 TempDevicePathNode = NULL; in GetFileBufferByFilePath()
737 TempDevicePathNode = DuplicateDevicePath (DevicePathNode); in GetFileBufferByFilePath()
738 if (TempDevicePathNode == NULL) { in GetFileBufferByFilePath()
751 DevicePathNode = TempDevicePathNode; in GetFileBufferByFilePath()
833 if (TempDevicePathNode != NULL) { in GetFileBufferByFilePath()
834 FreePool (TempDevicePathNode); in GetFileBufferByFilePath()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdePkg/Library/DxeServicesLib/
H A DDxeServicesLib.c619 EFI_DEVICE_PATH_PROTOCOL *TempDevicePathNode; in GetFileBufferByFilePath() local
647 TempDevicePathNode = NULL; in GetFileBufferByFilePath()
737 TempDevicePathNode = DuplicateDevicePath (DevicePathNode); in GetFileBufferByFilePath()
738 if (TempDevicePathNode == NULL) { in GetFileBufferByFilePath()
751 DevicePathNode = TempDevicePathNode; in GetFileBufferByFilePath()
833 if (TempDevicePathNode != NULL) { in GetFileBufferByFilePath()
834 FreePool (TempDevicePathNode); in GetFileBufferByFilePath()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdePkg/Library/DxeServicesLib/
H A DDxeServicesLib.c619 EFI_DEVICE_PATH_PROTOCOL *TempDevicePathNode; in GetFileBufferByFilePath() local
647 TempDevicePathNode = NULL; in GetFileBufferByFilePath()
737 TempDevicePathNode = DuplicateDevicePath (DevicePathNode); in GetFileBufferByFilePath()
738 if (TempDevicePathNode == NULL) { in GetFileBufferByFilePath()
751 DevicePathNode = TempDevicePathNode; in GetFileBufferByFilePath()
833 if (TempDevicePathNode != NULL) { in GetFileBufferByFilePath()
834 FreePool (TempDevicePathNode); in GetFileBufferByFilePath()
/dports/sysutils/edk2/edk2-edk2-stable202102/MdePkg/Library/DxeServicesLib/
H A DDxeServicesLib.c619 EFI_DEVICE_PATH_PROTOCOL *TempDevicePathNode;
647 TempDevicePathNode = NULL;
737 TempDevicePathNode = DuplicateDevicePath (DevicePathNode);
738 if (TempDevicePathNode == NULL) {
751 DevicePathNode = TempDevicePathNode;
833 if (TempDevicePathNode != NULL) {
834 FreePool (TempDevicePathNode);
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Library/FileExplorerLib/
H A DFileExplorer.c932 EFI_DEVICE_PATH_PROTOCOL *TempDevicePathNode; in LibGetFileHandleFromDevicePath() local
977 TempDevicePathNode = DuplicateDevicePath (DevicePathNode); in LibGetFileHandleFromDevicePath()
978 if (TempDevicePathNode == NULL) { in LibGetFileHandleFromDevicePath()
993 DevicePathNode = TempDevicePathNode; in LibGetFileHandleFromDevicePath()
1041 if (TempDevicePathNode != NULL) { in LibGetFileHandleFromDevicePath()
1042 FreePool (TempDevicePathNode); in LibGetFileHandleFromDevicePath()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Library/FileExplorerLib/
H A DFileExplorer.c932 EFI_DEVICE_PATH_PROTOCOL *TempDevicePathNode; in LibGetFileHandleFromDevicePath() local
977 TempDevicePathNode = DuplicateDevicePath (DevicePathNode); in LibGetFileHandleFromDevicePath()
978 if (TempDevicePathNode == NULL) { in LibGetFileHandleFromDevicePath()
993 DevicePathNode = TempDevicePathNode; in LibGetFileHandleFromDevicePath()
1041 if (TempDevicePathNode != NULL) { in LibGetFileHandleFromDevicePath()
1042 FreePool (TempDevicePathNode); in LibGetFileHandleFromDevicePath()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Library/FileExplorerLib/
H A DFileExplorer.c932 EFI_DEVICE_PATH_PROTOCOL *TempDevicePathNode; in LibGetFileHandleFromDevicePath() local
977 TempDevicePathNode = DuplicateDevicePath (DevicePathNode); in LibGetFileHandleFromDevicePath()
978 if (TempDevicePathNode == NULL) { in LibGetFileHandleFromDevicePath()
993 DevicePathNode = TempDevicePathNode; in LibGetFileHandleFromDevicePath()
1041 if (TempDevicePathNode != NULL) { in LibGetFileHandleFromDevicePath()
1042 FreePool (TempDevicePathNode); in LibGetFileHandleFromDevicePath()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Library/FileExplorerLib/
H A DFileExplorer.c932 EFI_DEVICE_PATH_PROTOCOL *TempDevicePathNode; in LibGetFileHandleFromDevicePath() local
977 TempDevicePathNode = DuplicateDevicePath (DevicePathNode); in LibGetFileHandleFromDevicePath()
978 if (TempDevicePathNode == NULL) { in LibGetFileHandleFromDevicePath()
993 DevicePathNode = TempDevicePathNode; in LibGetFileHandleFromDevicePath()
1041 if (TempDevicePathNode != NULL) { in LibGetFileHandleFromDevicePath()
1042 FreePool (TempDevicePathNode); in LibGetFileHandleFromDevicePath()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Library/FileExplorerLib/
H A DFileExplorer.c932 EFI_DEVICE_PATH_PROTOCOL *TempDevicePathNode; in LibGetFileHandleFromDevicePath() local
977 TempDevicePathNode = DuplicateDevicePath (DevicePathNode); in LibGetFileHandleFromDevicePath()
978 if (TempDevicePathNode == NULL) { in LibGetFileHandleFromDevicePath()
993 DevicePathNode = TempDevicePathNode; in LibGetFileHandleFromDevicePath()
1041 if (TempDevicePathNode != NULL) { in LibGetFileHandleFromDevicePath()
1042 FreePool (TempDevicePathNode); in LibGetFileHandleFromDevicePath()

12