Home | History | Annotate | Download | only in HiKey960FastbootDxe

Lines Matching refs:PartitionName

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
445 if (StrCmp (Entry->PartitionName, PartitionNameUnicode) == 0) {
496 IN CHAR8 *PartitionName
506 AsciiStrToUnicodeStr (PartitionName, PartitionNameUnicode);
509 if (AsciiStrCmp (PartitionName, "ptable") == 0) {
516 // Search the partition list for the partition named by PartitionName
517 if (StrCmp (Entry->PartitionName, PartitionNameUnicode) == 0) {
574 // Search the partition list for the partition named by PartitionName
575 if (StrCmp (Entry->PartitionName, PartitionNameUnicode) == 0) {
659 IN CHAR8 *PartitionName,
673 AsciiStrToUnicodeStr (PartitionName, PartitionNameUnicode);
677 // Search the partition list for the partition named by PartitionName
678 if (StrCmp (Entry->PartitionName, PartitionNameUnicode) == 0) {