Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/blkid/
Ddevname.c402 char *ptnames[2]; in probe_all() local
410 ptnames[0] = ptname0; in probe_all()
411 ptnames[1] = ptname1; in probe_all()
433 ptname = ptnames[which]; in probe_all()
473 if (lens[last] && !strncmp(ptnames[last], ptname, lens[last])) { in probe_all()
496 if (lens[last] && strncmp(ptnames[last], ptname, lens[last])) { in probe_all()
499 ptnames[last], (unsigned int) devs[last])); in probe_all()
500 probe_one(cache, ptnames[last], devs[last], 0, in probe_all()