Searched refs:openlog (Results 1 - 25 of 41) sorted by relevance

12

/external/fio/os/windows/posix/include/
H A Dsyslog.h16 void openlog(const char *ident, int logopt, int facility);
/external/autotest/client/site_tests/platform_LogDupSuppression/
H A Dplatform_LogDupSuppression.py25 syslog.openlog('spam')
/external/libcxxabi/src/
H A Dabort_message.cpp67 openlog("libc++abi", 0, 0);
/external/libdaemon/libdaemon/
H A Ddlog.c57 openlog(daemon_log_ident ? daemon_log_ident : "UNKNOWN", LOG_PID, LOG_DAEMON);
/external/srtp/crypto/kernel/
H A Derr.c74 openlog(ident, LOG_PID, LOG_AUTHPRIV);
78 * Believe it or not, openlog doesn't return an error on failure.
/external/toybox/toys/pending/
H A Dklogd.c80 openlog("Kernel", 0, LOG_KERN); //open connection to system logger..
H A Dlogger.c70 openlog(TT.ident, (toys.optflags & FLAG_s ? LOG_PERROR : 0) , facility);
/external/avahi/avahi-compat-libdns_sd/
H A Dwarn.c100 openlog(avahi_exe_name(), LOG_PID, LOG_USER);
/external/libbrillo/brillo/
H A Dsyslog_logging.cc106 openlog(s_ident.c_str(), log_pid ? LOG_PID : 0, LOG_USER);
/external/autotest/client/tools/
H A Dcrash_handler.py186 syslog.openlog('AutotestCrashHandler', 0, syslog.LOG_DAEMON)
/external/dhcpcd-6.8.2/
H A Dcommon.h172 #define logger_open(ctx) openlog(PACKAGE, LOG_PERROR | LOG_PID, LOG_DAEMON)
H A Dcommon.c164 openlog(PACKAGE, LOG_PID | LOG_PERROR, LOG_DAEMON);
/external/ipsec-tools/src/racoon/
H A Dplog.c229 openlog(pname, LOG_NDELAY, LOG_DAEMON);
/external/libpcap/lbl/
H A Dos-sunos4.h125 void openlog(const char *, int, int);
/external/tcpdump/lbl/
H A Dos-sunos4.h125 void openlog(const char *, int, int);
/external/toybox/toys/other/
H A Dlogin.c59 openlog("login", LOG_PID | LOG_CONS, LOG_AUTH);
/external/autotest/server/site_tests/autoupdate_EndToEndTest/
H A Dupdate_engine_performance_monitor.py164 syslog.openlog(ident, syslog.LOG_PID, syslog.LOG_DAEMON)
/external/dnsmasq/src/
H A Dlog.c308 openlog("dnsmasq", LOG_PID, log_fac);
/external/libcap/pam_cap/
H A Dpam_cap.c205 openlog("pam_cap", LOG_CONS|LOG_PID, LOG_AUTH);
/external/mdnsresponder/mDNSShared/
H A DPlatformCommon.c195 if (!log_inited) { openlog(ident, LOG_CONS, LOG_DAEMON); log_inited++; }
/external/dbus/dbus/
H A Ddbus-sysdeps-util-unix.c428 openlog ("dbus", LOG_PID | LOG_PERROR, LOG_DAEMON);
430 openlog ("dbus", LOG_PID, LOG_DAEMON);
/external/tlsdate/src/
H A Dutil.c63 openlog ("tlsdated", LOG_PID, LOG_DAEMON);
/external/iputils/
H A Dtftpd.c122 openlog("tftpd", LOG_PID, LOG_DAEMON);
/external/selinux/policycoreutils/mcstrans/src/
H A Dmcstransd.c574 openlog(SETRANSD_PROGNAME, 0, LOG_DAEMON);
/external/iputils/ninfod/
H A Dninfod.c424 openlog(NINFOD, 0, LOG_USER);

Completed in 1285 milliseconds

12