Home
last modified time | relevance | path

Searched defs:log_file (Results 1 – 14 of 14) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp38 static std::shared_ptr<TestLogHandler> GetLogStream(StringRef log_file) { in GetLogStream()
54 bool LLDBServerUtilities::SetupLogging(const std::string &log_file, in SetupLogging()
H A Dlldb-platform.cpp132 std::string log_file; in main_platform() local
H A Dlldb-gdbserver.cpp336 std::string log_file; in main_gdbserver() local
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp152 FileSpec log_file; member in CommandObjectLogEnable::CommandOptions
197 char log_file[PATH_MAX]; in DoExecute() local
388 FileSpec log_file; global() member in CommandObjectLogDump::CommandOptions
[all...]
/freebsd-src/contrib/ofed/opensm/opensm/
H A Dosm_log.c467 IN uint8_t log_flags, IN const char *log_file, in osm_log_init_v2()
496 IN uint8_t log_flags, IN const char *log_file, in osm_log_init()
/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DDiagnostics.cpp104 FileSpec log_file = dir.CopyByAppendingPathComponent("diagnostics.log"); in DumpDiangosticsLog() local
/freebsd-src/crypto/heimdal/lib/hdb/
H A Ddbinfo.c42 char *log_file; member
/freebsd-src/contrib/unbound/util/
H A Dlog.c160 void log_file(FILE *f) log_file() function
/freebsd-src/contrib/wpa/hostapd/
H A Dmain.c644 const char *log_file = NULL; main() local
/freebsd-src/crypto/heimdal/lib/kadm5/
H A Dprivate.h74 char *log_file; member
/freebsd-src/crypto/heimdal/lib/krb5/
H A Dlog.c219 log_file(const char *timestr, in log_file() function
/freebsd-src/usr.sbin/lpr/common_source/
H A Dlp.h60 char *log_file; /* LF: log file */ member
/freebsd-src/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h290 char *log_file; member
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1595 EnableLog(llvm::StringRef channel,llvm::ArrayRef<const char * > categories,llvm::StringRef log_file,uint32_t log_options,size_t buffer_size,LogHandlerKind log_handler_kind,llvm::raw_ostream & error_stream) EnableLog() argument