Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
DBootMonFsEntryPoint.c176 CHAR16* DevicePathListStr; in SupportedDevicePathsInit() local
186 DevicePathListStr = (CHAR16*)PcdGetPtr (PcdBootMonFsSupportedDevicePaths); in SupportedDevicePathsInit()
190 while ((DevicePathListStr != NULL) && (DevicePathListStr[0] != L'\0')) { in SupportedDevicePathsInit()
191 NextDevicePathStr = StrStr (DevicePathListStr, L";"); in SupportedDevicePathsInit()
193 DevicePathStr = DevicePathListStr; in SupportedDevicePathsInit()
194 DevicePathListStr = NULL; in SupportedDevicePathsInit()
196 …CHAR16*)AllocateCopyPool ((NextDevicePathStr - DevicePathListStr + 1) * sizeof (CHAR16), DevicePat… in SupportedDevicePathsInit()
200 *(DevicePathStr + (NextDevicePathStr - DevicePathListStr)) = L'\0'; in SupportedDevicePathsInit()
201 DevicePathListStr = NextDevicePathStr; in SupportedDevicePathsInit()
202 if (DevicePathListStr[0] == L';') { in SupportedDevicePathsInit()
[all …]