Home
last modified time | relevance | path

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

/u-boot/cmd/
A Dmtdparts.c1354 u8 type, dnum, pnum; local
1375 if (mtd_id_parse(p, &p, &type, &dnum) != 0)
1388 if ((*dev = device_find(type, dnum)) == NULL) {
1389 printf("no such device %s%d\n", MTD_DEV_TYPE(type), dnum);

Completed in 16 milliseconds