Lines Matching refs:curpart
75 int nrparts = 3, curpart = 0; in bcm63xx_parse_cfe_partitions() local
164 parts[curpart].name = "CFE"; in bcm63xx_parse_cfe_partitions()
165 parts[curpart].offset = 0; in bcm63xx_parse_cfe_partitions()
166 parts[curpart].size = cfelen; in bcm63xx_parse_cfe_partitions()
167 curpart++; in bcm63xx_parse_cfe_partitions()
170 int kernelpart = curpart; in bcm63xx_parse_cfe_partitions()
177 curpart++; in bcm63xx_parse_cfe_partitions()
181 int rootfspart = curpart; in bcm63xx_parse_cfe_partitions()
190 curpart++; in bcm63xx_parse_cfe_partitions()
193 parts[curpart].name = "nvram"; in bcm63xx_parse_cfe_partitions()
194 parts[curpart].offset = master->size - nvramlen; in bcm63xx_parse_cfe_partitions()
195 parts[curpart].size = nvramlen; in bcm63xx_parse_cfe_partitions()
196 curpart++; in bcm63xx_parse_cfe_partitions()
199 parts[curpart].name = "linux"; in bcm63xx_parse_cfe_partitions()
200 parts[curpart].offset = cfelen; in bcm63xx_parse_cfe_partitions()
201 parts[curpart].size = master->size - cfelen - nvramlen; in bcm63xx_parse_cfe_partitions()