Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/blkid/
Ddevname.c399 char *ptnames[2]; in probe_all() local
407 ptnames[0] = ptname0; in probe_all()
408 ptnames[1] = ptname1; in probe_all()
430 ptname = ptnames[which]; in probe_all()
470 if (lens[last] && !strncmp(ptnames[last], ptname, lens[last])) { in probe_all()
493 if (lens[last] && strncmp(ptnames[last], ptname, lens[last])) { in probe_all()
496 ptnames[last], (unsigned int) devs[last])); in probe_all()
497 probe_one(cache, ptnames[last], devs[last], 0, in probe_all()