Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/blkid/
Ddevname.c401 char *ptnames[2]; in probe_all() local
409 ptnames[0] = ptname0; in probe_all()
410 ptnames[1] = ptname1; in probe_all()
432 ptname = ptnames[which]; in probe_all()
472 if (lens[last] && !strncmp(ptnames[last], ptname, lens[last])) { in probe_all()
495 if (lens[last] && strncmp(ptnames[last], ptname, lens[last])) { in probe_all()
498 ptnames[last], (unsigned int) devs[last])); in probe_all()
499 probe_one(cache, ptnames[last], devs[last], 0, in probe_all()