Home | History | Annotate | Download | only in blkid

Lines Matching defs:last

404 	int which = 0, last = 0;
428 last = which;
466 * If last was a whole disk and we just found a partition
470 if (lens[last] && !strncmp(ptnames[last], ptname, lens[last])) {
477 if (tmp->bid_devno == devs[last]) {
486 lens[last] = 0;
489 * If last was not checked because it looked like a whole-disk
491 * check last as well.
493 if (lens[last] && strncmp(ptnames[last], ptname, lens[last])) {
496 ptnames[last], (unsigned int) devs[last]));
497 probe_one(cache, ptnames[last], devs[last], 0,
499 lens[last] = 0;
503 /* Handle the last device if it wasn't partitioned */