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

/illumos-gate/usr/src/cmd/lofiadm/
H A Dmain.c354 char charpath[MAXPATHLEN]; local
358 (void) strlcpy(charpath, li->li_devpath, sizeof (charpath));
361 (void) strlcat(charpath, "p0", sizeof (charpath));
365 if (stat64(blkpath, &buf) == 0 && stat64(charpath, &buf) == 0)
380 if (stat64(blkpath, &buf) == 0 && stat64(charpath, &buf) == 0)
390 if (stat64(charpath, &buf) == -1) {
391 die(gettext("%s was not created"), charpath);

Completed in 64 milliseconds