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

  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Protocol/
AndroidFastbootPlatform.h 55 PartitionName, with the image pointed to by Buffer, whose size is BufferSize.
57 @param[in] PartitionName Null-terminated name of partition to write.
67 IN CHAR8 *PartitionName,
73 Erase the partition named PartitionName.
75 @param[in] PartitionName Null-terminated name of partition to erase.
83 IN CHAR8 *PartitionName
138 PartitionName, with partition offset and the image pointed to by Buffer,
141 @param[in] PartitionName Null-terminated name of partition to write.
152 IN CHAR8 *PartitionName,
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiGpt.h 135 CHAR16 PartitionName[36];
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey960/HiKey960FastbootDxe/
HiKey960FastbootDxe.c 55 CHAR16 PartitionName[PARTITION_NAME_MAX_LENGTH];
89 Read the PartitionName fields from the GPT partition entries, putting them
236 Entry->PartitionName,
237 PartitionEntries[LoopIndex].PartitionName,
254 a list along with the "PartitionName" fields for their GPT entries.
420 IN CHAR8 *PartitionName,
434 if (AsciiStrCmp (PartitionName, "ptable") == 0) {
436 } else if (AsciiStrCmp (PartitionName, "xloader") == 0) {
440 AsciiStrToUnicodeStr (PartitionName, PartitionNameUnicode);
444 // Search the partition list for the partition named by PartitionName
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKeyFastbootDxe/
HiKeyFastbootDxe.c 54 CHAR16 PartitionName[PARTITION_NAME_MAX_LENGTH];
88 Read the PartitionName fields from the GPT partition entries, putting them
236 Entry->PartitionName,
237 PartitionEntries[LoopIndex].PartitionName,
254 a list along with the "PartitionName" fields for their GPT entries.
335 IN CHAR8 *PartitionName,
349 if (AsciiStrCmp (PartitionName, "ptable") == 0) {
353 AsciiStrToUnicodeStr (PartitionName, PartitionNameUnicode);
357 // Search the partition list for the partition named by PartitionName
358 if (StrCmp (Entry->PartitionName, PartitionNameUnicode) == 0) {
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpressFastBootDxe/
ArmVExpressFastBoot.c 42 CHAR16 PartitionName[PARTITION_NAME_MAX_LENGTH];
71 Read the PartitionName fields from the GPT partition entries, putting them
277 Entry->PartitionName,
278 PartitionEntries[PartitionNode->PartitionNumber - 1].PartitionName, // Partition numbers start from 1.
285 if (!IS_ALPHA (Entry->PartitionName[0])) {
318 PartitionName, with the image pointed to by Buffer, whose size is BufferSize.
320 @param[in] PartitionName Null-terminated name of partition to write.
330 IN CHAR8 *PartitionName,
344 AsciiStrToUnicodeStrS (PartitionName, PartitionNameUnicode,
350 // Search the partition list for the partition named by PartitionName
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Application/AndroidFastboot/
AndroidFastbootApp.c 179 IN CHAR8 *PartitionName,
222 PartitionName,
243 PartitionName,
277 IN CHAR8 *PartitionName
285 UnicodeSPrint (OutputString, sizeof (OutputString), L"Flashing partition %a\r\n", PartitionName);
305 Status = FlashSparseImage (PartitionName, SparseHeader);
308 PartitionName,
333 IN CHAR8 *PartitionName
340 UnicodeSPrint (OutputString, sizeof (OutputString), L"Erasing partition %a\r\n", PartitionName);
343 Status = mPlatform->ErasePartition (PartitionName);
    [all...]

Completed in 251 milliseconds