Searched refs:MNTTAB (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs/
H A Dzfs_003_neg.ksh42 # (2) MNTTAB cannot be opened
65 MNTTAB=/etc/mnttab
67 for file in $ZFS_DEV $MNTTAB; do
/freebsd-12-stable/cddl/compat/opensolaris/include/
H A Dmnttab.h12 #define MNTTAB _PATH_DEVZERO macro
/freebsd-12-stable/contrib/amd/include/
H A Dmount_headers1.h82 #if defined(HAVE_MNTTAB_H) && !defined(MNTTAB)
84 * Do not include it if MNTTAB is already defined because it probably
88 #endif /* defined(HAVE_MNTTAB_H) && !defined(MNTTAB) */
H A Dam_defs.h1142 * Do not include it if MNTTAB is already defined because it probably
1145 #if defined(HAVE_MNTTAB_H) && !defined(MNTTAB)
1147 #endif /* defined(HAVE_MNTTAB_H) && !defined(MNTTAB) */
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_util.c680 if ((hdl->libzfs_mnttab = fopen(MNTTAB, "r")) == NULL) {
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c7501 if ((mnttab_file = fopen(MNTTAB, "r")) == NULL) {
7503 "open %s\n"), MNTTAB);

Completed in 89 milliseconds