/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/ |
H A D | ResourceScriptStmt.cpp | 26 raw_ostream &OptionalStmtList::log(raw_ostream &OS) const { in log() function in llvm::rc::OptionalStmtList 34 raw_ostream &LanguageResource::log(raw_ostream &OS) const { in log() function in llvm::rc::LanguageResource 46 raw_ostream &AcceleratorsResource::log(raw_ostream &OS) const { in log() function in llvm::rc::AcceleratorsResource 59 raw_ostream &BitmapResource::log(raw_ostream &OS) const { in log() function in llvm::rc::BitmapResource 63 raw_ostream &CursorResource::log(raw_ostream &OS) const { in log() function in llvm::rc::CursorResource 67 raw_ostream &IconResource::log(raw_ostream &OS) const { in log() function in llvm::rc::IconResource 71 raw_ostream &HTMLResource::log(raw_ostream &OS) const { in log() function in llvm::rc::HTMLResource 88 raw_ostream &MenuDefinitionList::log(raw_ostream &OS) const { in log() function in llvm::rc::MenuDefinitionList 95 raw_ostream &MenuItem::log(raw_ostream &OS) const { in log() function in llvm::rc::MenuItem 101 raw_ostream &MenuSeparator::log(raw_ostream &OS) const { in log() function in llvm::rc::MenuSeparator [all …]
|
/netbsd-src/sys/external/bsd/drm2/i915drm/ |
H A D | intel_guc_log.c | 35 intel_guc_log_init_early(struct intel_guc_log *log) in intel_guc_log_init_early() 40 intel_guc_log_create(struct intel_guc_log *log) in intel_guc_log_create() 47 intel_guc_log_destroy(struct intel_guc_log *log) in intel_guc_log_destroy() 52 intel_guc_log_set_level(struct intel_guc_log *log, u32 level) in intel_guc_log_set_level() 59 intel_guc_log_relay_created(const struct intel_guc_log *log) in intel_guc_log_relay_created() 66 intel_guc_log_relay_open(struct intel_guc_log *log) in intel_guc_log_relay_open() 73 intel_guc_log_relay_start(struct intel_guc_log *log) in intel_guc_log_relay_start() 80 intel_guc_log_relay_flush(struct intel_guc_log *log) in intel_guc_log_relay_flush() 85 intel_guc_log_relay_close(struct intel_guc_log *log) in intel_guc_log_relay_close() 90 intel_guc_log_handle_flush_event(struct intel_guc_log *log) in intel_guc_log_handle_flush_event()
|
/netbsd-src/external/gpl3/binutils/dist/zlib/examples/ |
H A D | gzlog.c | 289 struct log { struct 292 char *path; /* allocated path, e.g. "/var/log/foo" or "foo" */ argument 305 /* gzip header for gzlog */ argument 348 local int log_lock(struct log *log) in log_lock() 372 local void log_touch(struct log *log) in log_touch() 384 local int log_check(struct log *log) in log_check() 396 local void log_unlock(struct log *log) in log_unlock() 410 local int log_head(struct log *log) in log_head() 437 local int log_mark(struct log *log, int op) in log_mark() 462 local int log_last(struct log *log, int last) in log_last() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/examples/ |
H A D | gzlog.c | 289 struct log { struct 292 char *path; /* allocated path, e.g. "/var/log/foo" or "foo" */ argument 305 /* gzip header for gzlog */ argument 348 local int log_lock(struct log *log) in log_lock() 372 local void log_touch(struct log *log) in log_touch() 384 local int log_check(struct log *log) in log_check() 396 local void log_unlock(struct log *log) in log_unlock() 410 local int log_head(struct log *log) in log_head() 437 local int log_mark(struct log *log, int op) in log_mark() 462 local int log_last(struct log *log, int last) in log_last() [all …]
|
/netbsd-src/external/gpl3/gdb/dist/zlib/examples/ |
H A D | gzlog.c | 289 struct log { struct 292 char *path; /* allocated path, e.g. "/var/log/foo" or "foo" */ argument 305 /* gzip header for gzlog */ argument 348 local int log_lock(struct log *log) in log_lock() 372 local void log_touch(struct log *log) in log_touch() 384 local int log_check(struct log *log) in log_check() 396 local void log_unlock(struct log *log) in log_unlock() 410 local int log_head(struct log *log) in log_head() 437 local int log_mark(struct log *log, int op) in log_mark() 462 local int log_last(struct log *log, int last) in log_last() [all …]
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/ |
H A D | intel_guc_log.c | 63 static inline struct intel_guc *log_to_guc(struct intel_guc_log *log) in log_to_guc() 68 static void guc_log_enable_flush_events(struct intel_guc_log *log) in guc_log_enable_flush_events() 75 static void guc_log_disable_flush_events(struct intel_guc_log *log) in guc_log_disable_flush_events() 153 static void guc_move_to_next_buf(struct intel_guc_log *log) in guc_move_to_next_buf() 168 static void *guc_get_write_buffer(struct intel_guc_log *log) in guc_get_write_buffer() 182 static bool guc_check_log_buf_overflow(struct intel_guc_log *log, in guc_check_log_buf_overflow() 223 static void guc_read_update_log_buffer(struct intel_guc_log *log) in guc_read_update_log_buffer() 328 struct intel_guc_log *log = in capture_logs_work() local 334 static int guc_log_map(struct intel_guc_log *log) in guc_log_map() 357 static void guc_log_unmap(struct intel_guc_log *log) in guc_log_unmap() [all …]
|
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
H A D | logger.h | 37 struct log { struct 45 extern struct log *log_open __P((size_t, char *)); argument
|
/netbsd-src/external/bsd/elftosb/dist/common/ |
H A D | Logging.cpp | 16 void Logger::log(const char * fmt, ...) in log() function in Logger 24 void Logger::log(log_level_t level, const char * fmt, ...) in log() function in Logger 32 void Logger::log(const char * fmt, va_list args) in log() function in Logger 39 void Logger::log(log_level_t level, const char * fmt, va_list args) in log() function in Logger 49 void Log::log(const char * fmt, ...) in log() function in Log 60 void Log::log(const std::string & msg) in log() function in Log 68 void Log::log(Logger::log_level_t level, const char * fmt, ...) in log() function in Log 79 void Log::log(Logger::log_level_t level, const std::string & msg) in log() function in Log
|
H A D | Logging.h | 87 virtual void log(const std::string & msg) { log(msg.c_str()); } in log() function 93 virtual void log(log_level_t level, const std::string & msg) { log(level, msg.c_str()); } in log() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/Shared/ |
H A D | RPCError.cpp | 33 void ConnectionClosed::log(raw_ostream &OS) const { in log() function in llvm::orc::shared::ConnectionClosed 41 void ResponseAbandoned::log(raw_ostream &OS) const { in log() function in llvm::orc::shared::ResponseAbandoned 52 void CouldNotNegotiate::log(raw_ostream &OS) const { in log() function in llvm::orc::shared::CouldNotNegotiate
|
H A D | OrcError.cpp | 94 void DuplicateDefinition::log(raw_ostream &OS) const { in log() function in llvm::orc::DuplicateDefinition 111 void JITSymbolNotFound::log(raw_ostream &OS) const { in log() function in llvm::orc::JITSymbolNotFound
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/ |
H A D | mingw.py | 55 def repository(urls = urls, log = EmptyLogger()): argument 99 def find_7zip(log = EmptyLogger()): argument 114 def unpack(archive, location, log = EmptyLogger()): argument 125 def download(url, location, log = EmptyLogger()): argument 173 exceptions = None, revision = None, log = EmptyLogger()): argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/ |
H A D | mingw.py | 55 def repository(urls = urls, log = EmptyLogger()): argument 99 def find_7zip(log = EmptyLogger()): argument 114 def unpack(archive, location, log = EmptyLogger()): argument 125 def download(url, location, log = EmptyLogger()): argument 173 exceptions = None, revision = None, log = EmptyLogger()): argument
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ct/ |
H A D | ct_log.c | 77 static int ct_v1_log_id_from_pkey(CTLOG *log, EVP_PKEY *pkey) in ct_v1_log_id_from_pkey() 308 void CTLOG_free(CTLOG *log) in CTLOG_free() 318 const char *CTLOG_get0_name(const CTLOG *log) in CTLOG_get0_name() 323 void CTLOG_get0_log_id(const CTLOG *log, const uint8_t **log_id, in CTLOG_get0_log_id() 330 EVP_PKEY *CTLOG_get0_public_key(const CTLOG *log) in CTLOG_get0_public_key() 346 const CTLOG *log = sk_CTLOG_value(store->logs, i); in CTLOG_STORE_get0_log_by_id() local
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ct/ |
H A D | ct_log.c | 263 void CTLOG_free(CTLOG *log) in CTLOG_free() 272 const char *CTLOG_get0_name(const CTLOG *log) in CTLOG_get0_name() 277 void CTLOG_get0_log_id(const CTLOG *log, const uint8_t **log_id, in CTLOG_get0_log_id() 284 EVP_PKEY *CTLOG_get0_public_key(const CTLOG *log) in CTLOG_get0_public_key() 300 const CTLOG *log = sk_CTLOG_value(store->logs, i); in CTLOG_STORE_get0_log_by_id() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
H A D | Error.cpp | 16 void ClusteringError::log(raw_ostream &OS) const { OS << Msg; } in log() function in llvm::exegesis::ClusteringError 24 void SnippetCrash::log(raw_ostream &OS) const { OS << Msg; } in log() function in llvm::exegesis::SnippetCrash
|
/netbsd-src/sys/dev/raidframe/ |
H A D | rf_paritylog.c | 433 RF_ParityLog_t *log = NULL; in AcquireParityLog() local 470 RF_ParityLog_t *log, *lastLog; in rf_ReleaseParityLogs() local 542 RF_ParityLog_t * log) in ReintLog() 569 RF_ParityLog_t * log) in FlushLog() 592 RF_ParityLog_t *log; in DumpParityLogToDisk() local 669 RF_ParityLog_t *log; in rf_ParityLogAppend() local
|
H A D | rf_paritylogDiskMgr.c | 164 RF_ParityLog_t * log, in WriteCoreLog() 323 RF_ParityLog_t *log; in FlushLogsToDisk() local 488 RF_ParityLog_t *log, *freeLogList = NULL; in ReintegrateLogs() local 558 RF_ParityLog_t *log; in rf_ShutdownLogging() local
|
/netbsd-src/usr.bin/newsyslog/ |
H A D | newsyslog.c | 160 struct conf_entry log; in main() local 240 parse_cfgline(struct conf_entry *log, FILE *fd, size_t *_lineno) in parse_cfgline() 426 log_examine(struct conf_entry *log, int force) in log_examine() 533 log_trim(struct conf_entry *log) in log_trim() 654 log_get_format(struct conf_entry *log) in log_get_format() 681 log_trimmed(struct conf_entry *log) in log_trimmed() 752 log_create(struct conf_entry *log) in log_create() 772 log_compress(struct conf_entry *log, const char *fn) in log_compress()
|
/netbsd-src/tests/fs/ffs/ |
H A D | t_quota2_1.c | 24 do_quota(const atf_tc_t *tc, int n, const char *newfs_opts, int log) in do_quota() 70 #define DECL_TEST(nent, newops, name, descr, log) \ argument
|
H A D | t_quota2_remount.c | 25 do_quota(const atf_tc_t *tc, int n, const char *newfs_opts, int log) in do_quota() 102 #define DECL_TEST(nent, newops, name, descr, log) \ argument
|
/netbsd-src/games/sail/ |
H A D | lo_main.c | 73 struct logs log; in lo_curses() local 128 struct logs log; in lo_main() local
|
/netbsd-src/usr.sbin/npf/npfd/ |
H A D | npfd.c | 75 npfd_event_loop(npfd_log_t *log, int delay) in npfd_event_loop() 218 npfd_log_t *log = npfd_log_create(filename, iface, filter, snaplen); in main() local
|
/netbsd-src/external/bsd/ntp/dist/scripts/update-leap/ |
H A D | update-leap.sh | 224 function log { function
|
/netbsd-src/external/gpl2/lvm2/dist/scripts/ |
H A D | lvm_dump.sh | 97 log() { function
|