Searched refs:LOG_PID (Results 1 - 25 of 114) sorted by relevance

12345

/netbsd-current/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-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dsyslog.d48 LOG_PID = 0x01, /* log the pid with each message */
110 LOG_PID = 0x01, /* log the pid with each message */
168 LOG_PID = 0x01, /* log the pid with each message */
233 LOG_PID = 0x01, /* log the pid with each message */
298 LOG_PID = 0x01, /* log the pid with each message */
363 LOG_PID = 0x01, /* log the pid with each message */
428 LOG_PID = 0x01, /* log the pid with each message */
486 LOG_PID = 0x01, /* log the pid with each message */
546 LOG_PID = 0x01, /* log the pid with each message */
/netbsd-current/usr.sbin/bootp/common/
H A Dreport.c45 openlog(progname, LOG_PID | LOG_NDELAY, LOG_BOOTP);
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dmsg_syslog.c208 logopt &= ~LOG_PID;
251 msg_syslog_init(argv[0], LOG_PID, LOG_MAIL);
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dmaillog_client.c181 msg_syslog_init(progname, LOG_PID, LOG_FACILITY);
297 msg_syslog_init(progname, LOG_PID, LOG_FACILITY);
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcs/
H A Dlog.c40 openlog(szDescriptor, LOG_NDELAY|LOG_PID, TSS_SYSLOG_LVL);
/netbsd-current/libexec/rpc.rusersd/
H A Drusersd.c88 openlog("rpc.rusersd", LOG_PID, LOG_DAEMON);
/netbsd-current/usr.sbin/sdpd/
H A Dlog.c43 openlog(prog, LOG_PID|LOG_NDELAY|(log2stderr? LOG_PERROR:0), LOG_USER);
/netbsd-current/external/apache2/mDNSResponder/dist/mDNSShared/
H A DmDNSDebug.c24 #define LOG_PID 0x01 macro
/netbsd-current/lib/libpam/modules/pam_securetty/
H A Dpam_securetty.c108 openlog_r("pam_securetty", LOG_PID, LOG_AUTHPRIV, &data);
/netbsd-current/libexec/rpc.rstatd/
H A Drstatd.c98 openlog("rpc.rstatd", LOG_PID, LOG_DAEMON);
/netbsd-current/usr.sbin/bthcid/
H A Dbthcid.c110 openlog(getprogname(), LOG_NDELAY | LOG_PERROR | LOG_PID, LOG_DAEMON); local
/netbsd-current/usr.sbin/mopd/mopd/
H A Dmopd.c116 openlog("mopd", LOG_PID, LOG_DAEMON);
/netbsd-current/lib/lua/syslog/
H A Dsyslog.c105 CONSTANT(LOG_PID),
/netbsd-current/libexec/rpc.rwalld/
H A Drwalld.c107 openlog("rpc.rwalld", LOG_PID, LOG_DAEMON);
/netbsd-current/libexec/rpc.sprayd/
H A Dsprayd.c93 openlog("rpc.sprayd", LOG_PID, LOG_DAEMON);
/netbsd-current/libexec/talkd/
H A Dtalkd.c93 openlog("talkd", LOG_PID, LOG_DAEMON);
/netbsd-current/usr.bin/logger/
H A Dlogger.c91 logflags |= LOG_PID;
/netbsd-current/crypto/external/cpl/trousers/dist/src/include/
H A Dtcslog.h30 openlog(layer, LOG_NDELAY|LOG_PID, TSS_SYSLOG_LVL); \
/netbsd-current/tests/usr.sbin/inetd/
H A Dtest_server.c62 openlog("inetd_test_server", LOG_PID | LOG_NOWAIT, LOG_DAEMON);
/netbsd-current/external/bsd/libpcap/dist/rpcapd/
H A Dlog.c181 openlog("rpcapd", LOG_PID, LOG_DAEMON);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsyslog.hin188 #define LOG_PID 0x01 /* log the pid with each message */
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Dbss_log.c393 openlog(name, LOG_PID | LOG_CONS | LOG_NDELAY, level);
395 openlog(name, LOG_PID | LOG_CONS, level);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbss_log.c394 openlog(name, LOG_PID | LOG_CONS | LOG_NDELAY, level);
396 openlog(name, LOG_PID | LOG_CONS, level);
/netbsd-current/external/bsd/ipf/dist/tools/
H A Dipsyncm.c89 openlog(progname, LOG_PID, LOG_SECURITY);

Completed in 336 milliseconds

12345