Searched refs:mnttab (Results 1 - 19 of 19) sorted by relevance

/freebsd-12-stable/sys/cddl/compat/opensolaris/sys/
H A Dmnttab.h33 #include <mnttab.h>
/freebsd-12-stable/cddl/compat/opensolaris/include/
H A Dmnttab.h21 struct mnttab { struct
27 #define extmnttab mnttab
29 int getmntany(FILE *fd, struct mnttab *mgetp, struct mnttab *mrefp);
30 int getmntent(FILE *fp, struct mnttab *mp);
31 char *hasmntopt(struct mnttab *mnt, char *opt);
33 void statfs2mnttab(struct statfs *sfs, struct mnttab *mp);
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs/
H A Dzfs_003_neg.ksh65 MNTTAB=/etc/mnttab
/freebsd-12-stable/cddl/compat/opensolaris/misc/
H A Dmnttab.c38 #include <sys/mnttab.h>
69 hasmntopt(struct mnttab *mnt, char *opt)
95 statfs2mnttab(struct statfs *sfs, struct mnttab *mp)
167 getmntany(FILE *fd __unused, struct mnttab *mgetp, struct mnttab *mrefp)
196 getmntent(FILE *fp, struct mnttab *mp)
H A Dzmount.c42 #include <mnttab.h>
/freebsd-12-stable/contrib/amd/include/
H A Dmount_headers1.h80 # include <sys/mnttab.h>
85 * came from <sys/mnttab.h> and we do not want conflicting definitions.
87 # include <mnttab.h>
H A Dam_defs.h1134 * Actions to take if <sys/mnttab.h> exists.
1137 # include <sys/mnttab.h>
1141 * Actions to take if <mnttab.h> exists.
1143 * came from <sys/mnttab.h> and we do not want conflicting definitions.
1146 # include <mnttab.h>
1406 * Defaults to struct mntent, else struct mnttab. If neither is found, and
1416 typedef struct mnttab mntent_t;
1417 /* map struct mnttab field names to struct mntent field names */
1424 # error Could not find definition for struct mntent or struct mnttab!
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_add/
H A Dzpool_add.kshlib94 # Find the storage device in /etc/mnttab
98 typeset mnttab="/etc/mnttab"
99 typeset tmpfile="$TMPDIR/mnttab.tmp"
/freebsd-12-stable/contrib/gcc/
H A Dsys-types.h23 struct mnttab;
H A Dsys-protos.h461 extern int getmntany(FILE *, struct mnttab *, struct mnttab *);
/freebsd-12-stable/cddl/lib/libzfs/
H A DMakefile14 mnttab.c \
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs.h39 #include <sys/mnttab.h>
225 struct mnttab *);
H A Dlibzfs_mount.c287 struct mnttab entry;
475 struct mnttab entry;
1042 struct mnttab entry;
1593 * arbitrarily (on I/O error, for example). Instead, we walk /etc/mnttab and
1600 struct mnttab entry;
H A Dlibzfs_dataset.c786 struct mnttab mtn_mt;
814 struct mnttab entry;
857 struct mnttab *entry)
864 struct mnttab srch = { 0 };
2128 * the contents of the /etc/mnttab entry, searching for the appropriate options.
2138 struct mnttab mnt;
2187 * (iterating over all of /etc/mnttab), we defer its calculation until
2193 struct mnttab entry;
H A Dlibzfs_util.c49 #include <sys/mnttab.h>
747 * (starts with '/' or "./"). If so, walk the mnttab trying
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zinject/
H A Dtranslate.c39 #include <sys/mnttab.h>
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h83 #include <sys/mnttab.h>
/freebsd-12-stable/lib/libbe/
H A Dbe.c79 struct mnttab entry;
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c58 #include <sys/mnttab.h>
5959 struct mnttab mnt;
6343 struct mnttab entry;
6352 * When mount is given no arguments, go through /etc/mnttab and
6430 * absolute path, find the entry /etc/mnttab, verify that its a ZFS filesystem,
6444 * Search for the path in /etc/mnttab. Rather than looking for the
6484 (void) fprintf(stderr, gettext("warning: %s not in mnttab\n"),
6598 * since we would have to linearly search /etc/mnttab for each
6599 * one. Instead, do one pass through /etc/mnttab looking for
6609 struct mnttab entr
[all...]

Completed in 133 milliseconds