Searched refs:mntent (Results 1 - 20 of 20) sorted by relevance

/freebsd-12-stable/contrib/amd/include/
H A Dmount_headers1.h74 # include <sys/mntent.h>
77 # include <mntent.h>
H A Dam_defs.h316 * Actions to take if <mntent.h> exists.
319 /* some systems need <stdio.h> before <mntent.h> is included */
323 # include <mntent.h>
341 * Actions to take if <sys/mntent.h> exists.
344 # include <sys/mntent.h>
1406 * Defaults to struct mntent, else struct mnttab. If neither is found, and
1409 * kernel, then define our own version of mntent; it will be needed for amd
1413 typedef struct mntent mntent_t;
1417 /* map struct mnttab field names to struct mntent field names */
1424 # error Could not find definition for struct mntent o
[all...]
/freebsd-12-stable/cddl/compat/opensolaris/misc/
H A Dzmount.c37 #include <sys/mntent.h>
H A Dmnttab.c37 #include <sys/mntent.h>
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp69 #include <mntent.h>
1107 CHECK_TYPE_SIZE(mntent); variable
1108 CHECK_SIZE_AND_OFFSET(mntent, mnt_fsname);
1109 CHECK_SIZE_AND_OFFSET(mntent, mnt_dir);
1110 CHECK_SIZE_AND_OFFSET(mntent, mnt_type);
1111 CHECK_SIZE_AND_OFFSET(mntent, mnt_opts);
1112 CHECK_SIZE_AND_OFFSET(mntent, mnt_freq);
1113 CHECK_SIZE_AND_OFFSET(mntent, mnt_passno);
/freebsd-12-stable/lib/libbe/
H A Dbe_access.c33 #include <sys/mntent.h>
H A Dbe.c37 #include <sys/mntent.h>
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zinject/
H A Dtranslate.c38 #include <sys/mntent.h>
/freebsd-12-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_policy.c33 #include <sys/mntent.h>
/freebsd-12-stable/contrib/gcclibs/libmudflap/
H A Dmf-hooks2.c97 #include <mntent.h>
2072 WRAPPER2(struct mntent *, getmntent, FILE *filep)
2074 struct mntent *m;
2075 static struct mntent *last = NULL;
2093 #define R(field) __mf_register(last->field, strlen (last->field)+1, __MF_TYPE_STATIC, "mntent " #field)
H A Dconfigure3632 netdb.h sys/ipc.h sys/sem.h sys/shm.h sys/wait.h ctype.h mntent.h \
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzcp_get.c31 #include <sys/mntent.h>
H A Dzfs_vfsops.c41 #include <sys/mntent.h>
H A Dzfs_znode.c37 #include <sys/mntent.h>
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h82 #include <sys/mntent.h>
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_vdev.c78 #include <sys/mntent.h>
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_mount.c79 #include <sys/mntent.h>
H A Dlibzfs_util.c50 #include <sys/mntent.h>
H A Dlibzfs_dataset.c48 #include <sys/mntent.h>
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c57 #include <sys/mntent.h>

Completed in 526 milliseconds