Lines Matching defs:mntent
35 #include <sys/mntent.h>
1054 struct mnttab *mntent;
1056 mntent = search_mnttab(NULL, unrawname(name), devstr, str_size);
1057 if (mntent == NULL)
1063 if (hasmntopt(mntent, MNTOPT_RO) != 0)
1069 mount_point = strdup(mntent->mnt_mountp);
1077 (void) strlcpy(devstr, mntent->mnt_special, str_size);
1437 struct mnttab *mntent;
1450 mntent = search_mnttab(NULL, fs, NULL, 0);
1451 if (mntent == NULL)
1453 mountp = mntent->mnt_mountp;