Searched refs:curpart (Results 1 – 1 of 1) sorted by relevance
75 int nrparts = 3, curpart = 0; in bcm63xx_parse_cfe_partitions() local164 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()[all …]