Home
last modified time | relevance | path

Searched refs:LOG_PID (Results 1 – 25 of 119) sorted by relevance

12345

/netbsd/external/bsd/openldap/dist/include/ac/
H A Dsyslog.h29 # define OPENLOG_OPTIONS ( LOG_PID | LOG_NDELAY | LOG_NOWAIT )
31 # define OPENLOG_OPTIONS ( LOG_PID | LOG_NDELAY )
33 # define OPENLOG_OPTIONS ( LOG_PID | LOG_NOWAIT )
34 #elif defined( LOG_PID )
35 # define OPENLOG_OPTIONS ( LOG_PID )
/netbsd/external/ibm-public/postfix/dist/src/util/
H A Dmsg_syslog.c208 logopt &= ~LOG_PID; in msg_syslog_init()
251 msg_syslog_init(argv[0], LOG_PID, LOG_MAIL); in main()
/netbsd/external/ibm-public/postfix/dist/src/global/
H A Dmaillog_client.c181 msg_syslog_init(progname, LOG_PID, LOG_FACILITY); in maillog_client_init()
297 msg_syslog_init(progname, LOG_PID, LOG_FACILITY); in maillog_client_init()
/netbsd/external/bsd/ntp/dist/lib/isc/win32/
H A Dsyslog.h28 #define LOG_PID 1 macro
/netbsd/external/mpl/bind/dist/lib/isc/win32/
H A Dsyslog.h22 #define LOG_PID 1 macro
/netbsd/usr.sbin/bootp/common/
H A Dreport.c45 openlog(progname, LOG_PID | LOG_NDELAY, LOG_BOOTP); in report_init()
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Dbss_log.c393 openlog(name, LOG_PID | LOG_CONS | LOG_NDELAY, level); in xopenlog()
395 openlog(name, LOG_PID | LOG_CONS, level); in xopenlog()
/netbsd/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbss_log.c394 openlog(name, LOG_PID | LOG_CONS | LOG_NDELAY, level); in xopenlog()
396 openlog(name, LOG_PID | LOG_CONS, level); in xopenlog()
/netbsd/libexec/rpc.rusersd/
H A Drusersd.c88 openlog("rpc.rusersd", LOG_PID, LOG_DAEMON); in main()
/netbsd/crypto/external/cpl/trousers/dist/src/tcs/
H A Dlog.c40 openlog(szDescriptor, LOG_NDELAY|LOG_PID, TSS_SYSLOG_LVL); in LogBlobData()
/netbsd/external/apache2/mDNSResponder/dist/mDNSShared/
H A DmDNSDebug.c24 #define LOG_PID 0x01 macro
/netbsd/external/bsd/ntp/dist/adjtimed/
H A Dadjtimed.c85 openlog("adjtimed", LOG_PID, LOG_LOCAL6); in main()
87 openlog("adjtimed", LOG_PID); in main()
/netbsd/lib/libc/gen/
H A Dxsyslog.c159 #define INTERNALLOG LOG_ERR|LOG_CONS|LOG_PERROR|LOG_PID in _vxsyslogp_r()
214 if (data->log_stat & LOG_PID) { in _vxsyslogp_r()
/netbsd/usr.sbin/sdpd/
H A Dlog.c43 openlog(prog, LOG_PID|LOG_NDELAY|(log2stderr? LOG_PERROR:0), LOG_USER); in log_open()
/netbsd/lib/libpam/modules/pam_securetty/
H A Dpam_securetty.c108 openlog_r("pam_securetty", LOG_PID, LOG_AUTHPRIV, &data); in pam_sm_acct_mgmt()
/netbsd/crypto/external/bsd/openssh/dist/
H A Dlog.c393 openlog_r(progname, LOG_PID, log_facility, &sdata); in do_log()
397 openlog(progname, LOG_PID, log_facility); in do_log()
/netbsd/libexec/rpc.rstatd/
H A Drstatd.c98 openlog("rpc.rstatd", LOG_PID, LOG_DAEMON); in main()
/netbsd/usr.sbin/bthcid/
H A Dbthcid.c110 openlog(getprogname(), LOG_NDELAY | LOG_PERROR | LOG_PID, LOG_DAEMON); in main()
/netbsd/libexec/rpc.sprayd/
H A Dsprayd.c93 openlog("rpc.sprayd", LOG_PID, LOG_DAEMON); in main()
/netbsd/libexec/talkd/
H A Dtalkd.c93 openlog("talkd", LOG_PID, LOG_DAEMON); in main()
/netbsd/usr.sbin/faithd/
H A Dfaithd.c182 openlog(logname, LOG_PID | LOG_NOWAIT, LOG_DAEMON); in inetd_main()
334 openlog(logname, LOG_PID | LOG_NOWAIT, LOG_DAEMON); in daemon_main()
405 openlog(logname, LOG_PID | LOG_NOWAIT, LOG_DAEMON); in play_service()
/netbsd/external/bsd/ntp/dist/libntp/
H A Dmsyslog.c425 openlog(progname, LOG_PID); in init_logging()
431 openlog(progname, LOG_PID | LOG_NDELAY, (was_daemon) in init_logging()
/netbsd/usr.sbin/mopd/mopd/
H A Dmopd.c116 openlog("mopd", LOG_PID, LOG_DAEMON); in main()
/netbsd/tests/usr.sbin/inetd/
H A Dtest_server.c62 openlog("inetd_test_server", LOG_PID | LOG_NOWAIT, LOG_DAEMON); in main()
/netbsd/external/bsd/libpcap/dist/rpcapd/
H A Dlog.c183 openlog("rpcapd", LOG_PID, LOG_DAEMON); in rpcapd_vlog_systemlog()

12345