/illumos-gate/usr/src/cmd/backup/dump/ |
H A D | dumpfstab.c | 38 struct mntent *pm_mnt; 46 static struct mntent *mygetmntent(FILE *, char *); 48 static struct mntent *allocmntent(struct mntent *); 51 static struct mntent *mygetmntent(); 52 static struct mntent *allocmntent(); 56 static struct mntent * 61 static struct mntent mt; 163 static struct mntent * 165 struct mntent *mnt; in allocmntent() 167 struct mntent *new; [all …]
|
H A D | partial.c | 34 static dev_t devfromopts(struct mntent *); 42 struct mntent *mnt; in partial_check() 83 devfromopts(struct mntent *mnt) in devfromopts()
|
H A D | dump.h | 248 extern struct mntent *mnttabsearch(char *, int); 250 extern struct mntent *getmnttab(void); 374 extern struct mntent *mnttabsearch(); 376 extern struct mntent *getmnttab();
|
H A D | dumpusg.h | 58 #define mntent mnttab macro
|
H A D | dumpoptr.c | 368 struct mntent *dt; in lastdump()
|
/illumos-gate/usr/src/cmd/fs.d/tmpfs/ |
H A D | mount.c | 51 struct mnttab mntent; in in_mnttab() local 55 while (getmntent(file, &mntent) == 0) { in in_mnttab() 56 if (mntent.mnt_mountp != NULL && in in_mnttab() 57 strcmp(mntent.mnt_mountp, mountp) == 0 && in in_mnttab() 58 mntent.mnt_fstype != NULL && in in_mnttab() 59 strcmp(mntent.mnt_fstype, MNTTYPE_TMPFS) == 0) { in in_mnttab()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/ |
H A D | mnt.c | 485 extern struct mntent* getmntent(FILE*); 553 register struct mntent* mnt; 581 #define mntent w_mntent 598 #define MNTBUFSIZE sizeof(struct mntent) 606 #define mntent mnttab 622 struct mntent 640 struct mntent* mnt; 657 mp->mnt = (struct mntent*)(((struct w_mnth*)mp->buf) + 1); 660 mp->mnt = (struct mntent*)mp->buf; 682 mp->mnt = (struct mntent*)(((struct w_mnth*)mp->buf) + 1);
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | fs | 131 hdr mntent,mnttab stdio.h 132 sys mntent,mnttab stdio.h 136 mem mntent.mnt_opts,w_mntent.mnt_opts,mnttab.mnt_opts sys/types.h stdio.h mntent.h sys/mntent.h 137 mem mntent.mnt_opts,mnttab.mnt_opts stdio.h sys/types.h mnttab.h sys/mnttab.h
|
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/ |
H A D | mount.c | 129 struct mnttab mntent; in in_mnttab() local 133 while (getmntent(file, &mntent) == 0) { in in_mnttab() 134 if (mntent.mnt_mountp != NULL && in in_mnttab() 135 strcmp(mntent.mnt_mountp, mountp) == 0 && in in_mnttab() 136 mntent.mnt_fstype != NULL && in in_mnttab() 137 strcmp(mntent.mnt_fstype, MNTTYPE_UFS) == 0) { in in_mnttab()
|
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | utilities.c | 1061 struct mnttab *mntent; in mounted() local 1063 mntent = search_mnttab(NULL, unrawname(name), devstr, str_size); in mounted() 1064 if (mntent == NULL) in mounted() 1070 if (hasmntopt(mntent, MNTOPT_RO) != 0) in mounted() 1076 mount_point = strdup(mntent->mnt_mountp); in mounted() 1084 (void) strlcpy(devstr, mntent->mnt_special, str_size); in mounted() 1444 struct mnttab *mntent; in is_errorlocked() local 1457 mntent = search_mnttab(NULL, fs, NULL, 0); in is_errorlocked() 1458 if (mntent == NULL) in is_errorlocked() 1460 mountp = mntent->mnt_mountp; in is_errorlocked()
|
/illumos-gate/usr/src/cmd/hal/tools/ |
H A D | hal-storage-shared.c | 117 struct mntent *mnt; in mtab_next() 177 struct mntent *mnt; in fstab_next()
|
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | fs | 77 #define _sys_mntent 1 /* #include <sys/mntent.h> ok */
|
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | fs | 77 #define _sys_mntent 1 /* #include <sys/mntent.h> ok */
|
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
H A D | fs | 77 #define _sys_mntent 1 /* #include <sys/mntent.h> ok */
|
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | fs | 81 #define _sys_mntent 1 /* #include <sys/mntent.h> ok */
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | Makefile | 405 mntent.h \
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-header.p5m | 1138 file path=usr/include/sys/mntent.h
|