Home | History | Annotate | Download | only in HiKeyFastbootDxe

Lines Matching refs:PartitionName

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) {
442 IN CHAR8 *PartitionName
452 AsciiStrToUnicodeStr (PartitionName, PartitionNameUnicode);
455 if (AsciiStrCmp (PartitionName, "ptable") == 0) {
462 // Search the partition list for the partition named by PartitionName
463 if (StrCmp (Entry->PartitionName, PartitionNameUnicode) == 0) {
524 // Search the partition list for the partition named by PartitionName
525 if (StrCmp (Entry->PartitionName, PartitionNameUnicode) == 0) {
610 IN CHAR8 *PartitionName,
624 AsciiStrToUnicodeStr (PartitionName, PartitionNameUnicode);
628 // Search the partition list for the partition named by PartitionName
629 if (StrCmp (Entry->PartitionName, PartitionNameUnicode) == 0) {