Home
last modified time | relevance | path

Searched refs:mntent (Results 1 – 25 of 26) sorted by relevance

12

/titanic_44/usr/src/cmd/backup/dump/
H A Ddumpfstab.c40 struct mntent *pm_mnt;
48 static struct mntent *mygetmntent(FILE *, char *);
50 static struct mntent *allocmntent(struct mntent *);
53 static struct mntent *mygetmntent();
54 static struct mntent *allocmntent();
58 static struct mntent *
63 static struct mntent mt;
165 static struct mntent *
167 struct mntent *mnt; in allocmntent()
169 struct mntent *new;
[all …]
H A Dpartial.c36 static dev_t devfromopts(struct mntent *);
54 struct mntent *mnt; in partial_check()
96 struct mntent *mnt; in devfromopts()
H A Ddump.h248 extern struct mntent *mnttabsearch(char *, int);
250 extern struct mntent *getmnttab(void);
374 extern struct mntent *mnttabsearch();
376 extern struct mntent *getmnttab();
H A Ddumpusg.h60 #define mntent mnttab macro
H A Ddumpoptr.c387 struct mntent *dt;
/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Dmntent.c35 static int mntprtent(FILE *, struct mntent *);
37 static struct mntent *mntp;
39 struct mntent *
44 mntp = (struct mntent *)calloc(1, sizeof (struct mntent)); in _mnt()
90 mnttabscan(FILE *mnttabp, struct mntent *mnt) in mnttabscan()
152 struct mntent *
158 return ((struct mntent *)0); in getmntent()
160 return ((struct mntent *)0); in getmntent()
163 return ((struct mntent *)0); in getmntent()
168 addmntent(FILE *mnttabp, struct mntent *mnt) in addmntent()
[all …]
H A Dfstab.c40 struct mntent *mnt; in fstabscan()
/titanic_44/usr/src/cmd/fs.d/tmpfs/
H A Dmount.c52 struct mnttab mntent; in in_mnttab() local
56 while (getmntent(file, &mntent) == 0) { in in_mnttab()
57 if (mntent.mnt_mountp != NULL && in in_mnttab()
58 strcmp(mntent.mnt_mountp, mountp) == 0 && in in_mnttab()
59 mntent.mnt_fstype != NULL && in in_mnttab()
60 strcmp(mntent.mnt_fstype, MNTTYPE_TMPFS) == 0) { in in_mnttab()
/titanic_44/usr/src/lib/libast/common/port/
H A Dmnt.c466 extern struct mntent* getmntent(FILE*);
534 register struct mntent* mnt;
562 #define mntent w_mntent
579 #define MNTBUFSIZE sizeof(struct mntent)
587 #define mntent mnttab
603 struct mntent
621 struct mntent* mnt;
638 mp->mnt = (struct mntent*)(((struct w_mnth*)mp->buf) + 1);
641 mp->mnt = (struct mntent*)mp->buf;
663 mp->mnt = (struct mntent*)(((struct w_mnth*)mp->buf) + 1);
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dmntent.h89 struct mntent { struct
98 struct mntent *getmntent(); argument
/titanic_44/usr/src/cmd/rexd/
H A DMakefile49 OBJS= errprintf.o mount_nfs.o rex.o unix_login.o mntent.o $(TYPEOBJS)
50 REXDOBJS= rpc.rexd.o errprintf.o mount_nfs.o rex.o unix_login.o mntent.o
51 ONOBJS= on.o sharetab.o where.o rex.o mntent.o
/titanic_44/usr/src/lib/libast/common/features/
H A Dfs132 hdr mntent,mnttab stdio.h
133 sys mntent,mnttab stdio.h
137 mem mntent.mnt_opts,w_mntent.mnt_opts,mnttab.mnt_opts sys/types.h stdio.h mntent.h sys/mntent.h
138 mem mntent.mnt_opts,mnttab.mnt_opts stdio.h sys/types.h mnttab.h sys/mnttab.h
/titanic_44/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c129 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()
/titanic_44/usr/src/cmd/avs/rdc/
H A Dsndrsubr.c67 struct mnttab mntent; in mounted() local
98 if (getmntany(mntfp, &mntent, &mntref) != -1) { in mounted()
/titanic_44/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c1054 struct mnttab *mntent; in mounted() local
1056 mntent = search_mnttab(NULL, unrawname(name), devstr, str_size); in mounted()
1057 if (mntent == NULL) in mounted()
1063 if (hasmntopt(mntent, MNTOPT_RO) != 0) in mounted()
1069 mount_point = strdup(mntent->mnt_mountp); in mounted()
1077 (void) strlcpy(devstr, mntent->mnt_special, str_size); in mounted()
1437 struct mnttab *mntent; in is_errorlocked() local
1450 mntent = search_mnttab(NULL, fs, NULL, 0); in is_errorlocked()
1451 if (mntent == NULL) in is_errorlocked()
1453 mountp = mntent->mnt_mountp; in is_errorlocked()
/titanic_44/usr/src/lib/libbc/libc/sys/common/
H A D_open.c214 struct mntent mnt; in putmline()
266 struct mntent mnt; in putfline()
/titanic_44/usr/src/lib/librdc/common/
H A Drdcrules.c418 struct mnttab mntent; in mounted() local
447 if ((rc = getmntany(mntfp, &mntent, &mntref)) != -1) { in mounted()
/titanic_44/usr/src/cmd/hal/tools/
H A Dhal-storage-shared.c117 struct mntent *mnt; in mtab_next()
177 struct mntent *mnt; in fstab_next()
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dfs77 #define _sys_mntent 1 /* #include <sys/mntent.h> ok */
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dfs77 #define _sys_mntent 1 /* #include <sys/mntent.h> ok */
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dfs77 #define _sys_mntent 1 /* #include <sys/mntent.h> ok */
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dfs81 #define _sys_mntent 1 /* #include <sys/mntent.h> ok */
/titanic_44/usr/src/lib/libbc/sparc/
H A DMakefile74 mntent.o modf.o msync.o munlock.o munlockall.o\
/titanic_44/usr/src/uts/common/sys/
H A DMakefile383 mntent.h \
/titanic_44/usr/src/cmd/avs/dsw/
H A Diiadm.c1781 struct mnttab mntent; local
1804 if (getmntany(mntfp, &mntent, &mntref) != -1) {

12