HomeSort by relevance Sort by last modified time
    Searched refs:TextDevicePath (Results 1 - 12 of 12) sorted by null

  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/
ShellSetFdt.c 37 CHAR16 *TextDevicePath;
62 TextDevicePath = AllocatePool (DataSize);
63 if (TextDevicePath == NULL) {
72 TextDevicePath
79 TextDevicePath
83 FreePool (TextDevicePath);
100 for (TextDevicePath = TextDevicePaths;
101 *TextDevicePath != L'\0' ; ) {
102 TextDevicePathSeparator = StrStr (TextDevicePath, L";");
112 TextDevicePath
    [all...]
FdtPlatform.c 49 @param[in] TextDevicePath Device path of the FDT to install in text form
60 IN CONST CHAR16* TextDevicePath
81 DevicePath = (EFI_DEVICE_PATH*)EfiDevicePathFromTextProtocol->ConvertTextToDevicePath (TextDevicePath);
284 CHAR16 *TextDevicePath;
289 TextDevicePath = NULL;
310 TextDevicePath = AllocatePool (DataSize);
311 if (TextDevicePath == NULL) {
321 TextDevicePath
324 FreePool (TextDevicePath);
328 Status = InstallFdt (TextDevicePath);
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpressDxe/
ArmFvpDxe.c 160 CHAR16 *TextDevicePath;
177 TextDevicePath = ConvertDevicePathToText (FdtDevicePath, FALSE, FALSE);
178 if (TextDevicePath != NULL) {
179 TextDevicePathSize = StrSize (TextDevicePath);
186 TextDevicePath = AllocatePool (TextDevicePathSize);
187 if (TextDevicePath != NULL) {
188 StrCpy (TextDevicePath, ((CHAR16*)PcdGetPtr (PcdFvpFdtDevicePathsBase)));
189 StrCat (TextDevicePath, Platform->FdtName);
192 if (TextDevicePath != NULL) {
193 Buffer = PcdSetPtr (PcdFdtDevicePaths, &TextDevicePathSize, TextDevicePath);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DevicePathFromText/
DevicePathFromText.h 56 IN CONST CHAR16 *TextDevicePath
64 TextDevicePath - TextDevicePath points to the text representation of a device
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DevicePathFromText.h 48 @param TextDeviceNode TextDevicePath points to the text representation of a device
59 IN CONST CHAR16 *TextDevicePath
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/
ArmJunoDxe.c 148 CHAR16 *TextDevicePath;
253 TextDevicePath = (CHAR16*)FixedPcdGetPtr (PcdJunoFdtDevicePath);
254 if (TextDevicePath != NULL) {
255 TextDevicePathSize = StrSize (TextDevicePath);
256 Buffer = PcdSetPtr (PcdFdtDevicePaths, &TextDevicePathSize, TextDevicePath);
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
UefiDevicePathLib.c 345 @param TextDevicePath TextDevicePath points to the text representation of a device
356 IN CONST CHAR16 *TextDevicePath
359 return UefiDevicePathLibConvertTextToDevicePath (TextDevicePath);
UefiDevicePathLibOptionalDevicePathProtocol.c 461 @param TextDevicePath TextDevicePath points to the text representation of a device
472 IN CONST CHAR16 *TextDevicePath
479 return mDevicePathLibDevicePathFromText->ConvertTextToDevicePath (TextDevicePath);
482 return UefiDevicePathLibConvertTextToDevicePath (TextDevicePath);
UefiDevicePathLib.h 443 @param TextDevicePath TextDevicePath points to the text representation of a device
454 IN CONST CHAR16 *TextDevicePath
DevicePathFromText.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
DevicePathLib.h 552 @param TextDevicePath TextDevicePath points to the text representation of a device
563 IN CONST CHAR16 *TextDevicePath
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/
UefiDevicePathLib.c 839 @param TextDevicePath TextDevicePath points to the text representation of a device
850 IN CONST CHAR16 *TextDevicePath
857 return mDevicePathLibDevicePathFromText->ConvertTextToDevicePath (TextDevicePath);

Completed in 130 milliseconds