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

12345

/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dsyslog.h26 #define LOG_PID 1 macro
/freebsd-11-stable/contrib/tcp_wrappers/
H A Dmiscd.c65 (void) openlog(argv[0], LOG_PID, FACILITY);
67 (void) openlog(argv[0], LOG_PID);
H A Dtcpd.c78 (void) openlog(argv[0], LOG_PID, FACILITY);
80 (void) openlog(argv[0], LOG_PID);
/freebsd-11-stable/libexec/bootpd/
H A Dreport.c42 openlog(progname, LOG_PID | LOG_NDELAY, LOG_BOOTP);
/freebsd-11-stable/libexec/rpc.rusersd/
H A Drusersd.c81 openlog("rpc.rusersd", LOG_CONS|LOG_PID, LOG_DAEMON);
/freebsd-11-stable/contrib/ofed/opensm/complib/
H A Dcl_log.c71 openlog(name, LOG_NDELAY | LOG_PID, LOG_USER);
/freebsd-11-stable/usr.sbin/bluetooth/sdpd/
H A Dlog.c41 openlog(prog, LOG_PID|LOG_NDELAY|(log2stderr? LOG_PERROR:0), LOG_USER);
/freebsd-11-stable/usr.sbin/rpc.ypupdated/
H A Dypupdated_main.c228 openlog("rpc.ypupdatedd", LOG_PID, LOG_DAEMON);
234 openlog("rpc.ypupdated", LOG_PID, LOG_DAEMON);
/freebsd-11-stable/libexec/rpc.rstatd/
H A Drstatd.c88 openlog("rpc.rstatd", LOG_CONS|LOG_PID, LOG_DAEMON);
/freebsd-11-stable/libexec/talkd/
H A Dtalkd.c93 openlog("talkd", LOG_PID, LOG_DAEMON);
/freebsd-11-stable/sys/sys/
H A Dsyslog.h170 #define LOG_PID 0x01 /* log the pid with each message */ macro
/freebsd-11-stable/crypto/openssh/
H A Dlog.c335 openlog_r(argv0 ? argv0 : __progname, LOG_PID, log_facility, &sdata);
338 openlog(argv0 ? argv0 : __progname, LOG_PID, log_facility);
461 openlog_r(argv0 ? argv0 : __progname, LOG_PID, log_facility, &sdata);
465 openlog(argv0 ? argv0 : __progname, LOG_PID, log_facility);
/freebsd-11-stable/contrib/openbsm/bin/auditd/
H A Dauditd_fbsd.c73 int logopts = LOG_CONS | LOG_PID;
/freebsd-11-stable/usr.sbin/ypldap/
H A Dlog.c51 openlog(__progname, LOG_PID | LOG_NDELAY, LOG_DAEMON);
/freebsd-11-stable/libexec/rpc.sprayd/
H A Dsprayd.c106 openlog("rpc.sprayd", LOG_PID, LOG_DAEMON);
/freebsd-11-stable/contrib/libpcap/rpcapd/
H A Dlog.c183 openlog("rpcapd", LOG_PID, LOG_DAEMON);
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Drdma-ndd.c387 openlog("rdma-ndd", LOG_PID | LOG_PERROR, LOG_DAEMON);
410 openlog("rdma-ndd", LOG_PID, LOG_DAEMON);
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_log.c435 openlog(name, LOG_PID | LOG_CONS | LOG_NDELAY, level);
437 openlog(name, LOG_PID | LOG_CONS, level);
/freebsd-11-stable/lib/libc/gen/
H A Dsyslog.c144 #define INTERNALLOG LOG_ERR|LOG_CONS|LOG_PERROR|LOG_PID
182 if (LogStat & LOG_PID)
/freebsd-11-stable/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_main.c229 openlog("rpc.ypxfrd", LOG_PID, LOG_DAEMON);
251 openlog("rpc.ypxfrd", LOG_PID, LOG_DAEMON);
/freebsd-11-stable/libexec/fingerd/
H A Dfingerd.c81 openlog("fingerd", LOG_PID | LOG_CONS, LOG_DAEMON);
/freebsd-11-stable/libexec/rpc.rwalld/
H A Drwalld.c100 openlog("rpc.rwalld", LOG_CONS|LOG_PID, LOG_DAEMON);
/freebsd-11-stable/usr.sbin/bluetooth/bthidd/
H A Dbthidd.c121 openlog(BTHIDD_IDENT, LOG_PID|LOG_PERROR|LOG_NDELAY, LOG_USER);
/freebsd-11-stable/usr.sbin/autofs/
H A Dlog.c57 openlog(getprogname(), LOG_NDELAY | LOG_PID, LOG_DAEMON); local
/freebsd-11-stable/usr.sbin/bluetooth/bt3cfw/
H A Dbt3cfw.c105 openlog(BT3CFW_IDENT, LOG_NDELAY|LOG_PID|LOG_PERROR, LOG_USER);

Completed in 319 milliseconds

12345