Home
last modified time | relevance | path

Searched refs:NextDevicePathStr (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/PlatformIntelBdsLib/
DIntelBdsPlatform.c99 CHAR16* NextDevicePathStr; in GetConsoleDevicePathFromVariable() local
118 NextDevicePathStr = StrStr (DefaultConsolePaths, L";"); in GetConsoleDevicePathFromVariable()
119 if (NextDevicePathStr == NULL) { in GetConsoleDevicePathFromVariable()
123 …DevicePathStr = (CHAR16*)AllocateCopyPool ((NextDevicePathStr - DefaultConsolePaths + 1) * sizeof(… in GetConsoleDevicePathFromVariable()
124 *(DevicePathStr + (NextDevicePathStr - DefaultConsolePaths)) = L'\0'; in GetConsoleDevicePathFromVariable()
125 DefaultConsolePaths = NextDevicePathStr; in GetConsoleDevicePathFromVariable()
135 if (NextDevicePathStr != NULL) { in GetConsoleDevicePathFromVariable()
/device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
DBootMonFsEntryPoint.c178 CHAR16* NextDevicePathStr; in SupportedDevicePathsInit() local
191 NextDevicePathStr = StrStr (DevicePathListStr, L";"); in SupportedDevicePathsInit()
192 if (NextDevicePathStr == NULL) { in SupportedDevicePathsInit()
196 …DevicePathStr = (CHAR16*)AllocateCopyPool ((NextDevicePathStr - DevicePathListStr + 1) * sizeof (C… in SupportedDevicePathsInit()
200 *(DevicePathStr + (NextDevicePathStr - DevicePathListStr)) = L'\0'; in SupportedDevicePathsInit()
201 DevicePathListStr = NextDevicePathStr; in SupportedDevicePathsInit()
211 if (NextDevicePathStr != NULL) { in SupportedDevicePathsInit()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/
DBds.c39 CHAR16* NextDevicePathStr; in GetConsoleDevicePathFromVariable() local
57 NextDevicePathStr = StrStr (DefaultConsolePaths, L";"); in GetConsoleDevicePathFromVariable()
58 if (NextDevicePathStr == NULL) { in GetConsoleDevicePathFromVariable()
62 …DevicePathStr = (CHAR16*)AllocateCopyPool ((NextDevicePathStr - DefaultConsolePaths + 1) * sizeof(… in GetConsoleDevicePathFromVariable()
63 *(DevicePathStr + (NextDevicePathStr - DefaultConsolePaths)) = L'\0'; in GetConsoleDevicePathFromVariable()
64 DefaultConsolePaths = NextDevicePathStr; in GetConsoleDevicePathFromVariable()
74 if (NextDevicePathStr != NULL) { in GetConsoleDevicePathFromVariable()