Searched refs:log_init (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/xray/
H A Dxray_log_interface.h172 XRayLogInitStatus (*log_init)(size_t, size_t, void *, size_t); member in struct:XRayLogImpl
183 /// logging) those MUST be installed by the installed 'log_init' handler.
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_log_interface.cpp67 Impl.log_finalize == nullptr || Impl.log_init == nullptr)
107 if (Impl.log_init == nullptr || Impl.log_finalize == nullptr ||
136 return GlobalXRayImpl->log_init(BufferSize, MaxBuffers, Args, ArgsSize);
155 return GlobalXRayImpl->log_init(
176 return GlobalXRayImpl->log_init(
/freebsd-11-stable/usr.sbin/ypldap/
H A Dlog.c30 void log_init(int);
44 log_init(int n_debug) function
H A Dypldap.h185 void log_init(int);
H A Dypldap.c515 log_init(1);
561 log_init(debug);
/freebsd-11-stable/crypto/openssh/
H A Dlog.h51 void log_init(char *, LogLevel, SyslogFacility, int);
H A Dssh-pkcs11-helper.c290 log_init(__progname, log_level, log_facility, log_stderr);
372 log_init(__progname, SYSLOG_LEVEL_ERROR, SYSLOG_FACILITY_AUTH, 0);
H A Dlog.c251 log_init(char *av0, LogLevel level, SyslogFacility facility, int on_stderr) function
346 /* no-op if log_init has not been called */
349 log_init(argv0, new_log_level, log_facility, log_on_stderr);
H A Dssh-keysign.c213 log_init("ssh-keysign", SYSLOG_LEVEL_DEBUG3, SYSLOG_FACILITY_AUTH, 0);
H A Dsshd.c1291 log_init(__progname,
1568 log_init(__progname,
1852 log_init(__progname, options.log_level, options.log_facility, log_stderr);
1868 log_init(__progname, options.log_level, options.log_facility, log_stderr);
1956 log_init(__progname, options.log_level,
/freebsd-11-stable/contrib/unbound/util/
H A Dlog.h83 void log_init(const char* filename, int use_syslog, const char* chrootdir);
101 * Get the thread id from logging system. Set after log_init is
H A Dlog.c86 log_init(const char* filename, int use_syslog, const char* chrootdir) function
/freebsd-11-stable/usr.sbin/autofs/
H A Dcommon.h63 void log_init(int level);
H A Dlog.c53 log_init(int level) function
H A Dautounmountd.c303 log_init(debug);
H A Dautomount.c369 log_init(debug);
H A Dautomountd.c485 log_init(debug);
/freebsd-11-stable/usr.sbin/iscsid/
H A Discsid.h138 void log_init(int level);
H A Dlog.c53 log_init(int level) function
/freebsd-11-stable/contrib/unbound/daemon/
H A Dunbound.c495 log_init(cfg->logfile, cfg->use_syslog, cfg->chrootdir);
655 log_init(cfg->logfile, cfg->use_syslog, cfg->chrootdir);
704 log_init(cfg->logfile, 0, cfg->chrootdir);
755 log_init(NULL, 0, NULL);
809 log_init(NULL, 0, NULL); /* close logfile */
/freebsd-11-stable/usr.sbin/ctld/
H A Dlog.c53 log_init(int level) function
H A Dctld.h445 void log_init(int level);
/freebsd-11-stable/contrib/nvi/common/
H A Dextern.h46 int log_init(SCR *, EXF *);
H A Dlog.c90 * log_init --
93 * PUBLIC: int log_init(SCR *, EXF *);
96 log_init( function
671 if (!log_init(sp, ep))
/freebsd-11-stable/crypto/openssh/regress/misc/kexfuzz/
H A Dkexfuzz.c401 log_init(argv[0], do_debug ? SYSLOG_LEVEL_DEBUG3 : SYSLOG_LEVEL_INFO,

Completed in 284 milliseconds

12