curpart            92 drivers/mtd/parsers/bcm63xxpart.c 	int nrparts = 3, curpart = 0;
curpart           109 drivers/mtd/parsers/bcm63xxpart.c 	parts[curpart].name = "CFE";
curpart           110 drivers/mtd/parsers/bcm63xxpart.c 	parts[curpart].offset = 0;
curpart           111 drivers/mtd/parsers/bcm63xxpart.c 	parts[curpart].size = cfelen;
curpart           112 drivers/mtd/parsers/bcm63xxpart.c 	curpart++;
curpart           114 drivers/mtd/parsers/bcm63xxpart.c 	parts[curpart].name = "nvram";
curpart           115 drivers/mtd/parsers/bcm63xxpart.c 	parts[curpart].offset = master->size - nvramlen;
curpart           116 drivers/mtd/parsers/bcm63xxpart.c 	parts[curpart].size = nvramlen;
curpart           117 drivers/mtd/parsers/bcm63xxpart.c 	curpart++;
curpart           120 drivers/mtd/parsers/bcm63xxpart.c 	parts[curpart].name = "linux";
curpart           121 drivers/mtd/parsers/bcm63xxpart.c 	parts[curpart].offset = cfelen;
curpart           122 drivers/mtd/parsers/bcm63xxpart.c 	parts[curpart].size = master->size - cfelen - nvramlen;
curpart           123 drivers/mtd/parsers/bcm63xxpart.c 	parts[curpart].types = bcm63xx_cfe_part_types;
curpart            64 drivers/mtd/parsers/parser_imagetag.c 	int nrparts = 0, curpart = 0;
curpart           157 drivers/mtd/parsers/parser_imagetag.c 		int kernelpart = curpart;
curpart           164 drivers/mtd/parsers/parser_imagetag.c 		curpart++;
curpart           168 drivers/mtd/parsers/parser_imagetag.c 		int rootfspart = curpart;
curpart           177 drivers/mtd/parsers/parser_imagetag.c 		curpart++;