Home
last modified time | relevance | path

Searched refs:ReportEvent (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/ntp/lib/isc/win32/
H A Dsyslog.c111 ReportEvent(hAppLog, EVENTLOG_INFORMATION_TYPE, 0, in syslog()
115 ReportEvent(hAppLog, EVENTLOG_WARNING_TYPE, 0, in syslog()
119 ReportEvent(hAppLog, EVENTLOG_ERROR_TYPE, 0, in syslog()
177 ReportEvent(hNTAppLog, EVENTLOG_ERROR_TYPE, 0, in NTReportError()
/freebsd-13.1/contrib/libpcap/rpcapd/
H A Dlog.c166 (void) ReportEvent(log_handle, eventlog_type, 0, event_id, NULL, 1, 0, in rpcapd_vlog_systemlog()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp121 ReportEvent(o, cast<PathDiagnosticEventPiece>(P), indent, depth, in ReportPiece()
145 void ReportEvent(raw_ostream &o, const PathDiagnosticEventPiece& P,
297 void PlistPrinter::ReportEvent(raw_ostream &o, const PathDiagnosticEventPiece& P, in ReportEvent() function in PlistPrinter
/freebsd-13.1/crypto/openssl/crypto/
H A Dcryptlib.c375 if (!ReportEvent(hEventLog, EVENTLOG_ERROR_TYPE, 0, 0, NULL, in OPENSSL_showfatal()
/freebsd-13.1/contrib/unbound/util/
H A Dlog.c262 ReportEvent(s, wt, 0, tp, NULL, 1, 0, &str, NULL); in log_vmsg()