Lines Matching refs:mounted
171 FILE *mounted;
176 if ((mounted = fopen(MNTTAB, "rF")) == NULL) {
180 resetmnttab(mounted);
181 while (getmntent(mounted, &mnt) == NULL) {
198 (void) fclose(mounted);
203 * This function attempts to convert local zone NFS mounted pathnames
204 * into equivalent global zone NFS mounted pathnames. At present
216 * mnttab to determine the path where it should be mounted in the
431 * automounter hasn't yet mounted its
438 * this should be mounted at the
489 * Construct the list of mounted file systems.