Home
last modified time | relevance | path

Searched defs:exports (Results 1 – 13 of 13) sorted by relevance

/freebsd-src/sys/contrib/openzfs/lib/libshare/
H A Dnfs.c131 nfs_fini_tmpfile(const char *exports, struct tmpfile *tmpf) in nfs_fini_tmpfile()
181 nfs_process_exports(const char *exports, const char *mountpoint, in nfs_process_exports()
241 nfs_copy_entries(FILE *newfp, const char *exports, const char *mountpoint) in nfs_copy_entries()
255 nfs_toggle_share(const char *lockfile, const char *exports, in nfs_toggle_share()
290 nfs_reset_shares(const char *lockfile, const char *exports) in nfs_reset_shares()
311 nfs_is_shared_impl(const char *exports, sa_share_impl_t impl_share) in nfs_is_shared_impl()
/freebsd-src/contrib/llvm-project/lld/COFF/
H A DDriver.h47 std::vector<StringRef> exports; member
H A DMinGW.cpp175 writeDefFile(StringRef name,const std::vector<Export> & exports) writeDefFile() argument
H A DConfig.h162 std::vector<Export> exports; member
H A DDriver.cpp942 std::vector<COFFShortExport> exports; createImportLibrary() local
[all...]
/freebsd-src/include/rpcsvc/
H A Dmount.x128 typedef struct exportnode *exports; typedef
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp258 ReportModuleExportsHelper(exports, module); in ReportModuleExportsHelper() argument
273 ReportModuleExports(ClangModulesDeclVendor::ModuleVector & exports,clang::Module * module) ReportModuleExports() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h399 const_filtered_symbol_range exports() const { return SymbolsSet->exports(); }; exports() function
/freebsd-src/crypto/heimdal/lib/asn1/
H A Dgen.c81 static struct sexport *exports = NULL; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h146 ArrayRef<wasm::WasmExport> exports() const { return Exports; } exports() function
/freebsd-src/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h788 ExportSection *exports = nullptr; global() member
/freebsd-src/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp1013 RVAPtr<IMAGE_EXPORT_DIRECTORY> exports(module, InternalGetProcAddress() local
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3228 MachOObjectFile::exports(Error &E, ArrayRef<uint8_t> Trie, in exports() function in MachOObjectFile
3242 iterator_range<export_iterator> MachOObjectFile::exports(Error &Err) const { in exports() function in MachOObjectFile