Searched defs:exports (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/contrib/openzfs/lib/libshare/ |
H A D | nfs.c | 131 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/include/rpcsvc/ |
H A D | mount.x | 128 typedef struct exportnode *exports; typedef
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | Driver.h | 47 std::vector<StringRef> exports; member
|
H A D | MinGW.cpp | 174 const std::vector<Export> &exports) { in writeDefFile()
|
H A D | Config.h | 162 std::vector<Export> exports; member
|
H A D | Driver.cpp | 933 std::vector<COFFShortExport> exports; in createImportLibrary() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangModulesDeclVendor.cpp | 247 ExportedModuleSet &exports, clang::Module *module) { in ReportModuleExportsHelper() 262 ClangModulesDeclVendor::ModuleVector &exports, clang::Module *module) { in ReportModuleExports()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | InterfaceFile.h | 364 const_filtered_symbol_range exports() const { return SymbolsSet->exports(); }; in exports() function
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | gen.c | 81 static struct sexport *exports = NULL; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | Wasm.h | 150 ArrayRef<wasm::WasmExport> exports() const { return Exports; } in exports() function
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | SyntheticSections.h | 851 ExportSection *exports = nullptr; member
|
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/ |
H A D | interception_win.cpp | 1022 RVAPtr<IMAGE_EXPORT_DIRECTORY> exports(module, in InternalGetProcAddress() local
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 3228 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
|