Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/df/
H A Ddf.c120 static char *chrootpath; variable
247 chrootpath = getenv("CHROOT"); in main()
248 if (chrootpath != NULL && strcmp(chrootpath, "/") == 0) in main()
249 chrootpath = NULL; in main()
663 return (pathsuffix(path, chrootpath)); in zap_chroot()
800 if (strcmp(scratch, "/") == 0 && chrootpath != NULL) { in findmntent()
808 (void) sprintf(canon, "%s%s", chrootpath ? chrootpath : "", scratch); in findmntent()