Home
last modified time | relevance | path

Searched refs:GetNextDevicePathInstance (Results 1 – 25 of 30) sorted by relevance

12

/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmMisc.c50 Instance = GetNextDevicePathInstance (&Multi, &InstanceSize); in BmDelPartMatchInstance()
67 Instance = GetNextDevicePathInstance (&Multi, &InstanceSize); in BmDelPartMatchInstance()
102 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size); in BmMatchDevicePaths()
118 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size); in BmMatchDevicePaths()
DBmConsole.c347 Instance = GetNextDevicePathInstance (&VarConsole, &DevicePathSize); in BmUpdateSystemTableConsole()
557 Instance = GetNextDevicePathInstance (&CopyOfDevicePath, &Size); in EfiBootManagerConnectConsoleVariable()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
DBmLib.c65 while (GetNextDevicePathInstance (&DevicePath, &Size) != NULL) { in EfiDevicePathInstanceCount()
DConsoleOption.c45 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size); in MatchDevicePaths()
61 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size); in MatchDevicePaths()
800 DevicePathInst = GetNextDevicePathInstance (&MultiDevicePath, &Size); in GetConsoleMenu()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DUefiDevicePathLibOptionalDevicePathProtocol.c264 GetNextDevicePathInstance ( in GetNextDevicePathInstance() function
270 return mDevicePathLibDevicePathUtilities->GetNextDevicePathInstance (DevicePath, Size); in GetNextDevicePathInstance()
DUefiDevicePathLib.c207 GetNextDevicePathInstance ( in GetNextDevicePathInstance() function
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DevicePathDxe/
DDevicePath.c31 GetNextDevicePathInstance,
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDevicePathUtilities.h185 EFI_DEVICE_PATH_UTILS_GET_NEXT_INSTANCE GetNextDevicePathInstance; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DevicePathUtilities/
DDevicePathUtilities.h218 EFI_DEVICE_PATH_UTILS_GET_NEXT_INSTANCE GetNextDevicePathInstance; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
DEdkIIGlueDevicePathLib.h32 #define GetNextDevicePathInstance(_DEVICEPATH, _SIZE) GlueGetNextDevicePathInstance(_DEVICEPA… macro
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/
DUefiDevicePathLib.c563 GetNextDevicePathInstance ( in GetNextDevicePathInstance() function
569 return mDevicePathLibDevicePathUtilities->GetNextDevicePathInstance (DevicePath, Size); in GetNextDevicePathInstance()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/BootManagerPolicyDxe/
DBootManagerPolicyDxe.c109 SingleDevice = GetNextDevicePathInstance (&TempDevicePath, &Size); in ConnectNetwork()
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DDevicePathLib.h391 GetNextDevicePathInstance (
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsConnect.c120 Instance = GetNextDevicePathInstance (&DevicePath, &Size); in BdsLibConnectDevicePath()
DBdsMisc.c890 Instance = GetNextDevicePathInstance (&Multi, &InstanceSize); in BdsLibDelPartMatchInstance()
909 Instance = GetNextDevicePathInstance (&Multi, &InstanceSize); in BdsLibDelPartMatchInstance()
945 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size); in BdsLibMatchDevicePaths()
961 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size); in BdsLibMatchDevicePaths()
DBdsConsole.c134 Instance = GetNextDevicePathInstance (&VarConsole, &DevicePathSize); in UpdateSystemTableConsole()
370 Instance = GetNextDevicePathInstance (&CopyOfDevicePath, &Size); in BdsLibConnectConsoleVariable()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsConnect.c120 Instance = GetNextDevicePathInstance (&DevicePath, &Size); in BdsLibConnectDevicePath()
DBdsMisc.c890 Instance = GetNextDevicePathInstance (&Multi, &InstanceSize); in BdsLibDelPartMatchInstance()
909 Instance = GetNextDevicePathInstance (&Multi, &InstanceSize); in BdsLibDelPartMatchInstance()
945 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size); in BdsLibMatchDevicePaths()
961 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size); in BdsLibMatchDevicePaths()
DBdsConsole.c134 Instance = GetNextDevicePathInstance (&VarConsole, &DevicePathSize); in UpdateSystemTableConsole()
370 Instance = GetNextDevicePathInstance (&CopyOfDevicePath, &Size); in BdsLibConnectConsoleVariable()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
DBmLib.c319 while (GetNextDevicePathInstance (&DevicePath, &Size) != NULL) { in EfiDevicePathInstanceCount()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
DTerminal.c331 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size); in MatchDevicePaths()
346 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size); in MatchDevicePaths()
1576 Instance = GetNextDevicePathInstance (&Variable, &InstanceSize); in TerminalRemoveConsoleDevVariable()
1619 Instance = GetNextDevicePathInstance (&Variable, &InstanceSize); in TerminalRemoveConsoleDevVariable()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/
DConPlatform.c878 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size); in ConPlatformMatchDevicePaths()
910 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size); in ConPlatformMatchDevicePaths()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/PlatformIntelBdsLib/
DIntelBdsPlatform.c179 DevicePath = GetNextDevicePathInstance (&ConsoleDevicePaths, &Size); in InitializeConsolePipe()
/device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
DBootMonFsEntryPoint.c299 SupportedDevicePath = GetNextDevicePathInstance (&SupportedDevicePaths, &Size2); in BootMonFsDriverSupported()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DConnect.c248 Instance = GetNextDevicePathInstance (&CopyOfDevPath, &Size); in ShellConnectFromDevPaths()

12