Home
last modified time | relevance | path

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

/bootable/recovery/mtdutils/
Dmtdutils.c32 int device_index; member
102 p->device_index = -1; in mtd_scan_partitions()
144 p->device_index = mtdnum; in mtd_scan_partitions()
182 if (p->device_index >= 0 && p->name != NULL) { in mtd_find_partition_by_name()
200 sprintf(devname, "/dev/block/mtdblock%d", partition->device_index); in mtd_mount_partition()
242 sprintf(mtddevname, "/dev/mtd/mtd%d", partition->device_index); in mtd_partition_info()
269 sprintf(mtddevname, "/dev/mtd/mtd%d", partition->device_index); in mtd_read_partition()
384 sprintf(mtddevname, "/dev/mtd/mtd%d", partition->device_index); in mtd_write_partition()