Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/lld/COFF/
H A DDriver.h47 std::vector<StringRef> exports; member
H A DMinGW.cpp175 const std::vector<Export> &exports) { in writeDefFile()
H A DConfig.h162 std::vector<Export> exports; member
H A DDriver.cpp942 std::vector<COFFShortExport> exports; in createImportLibrary() local
/freebsd/include/rpcsvc/
H A Dmount.x128 typedef struct exportnode *exports; typedef
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp258 ExportedModuleSet &exports, clang::Module *module) { in ReportModuleExportsHelper()
273 ClangModulesDeclVendor::ModuleVector &exports, clang::Module *module) { in ReportModuleExports()
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h399 const_filtered_symbol_range exports() const { return SymbolsSet->exports(); }; in exports() function
/freebsd/crypto/heimdal/lib/asn1/
H A Dgen.c81 static struct sexport *exports = NULL; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h146 ArrayRef<wasm::WasmExport> exports() const { return Exports; } in exports() function
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h788 ExportSection *exports = nullptr; member
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp1013 RVAPtr<IMAGE_EXPORT_DIRECTORY> exports(module, in InternalGetProcAddress() local
/freebsd/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