Home
last modified time | relevance | path

Searched refs:exports (Results 1 – 25 of 123) sorted by relevance

12345

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_share/
H A Dzfs_share_012_pos.ksh60 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.d/zfs.exports.save /etc/exports.d/zfs.exports
/freebsd/sys/contrib/openzfs/lib/libshare/
H A Dnfs.c131 nfs_fini_tmpfile(const char *exports, struct tmpfile *tmpf) in nfs_fini_tmpfile() argument
140 if (rename(tmpf->name, exports) == -1) { in nfs_fini_tmpfile()
142 tmpf->name, exports, zfs_strerror(errno)); in nfs_fini_tmpfile()
188 FILE *oldfp = fopen(exports, "re"); in nfs_process_exports()
219 exports, zfs_strerror(errno)); in nfs_process_exports()
246 exports, mountpoint, nfs_copy_entries_cb, newfp); in nfs_copy_entries()
255 nfs_toggle_share(const char *lockfile, const char *exports, in nfs_toggle_share() argument
262 if (!nfs_init_tmpfile(exports, expdir, &tmpf)) in nfs_toggle_share()
279 error = nfs_fini_tmpfile(exports, &tmpf); in nfs_toggle_share()
295 (void) ! truncate(exports, 0); in nfs_reset_shares()
[all …]
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);
/freebsd/include/rpcsvc/
H A Dmount.x128 typedef struct exportnode *exports; typedef
132 exports ex_next;
188 exports
194 exports
246 exports
/freebsd/crypto/heimdal/lib/heimdal/
H A DNTMakefile61 DEFSRC= ..\asn1\libasn1-exports.def \
62 ..\wind\libwind-exports.def \
63 ..\hcrypto\libhcrypto-exports.def \
64 ..\hx509\libhx509-exports.def \
65 $(OBJDIR)\lib\krb5\libkrb5-exports.def
/freebsd/libexec/rc/rc.d/
H A Dzfs30 if [ ! -r /etc/zfs/exports ]; then
31 touch /etc/zfs/exports
/freebsd/contrib/libfido2/man/
H A Dcheck.sh17 (cd "$T" && diff -u Nm exports)
41 (cd "$T" && rm files Nm Fn exports listed_sources actual_sources \
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp116 void ReportModuleExportsHelper(ExportedModuleSet &exports,
119 void ReportModuleExports(ModuleVector &exports, clang::Module *module);
258 ExportedModuleSet &exports, clang::Module *module) { in ReportModuleExportsHelper() argument
259 if (exports.count(reinterpret_cast<ClangModulesDeclVendor::ModuleID>(module))) in ReportModuleExportsHelper()
262 exports.insert(reinterpret_cast<ClangModulesDeclVendor::ModuleID>(module)); in ReportModuleExportsHelper()
269 ReportModuleExportsHelper(exports, module); in ReportModuleExportsHelper()
273 ClangModulesDeclVendor::ModuleVector &exports, clang::Module *module) { in ReportModuleExports() argument
279 exports.push_back(module); in ReportModuleExports()
/freebsd/libexec/nuageinit/
H A Dyaml.lua99 local exports = {version = "1.2"}
145 exports.tokenize = function (str)
580 exports.eval = function (str)
581 return Parser:new(exports.tokenize(str)):parse()
584 exports.dump = table_print
586 return exports
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp679 for (Export &e : ctx.config.exports) { in fixupExports()
686 for (Export &e : ctx.config.exports) { in fixupExports()
695 for (Export &e : ctx.config.exports) { in fixupExports()
705 ctx.config.exports.size()); in fixupExports()
707 for (Export &e : ctx.config.exports) { in fixupExports()
735 ctx.config.exports = std::move(v); in fixupExports()
738 llvm::sort(ctx.config.exports, [](const Export &a, const Export &b) { in fixupExports()
746 for (Export &e : ctx.config.exports) in assignExportOrdinals()
748 for (Export &e : ctx.config.exports) in assignExportOrdinals()
954 result.exports.push_back(tok.substr(strlen("/export:"))); in parseDirectives()
/freebsd/contrib/netbsd-tests/fs/nfs/
H A Dt_rquotad.sh79 dd of=/rump/etc/exports 2> /dev/null
101 atf_check -s exit:0 mountd /rump/etc/exports
/freebsd/sbin/ggate/ggated/
H A Dggated.c105 static SLIST_HEAD(, ggd_export) exports = SLIST_HEAD_INITIALIZER(exports);
227 SLIST_INSERT_HEAD(&exports, ex, e_next); in line_parse()
238 while (!SLIST_EMPTY(&exports)) { in exports_clear()
239 ex = SLIST_FIRST(&exports); in exports_clear()
240 SLIST_REMOVE_HEAD(&exports, e_next); in exports_clear()
380 SLIST_FOREACH(ex, &exports, e_next) { in exports_find()
/freebsd/usr.sbin/mountd/
H A DMakefile4 MAN= exports.5 netgroup.5 mountd.8
/freebsd/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/contrib/llvm-project/libcxx/modules/std/
H A Dcfloat.inc11 // This module exports nothing.
H A Dclimits.inc11 // This module exports nothing.
H A Dversion.inc11 // This module exports nothing.
H A Dcassert.inc11 // This module exports nothing.
H A Dcerrno.inc11 // This module exports nothing.
/freebsd/crypto/heimdal/lib/wind/
H A DNTMakefile156 test-exports:
157 $(PERL) ..\..\cf\w32-check-exported-symbols.pl --vs version-script.map --def libwind-exports.def
159 test:: test-exports
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp1013 RVAPtr<IMAGE_EXPORT_DIRECTORY> exports(module, in InternalGetProcAddress() local
1015 RVAPtr<DWORD> functions(module, exports->AddressOfFunctions); in InternalGetProcAddress()
1016 RVAPtr<DWORD> names(module, exports->AddressOfNames); in InternalGetProcAddress()
1017 RVAPtr<WORD> ordinals(module, exports->AddressOfNameOrdinals); in InternalGetProcAddress()
1019 for (DWORD i = 0; i < exports->NumberOfNames; i++) { in InternalGetProcAddress()
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-fpu.m4100 [kernel exports FPU functions])
112 [kernel exports FPU functions])

12345