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

/illumos-gate/usr/src/cmd/fs.d/tmpfs/
H A Dmount.c52 struct mnttab mntent; local
56 while (getmntent(file, &mntent) == 0) {
57 if (mntent.mnt_mountp != NULL &&
58 strcmp(mntent.mnt_mountp, mountp) == 0 &&
59 mntent.mnt_fstype != NULL &&
60 strcmp(mntent.mnt_fstype, MNTTYPE_TMPFS) == 0) {
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpusg.h60 #define mntent mnttab macro
/illumos-gate/usr/src/lib/librdc/common/
H A Drdcrules.c418 struct mnttab mntent; local
447 if ((rc = getmntany(mntfp, &mntent, &mntref)) != -1) {
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrsubr.c67 struct mnttab mntent; local
98 if (getmntany(mntfp, &mntent, &mntref) != -1) {
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dmntent.h30 * File system table, see mntent (5)
89 struct mntent { struct
98 struct mntent *getmntent();
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c50 #include <sys/mntent.h>
129 struct mnttab mntent; local
133 while (getmntent(file, &mntent) == 0) {
134 if (mntent.mnt_mountp != NULL &&
135 strcmp(mntent.mnt_mountp, mountp) == 0 &&
136 mntent.mnt_fstype != NULL &&
137 strcmp(mntent.mnt_fstype, MNTTYPE_UFS) == 0) {
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c35 #include <sys/mntent.h>
1054 struct mnttab *mntent; local
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; local
1450 mntent = search_mnttab(NULL, fs, NULL, 0);
1451 if (mntent
[all...]
/illumos-gate/usr/src/cmd/avs/dsw/
H A Diiadm.c1781 struct mnttab mntent; local
1804 if (getmntany(mntfp, &mntent, &mntref) != -1) {

Completed in 102 milliseconds