Home
last modified time | relevance | path

Searched refs:exports (Results 1 – 25 of 125) 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()
181 nfs_process_exports(const char *exports, const char *mountpoint, in nfs_process_exports() argument
188 FILE *oldfp = fopen(exports, "re"); in nfs_process_exports()
219 exports, zfs_strerror(errno)); in nfs_process_exports()
241 nfs_copy_entries(FILE *newfp, const char *exports, const char *mountpoint) in nfs_copy_entries() argument
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()
[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.cpp107 void ReportModuleExportsHelper(ExportedModuleSet &exports,
110 void ReportModuleExports(ModuleVector &exports, clang::Module *module);
247 ExportedModuleSet &exports, clang::Module *module) { in ReportModuleExportsHelper() argument
248 if (exports.count(reinterpret_cast<ClangModulesDeclVendor::ModuleID>(module))) in ReportModuleExportsHelper()
251 exports.insert(reinterpret_cast<ClangModulesDeclVendor::ModuleID>(module)); in ReportModuleExportsHelper()
258 ReportModuleExportsHelper(exports, module); in ReportModuleExportsHelper()
262 ClangModulesDeclVendor::ModuleVector &exports, clang::Module *module) { in ReportModuleExports() argument
268 exports.push_back(module); in ReportModuleExports()
/freebsd/libexec/nuageinit/
H A Dyaml.lua100 local exports = {version = "1.2"}
146 exports.tokenize = function (str)
581 exports.eval = function (str)
582 return Parser:new(exports.tokenize(str)):parse()
585 exports.dump = table_print
587 return exports
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp676 for (Export &e : ctx.config.exports) { in fixupExports()
683 for (Export &e : ctx.config.exports) { in fixupExports()
712 for (Export &e : ctx.config.exports) { in fixupExports()
722 ctx.config.exports.size()); in fixupExports()
724 for (Export &e : ctx.config.exports) { in fixupExports()
752 ctx.config.exports = std::move(v); in fixupExports()
755 llvm::sort(ctx.config.exports, [](const Export &a, const Export &b) { in fixupExports()
763 for (Export &e : ctx.config.exports) in assignExportOrdinals()
765 for (Export &e : ctx.config.exports) in assignExportOrdinals()
971 result.exports.push_back(tok.substr(strlen("/export:"))); in parseDirectives()
H A DMinGW.cpp174 const std::vector<Export> &exports) { in writeDefFile() argument
182 for (const Export &e : exports) { in writeDefFile()
H A DDriver.cpp371 for (StringRef e : directives.exports) { in parseDirectives()
387 ctx.config.exports.push_back(exp); in parseDirectives()
933 std::vector<COFFShortExport> exports; in createImportLibrary() local
934 for (Export &e1 : ctx.config.exports) { in createImportLibrary()
946 exports.push_back(e2); in createImportLibrary()
953 checkError(writeImportLibrary(libName, path, exports, ctx.config.machine, in createImportLibrary()
963 checkError(writeImportLibrary(libName, path, exports, ctx.config.machine, in createImportLibrary()
974 if (Error e = writeImportLibrary(libName, tmpName, exports, in createImportLibrary()
1047 ctx.config.exports.push_back(e2); in parseModuleDefs()
1199 for (Export &r : ctx.config.exports) in findKeepUniqueSections()
[all …]
/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.c112 static SLIST_HEAD(, ggd_export) exports = SLIST_HEAD_INITIALIZER(exports);
265 SLIST_INSERT_HEAD(&exports, ex, e_next); in line_parse()
276 while (!SLIST_EMPTY(&exports)) { in exports_clear()
277 ex = SLIST_FIRST(&exports); in exports_clear()
278 SLIST_REMOVE_HEAD(&exports, e_next); in exports_clear()
438 SLIST_FOREACH(ex, &exports, e_next) { in exports_find()
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp1022 RVAPtr<IMAGE_EXPORT_DIRECTORY> exports(module, in InternalGetProcAddress() local
1024 RVAPtr<DWORD> functions(module, exports->AddressOfFunctions); in InternalGetProcAddress()
1025 RVAPtr<DWORD> names(module, exports->AddressOfNames); in InternalGetProcAddress()
1026 RVAPtr<WORD> ordinals(module, exports->AddressOfNameOrdinals); in InternalGetProcAddress()
1028 for (DWORD i = 0; i < exports->NumberOfNames; i++) { in InternalGetProcAddress()
/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/usr.sbin/mountd/
H A DMakefile3 MAN= exports.5 netgroup.5 mountd.8
/freebsd/
H A DRELNOTES41 file systems has changed. An NFS server that exports any of these file
42 systems will need its clients to unmount and remount the exports.
52 a line in exports(5) has the -alldirs export option,
128 a new frontend to the CAM target layer which exports ctl(4)
137 kernel module which creates nvmeX devices and exports remote
213 names in exports(5) file(s). This allows special characters,
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-fpu.m4100 [kernel exports FPU functions])
112 [kernel exports FPU functions])
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dversion.cppm
H A Dcassert.cppm
H A Dcerrno.cppm
H A Dcfloat.cppm
H A Dclimits.cppm
/freebsd/tools/test/stress2/misc/
H A Dtmpfs18.sh36 grep -q $mntpoint /etc/exports ||

12345