Searched refs:exports (Results 1 - 25 of 96) sorted by relevance

1234

/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dcassert.inc11 // This module exports nothing.
H A Dcerrno.inc11 // This module exports nothing.
H A Dcfloat.inc11 // This module exports nothing.
H A Dclimits.inc11 // This module exports nothing.
H A Dversion.inc11 // This module exports nothing.
/freebsd-current/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcassert.inc11 // This module exports nothing.
H A Dcerrno.inc11 // This module exports nothing.
H A Dcfloat.inc11 // This module exports nothing.
H A Dclimits.inc11 // This module exports nothing.
/freebsd-current/sys/contrib/openzfs/lib/libshare/
H A Dnfs.h33 boolean_t nfs_is_shared_impl(const char *exports, sa_share_impl_t impl_share);
34 int nfs_toggle_share(const char *lockfile, const char *exports,
37 void nfs_reset_shares(const char *lockfile, const char *exports);
H A Dnfs.c38 * updates to the exports file. Each protocol is responsible for
131 nfs_fini_tmpfile(const char *exports, struct tmpfile *tmpf) argument
140 if (rename(tmpf->name, exports) == -1) {
142 tmpf->name, exports, zfs_strerror(errno));
181 nfs_process_exports(const char *exports, const char *mountpoint, argument
188 FILE *oldfp = fopen(exports, "re");
219 exports, zfs_strerror(errno));
237 * Copy all entries from the exports file (if it exists) to newfp,
241 nfs_copy_entries(FILE *newfp, const char *exports, const char *mountpoint) argument
246 exports, mountpoin
255 nfs_toggle_share(const char *lockfile, const char *exports, const char *expdir, sa_share_impl_t impl_share, int(*cbk)(sa_share_impl_t impl_share, FILE *tmpfile)) argument
290 nfs_reset_shares(const char *lockfile, const char *exports) argument
311 nfs_is_shared_impl(const char *exports, sa_share_impl_t impl_share) argument
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_share/
H A Dzfs_share_012_pos.ksh39 # 2. Capture the zfs exports file when the dataset is mounted + shared
40 # 3. Simulate a reboot by unmounting the dataset and restoring the exports file
57 # rebuilding the exports file
60 rm /etc/exports.d/zfs.exports
73 log_must cp /etc/exports.d/zfs.exports /etc/exports.d/zfs.exports.save
79 log_must mv /etc/exports
[all...]
/freebsd-current/include/rpcsvc/
H A Dmount.x128 typedef struct exportnode *exports;
132 exports ex_next;
188 exports
194 exports
246 exports
/freebsd-current/usr.sbin/mountd/
H A DMakefile4 MAN= exports.5 netgroup.5 mountd.8
/freebsd-current/contrib/bmake/unit-tests/
H A Ddirective-export-literal.mk3 # Tests for the .export-literal directive, which exports a variable value
/freebsd-current/libexec/rc/rc.d/
H A Dzfs30 if [ ! -r /etc/zfs/exports ]; then
31 touch /etc/zfs/exports
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DMinGW.h48 void writeDefFile(StringRef name, const std::vector<Export> &exports);
/freebsd-current/contrib/libfido2/man/
H A Dcheck.sh16 cut -c2- ../src/export.llvm | sort > "$T/exports"
17 (cd "$T" && diff -u Nm exports)
38 done < "$T/exports" | sort > "$T/actual_prototypes"
41 (cd "$T" && rm files Nm Fn exports listed_sources actual_sources \
/freebsd-current/tools/test/stress2/misc/
H A Dtmpfs18.sh36 grep -q $mntpoint /etc/exports ||
37 { echo "$mntpoint missing from /etc/exports"; exit 0; }
H A Dnfs13.sh38 grep -q $mntpoint /etc/exports 2>/dev/null ||
39 { echo "$mntpoint missing from /etc/exports"; exit 0; }
H A Dnullfs8.sh39 grep -q $mntpoint /etc/exports ||
40 { echo "$mntpoint missing from /etc/exports"; exit 0; }
H A Dnfs10.sh38 grep -q $mntpoint /etc/exports ||
39 { echo "$mntpoint missing from /etc/exports"; exit 0; }
H A Dnfs11.sh35 grep -q $mntpoint /etc/exports ||
36 { echo "$mntpoint missing from /etc/exports"; exit 0; }
/freebsd-current/crypto/heimdal/lib/com_err/
H A DMakefile.am47 libcom_err-exports.def \
/freebsd-current/crypto/heimdal/lib/ntlm/
H A DMakefile.am43 libheimntlm-exports.def \

Completed in 217 milliseconds

1234