Home
last modified time | relevance | path

Searched defs:source (Results 1 – 25 of 267) sorted by last modified time

1234567891011

/freebsd/sys/dev/sound/pcm/
H A Dfeeder.c454 …struct pcm_feeder *feeder, struct pcm_channel *ch, u_int8_t *buffer, u_int32_t count, void *source) in feed_root()
/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c1915 char source[ZFS_MAX_DATASET_NAME_LEN]; in get_callback() local
7948 char *source, *bookname; in zfs_do_bookmark() local
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_ioctl.c2447 zfs_prop_set_special(const char *dsname, zprop_source_t source, in zfs_prop_set_special()
2608 zfs_set_prop_nvlist(const char *dsname, zprop_source_t source, nvlist_t *nvl, in zfs_set_prop_nvlist()
2855 zprop_source_t source = (received ? ZPROP_SRC_RECEIVED : in zfs_ioc_set_prop() local
2903 zprop_source_t source = (received in zfs_ioc_inherit_prop() local
5270 const char *source; in zfs_ioc_recv_impl() local
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c123 zprop_source_t source; in zpool_get_prop_string() local
146 zprop_source_t source; in zpool_get_prop_int() local
441 zprop_source_t source = ZPROP_SRC_LOCAL; in zpool_get_userprop() local
5002 enum { Z_SYSCONF, Z_DATA } source; in zpool_load_compat() local
H A Dlibzfs_sendrecv.c415 const char *source; in send_iterate_prop() local
4296 const char *source = NULL; in zfs_setup_cmdline_props() local
/freebsd/sbin/restore/
H A Dtape.c123 setinput(char *source, int ispipecommand) in setinput()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp1923 SWIGINTERN void SWIG_Lua_merge_tables_by_index(lua_State *L, int target, int source) in SWIG_Lua_merge_tables_by_index()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_taskdeps.cpp218 static inline void __kmp_track_dependence(kmp_int32 gtid, kmp_depnode_t *source, in __kmp_track_dependence()
343 kmp_depnode_t *source, in __kmp_depnode_link_successor()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp782 auto source = in annotateSource() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1184 Status Platform::PutFile(const FileSpec &source, const FileSpec &destination, in PutFile()
1244 Status Platform::GetFile(const FileSpec &source, const FileSpec &destination) { in GetFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp237 auto source = entry.Source.getAsCString(); local
251 llvm::StringRef source; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp92 PlatformPOSIX::PutFile(const lldb_private::FileSpec &source, in PutFile()
157 const lldb_private::FileSpec &source, // remote file path in GetFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp633 Status PlatformRemoteGDBServer::PutFile(const FileSpec &source, in PutFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp719 TD<D2> DynCast(TD<D1> source) { in DynCast()
743 DeclFromUser<D> DeclFromParser<D>::GetOrigin(ClangASTSource &source) { in GetOrigin()
751 DeclFromParser<D> DeclFromUser<D>::Import(ClangASTSource &source) { in Import()
1192 NameSearchContext &context, ClangASTSource &source, in FindObjCPropertyAndIvarDeclsWithOrigin()
1404 ClangASTSource &source) { in ImportOffsetMap()
H A DClangExpressionDeclMap.cpp205 TypeSystemClang &source, in DeportType()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp953 Value *source = cast_inst->getOperand(0); in Interpret() local
969 Value *source = cast_inst->getOperand(0); in Interpret() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp805 static bool CopyStringDataToBufferSP(const StreamString &source, in CopyStringDataToBufferSP()
H A DValueObjectSyntheticFilter.cpp356 void ValueObjectSynthetic::CopyValueData(ValueObject *source) { in CopyValueData()
/freebsd/contrib/llvm-project/lld/MachO/
H A DSymbolTable.cpp673 void macho::treatUndefinedSymbol(const Undefined &sym, StringRef source) { in treatUndefinedSymbol()
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp2130 static bool isThunkSectionCompatible(InputSection *source, in isThunkSectionCompatible()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp758 void LinkerDriver::checkFailIfMismatch(StringRef arg, InputFile *source) { in checkFailIfMismatch()
H A DInputFiles.cpp76 Symbol *source, Symbol *target) { in checkAndSetWeakAlias()
H A DPDB.cpp342 TpiSource *source) { in translateIdSymbols()
570 TpiSource *source = debugChunk->file->debugTypesObj; in writeSymbolRecord() local
869 TpiSource *source = debugChunk->file->debugTypesObj; in commit() local
1025 void PDBLinker::addDebugSymbols(TpiSource *source) { in addDebugSymbols()
1100 void PDBLinker::addDebug(TpiSource *source) { in addDebug()
H A DSymbolTable.cpp140 StringRef source = file->obj->getSourceFileName(); in getSymbolLocations() local
622 StringRef source = file->obj->getSourceFileName(); in getSourceLocationBitcode() local
H A DConfig.h71 ExportSource source = ExportSource::Unset; member

1234567891011