Home
last modified time | relevance | path

Searched refs:nrparts (Results 1 – 2 of 2) sorted by relevance

/drivers/mtd/
Dbcm63xxpart.c75 int nrparts = 3, curpart = 0; in bcm63xx_parse_cfe_partitions() local
151 nrparts++; in bcm63xx_parse_cfe_partitions()
154 nrparts++; in bcm63xx_parse_cfe_partitions()
157 parts = kzalloc(sizeof(*parts) * nrparts + 10 * nrparts, GFP_KERNEL); in bcm63xx_parse_cfe_partitions()
203 for (i = 0; i < nrparts; i++) in bcm63xx_parse_cfe_partitions()
213 return nrparts; in bcm63xx_parse_cfe_partitions()
Dredboot.c63 int nrparts = 0; in parse_redboot_partitions() local
213 nrparts++; in parse_redboot_partitions()
217 nrparts++; in parse_redboot_partitions()
223 nrparts++; in parse_redboot_partitions()
228 parts = kzalloc(sizeof(*parts)*nrparts + nulllen + namelen, GFP_KERNEL); in parse_redboot_partitions()
235 nullname = (char *)&parts[nrparts]; in parse_redboot_partitions()
253 for ( ; i<nrparts; i++) { in parse_redboot_partitions()
280 ret = nrparts; in parse_redboot_partitions()