Lines Matching defs:blkpath
351 char blkpath[MAXPATHLEN];
355 make_blkdevname(li, blkpath, sizeof (blkpath));
363 if (stat64(blkpath, &buf) == 0 && stat64(charpath, &buf) == 0)
378 if (stat64(blkpath, &buf) == 0 && stat64(charpath, &buf) == 0)
385 if (stat64(blkpath, &buf) == -1) {
386 die(gettext("%s was not created"), blkpath);
530 char blkpath[MAXPATHLEN];
540 make_blkdevname(&li, blkpath, sizeof (blkpath));
541 (void) printf("%s\n", blkpath);