Lines Matching defs:partition

53 /* RAW partition (binary / bootloader) used Linux - reserved UUID */
57 * unique partition guid (uuid) for partition named "rootfs"
69 * of the FWU metadata partition.
73 /* FIP type partition UUID used by TF-A*/
76 /* unique partition guid (uuid) for FIP partitions A/B */
403 stm32prog_err("Layout line %d: partition name too long [%zd]: %s",
596 stm32prog_err("Layout: too many partition (%d)",
704 stm32prog_err("Layout: no partition found");
752 struct mtd_info *partition;
837 /* order partition list in offset order */
866 if (part->part_id < 0) { /* boot hw partition for eMMC */
870 stm32prog_err("%s (0x%x): hw partition not expected : %d",
878 /* last partition : size to the end of the device */
928 /* check coherency with existing partition */
931 * block devices with GPT: check user partition size
958 list_for_each_entry(partition, &mtd->partitions, node) {
966 part_addr = partition->offset;
967 part_size = partition->size;
968 part_name = partition->name;
976 /* no partition for this device */
985 stm32prog_err("%s (0x%x): Bad address for partition %d (%s) = 0x%llx <> 0x%llx expected",
991 stm32prog_err("%s (0x%x): Bad size for partition %d (%s) at 0x%llx = 0x%llx <> 0x%llx expected",
1016 /* skip partition with IP="none" */
1093 /* create gpt partition support only for full update on MMC */
1157 /* partition UUID */
1798 /* found next selected partition */
1846 /* -1 or -2 : delete boot partition of MMC
1857 /* return to user partition */
1922 /* delete RAW partition before create partition */
1943 /* delete partition GPT or MTD */
2041 /* force the saved offset for the current partition */