Home
last modified time | relevance | path

Searched refs:curpart (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mtd/parsers/
H A Dbcm63xxpart.c84 int nrparts = 3, curpart = 0; in bcm63xx_parse_cfe_nor_partitions() local
101 parts[curpart].name = "CFE"; in bcm63xx_parse_cfe_nor_partitions()
102 parts[curpart].offset = 0; in bcm63xx_parse_cfe_nor_partitions()
103 parts[curpart].size = cfelen; in bcm63xx_parse_cfe_nor_partitions()
104 curpart++; in bcm63xx_parse_cfe_nor_partitions()
106 parts[curpart].name = "nvram"; in bcm63xx_parse_cfe_nor_partitions()
107 parts[curpart].offset = master->size - nvramlen; in bcm63xx_parse_cfe_nor_partitions()
108 parts[curpart].size = nvramlen; in bcm63xx_parse_cfe_nor_partitions()
109 curpart++; in bcm63xx_parse_cfe_nor_partitions()
112 parts[curpart].name = "linux"; in bcm63xx_parse_cfe_nor_partitions()
[all …]
H A Dparser_imagetag.c64 int nrparts = 0, curpart = 0; in bcm963xx_parse_imagetag_partitions() local
161 int kernelpart = curpart; in bcm963xx_parse_imagetag_partitions()
168 curpart++; in bcm963xx_parse_imagetag_partitions()
172 int rootfspart = curpart; in bcm963xx_parse_imagetag_partitions()
181 curpart++; in bcm963xx_parse_imagetag_partitions()
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0062-kern-partition-Check-for-NULL-before-dereferencing-i.patch32 grub_partition_t curpart = 0;