Searched defs:charpath (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsuri/common/
H A Dsuri_aux.c380 char charpath[MAXPATHLEN]; local
385 (void) snprintf(charpath, sizeof (charpath), _PATH_DEV "%s/%d",
389 if (stat64(blkpath, &buf) == 0 && stat64(charpath, &buf) == 0)
404 if (stat64(blkpath, &buf) == 0 && stat64(charpath, &buf) == 0)
416 if (stat64(charpath, &buf) == -1) {
418 SURIGTEXT("Cannot create lofi device"), charpath);

Completed in 32 milliseconds