HomeSort by: relevance | last modified time | path
    Searched refs:LOG_PID (Results 1 - 25 of 117) sorted by relevancy

1 2 3 4 5

  /src/external/bsd/openldap/dist/include/ac/
syslog.h 29 # 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 )
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
syslog.d 48 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 */
  /src/usr.sbin/bootp/common/
report.c 45 openlog(progname, LOG_PID | LOG_NDELAY, LOG_BOOTP);
  /src/external/ibm-public/postfix/dist/src/global/
maillog_client.c 195 msg_syslog_init(progname, LOG_PID, LOG_FACILITY);
311 msg_syslog_init(progname, LOG_PID, LOG_FACILITY);
  /src/external/ibm-public/postfix/dist/src/util/
msg_syslog.c 208 logopt &= ~LOG_PID;
251 msg_syslog_init(argv[0], LOG_PID, LOG_MAIL);
  /src/libexec/rpc.rusersd/
rusersd.c 88 openlog("rpc.rusersd", LOG_PID, LOG_DAEMON);
  /src/usr.sbin/sdpd/
log.c 43 openlog(prog, LOG_PID|LOG_NDELAY|(log2stderr? LOG_PERROR:0), LOG_USER);
  /src/crypto/external/cpl/trousers/dist/src/tcs/
log.c 40 openlog(szDescriptor, LOG_NDELAY|LOG_PID, TSS_SYSLOG_LVL);
  /src/lib/libpam/modules/pam_securetty/
pam_securetty.c 108 openlog_r("pam_securetty", LOG_PID, LOG_AUTHPRIV, &data);
  /src/libexec/rpc.rstatd/
rstatd.c 98 openlog("rpc.rstatd", LOG_PID, LOG_DAEMON);
  /src/usr.sbin/bthcid/
bthcid.c 110 openlog(getprogname(), LOG_NDELAY | LOG_PERROR | LOG_PID, LOG_DAEMON);
  /src/usr.sbin/mopd/mopd/
mopd.c 116 openlog("mopd", LOG_PID, LOG_DAEMON);
  /src/lib/lua/syslog/
syslog.c 105 CONSTANT(LOG_PID),
  /src/libexec/rpc.rwalld/
rwalld.c 107 openlog("rpc.rwalld", LOG_PID, LOG_DAEMON);
  /src/libexec/rpc.sprayd/
sprayd.c 93 openlog("rpc.sprayd", LOG_PID, LOG_DAEMON);
  /src/libexec/talkd/
talkd.c 93 openlog("talkd", LOG_PID, LOG_DAEMON);
  /src/tests/usr.sbin/inetd/
test_server.c 62 openlog("inetd_test_server", LOG_PID | LOG_NOWAIT, LOG_DAEMON);
  /src/usr.bin/logger/
logger.c 91 logflags |= LOG_PID;
  /src/crypto/external/cpl/trousers/dist/src/include/
tcslog.h 30 openlog(layer, LOG_NDELAY|LOG_PID, TSS_SYSLOG_LVL); \
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
mDNSDebug.c 22 #define LOG_PID 0x01
  /src/external/bsd/libpcap/dist/rpcapd/
log.c 181 openlog("rpcapd", LOG_PID, LOG_DAEMON);
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bss_log.c 354 openlog(name, LOG_PID | LOG_CONS | LOG_NDELAY, level);
356 openlog(name, LOG_PID | LOG_CONS, level);
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
syslog.hin 188 #define LOG_PID 0x01 /* log the pid with each message */
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bss_log.c 394 openlog(name, LOG_PID | LOG_CONS | LOG_NDELAY, level);
396 openlog(name, LOG_PID | LOG_CONS, level);
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
bss_log.c 393 openlog(name, LOG_PID | LOG_CONS | LOG_NDELAY, level);
395 openlog(name, LOG_PID | LOG_CONS, level);

Completed in 65 milliseconds

1 2 3 4 5