Lines Matching refs:mounted
175 FILE *mounted;
180 if ((mounted = fopen(MNTTAB, "rF")) == NULL) {
184 resetmnttab(mounted);
185 while (getmntent(mounted, &mnt) == NULL) {
201 (void) fclose(mounted);
206 * This function attempts to convert local zone NFS mounted pathnames
207 * into equivalent global zone NFS mounted pathnames. At present
219 * mnttab to determine the path where it should be mounted in the
434 * automounter hasn't yet mounted its
441 * this should be mounted at the
492 * Construct the list of mounted file systems.