Home | History | Annotate | Download | only in ArmVExpressFastBootDxe

Lines Matching refs:PartitionName

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
351 if (StrCmp (Entry->PartitionName, PartitionNameUnicode) == 0) {
407 Erase the partition named PartitionName.
409 @param[in] PartitionName Null-terminated name of partition to erase.