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

12345

/freebsd-12-stable/contrib/ntp/lib/isc/win32/
H A Dsyslog.h26 #define LOG_PID 1 macro
/freebsd-12-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-12-stable/libexec/bootpd/
H A Dreport.c42 openlog(progname, LOG_PID | LOG_NDELAY, LOG_BOOTP);
/freebsd-12-stable/contrib/ofed/opensm/complib/
H A Dcl_log.c71 openlog(name, LOG_NDELAY | LOG_PID, LOG_USER);
/freebsd-12-stable/libexec/rpc.rusersd/
H A Drusersd.c83 openlog("rpc.rusersd", LOG_CONS|LOG_PID, LOG_DAEMON);
/freebsd-12-stable/usr.sbin/bluetooth/sdpd/
H A Dlog.c41 openlog(prog, LOG_PID|LOG_NDELAY|(log2stderr? LOG_PERROR:0), LOG_USER);
/freebsd-12-stable/usr.sbin/rpc.ypupdated/
H A Dypupdated_main.c230 openlog("rpc.ypupdatedd", LOG_PID, LOG_DAEMON);
236 openlog("rpc.ypupdated", LOG_PID, LOG_DAEMON);
/freebsd-12-stable/sys/sys/
H A Dsyslog.h172 #define LOG_PID 0x01 /* log the pid with each message */ macro
/freebsd-12-stable/libexec/rpc.rstatd/
H A Drstatd.c90 openlog("rpc.rstatd", LOG_CONS|LOG_PID, LOG_DAEMON);
/freebsd-12-stable/libexec/talkd/
H A Dtalkd.c95 openlog("talkd", LOG_PID, LOG_DAEMON);
/freebsd-12-stable/crypto/openssh/
H A Dlog.c330 openlog_r(argv0 ? argv0 : __progname, LOG_PID, log_facility, &sdata);
333 openlog(argv0 ? argv0 : __progname, LOG_PID, log_facility);
470 openlog_r(argv0 ? argv0 : __progname, LOG_PID, log_facility, &sdata);
474 openlog(argv0 ? argv0 : __progname, LOG_PID, log_facility);
/freebsd-12-stable/contrib/openbsm/bin/auditd/
H A Dauditd_fbsd.c73 int logopts = LOG_CONS | LOG_PID;
/freebsd-12-stable/contrib/libpcap/rpcapd/
H A Dlog.c183 openlog("rpcapd", LOG_PID, LOG_DAEMON);
/freebsd-12-stable/libexec/rpc.sprayd/
H A Dsprayd.c103 openlog("rpc.sprayd", LOG_PID, LOG_DAEMON);
/freebsd-12-stable/sbin/veriexec/
H A Dveriexec.c162 openlog(getprogname(), LOG_PID, LOG_AUTH); local
/freebsd-12-stable/usr.sbin/ypldap/
H A Dlog.c51 openlog(__progname, LOG_PID | LOG_NDELAY, LOG_DAEMON);
/freebsd-12-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-12-stable/crypto/openssl/crypto/bio/
H A Dbss_log.c393 openlog(name, LOG_PID | LOG_CONS | LOG_NDELAY, level);
395 openlog(name, LOG_PID | LOG_CONS, level);
/freebsd-12-stable/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_main.c231 openlog("rpc.ypxfrd", LOG_PID, LOG_DAEMON);
253 openlog("rpc.ypxfrd", LOG_PID, LOG_DAEMON);
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dipsyncm.c89 openlog(progname, LOG_PID, LOG_SECURITY);
/freebsd-12-stable/libexec/fingerd/
H A Dfingerd.c83 openlog("fingerd", LOG_PID | LOG_CONS, LOG_DAEMON);
/freebsd-12-stable/libexec/rpc.rwalld/
H A Drwalld.c102 openlog("rpc.rwalld", LOG_CONS|LOG_PID, LOG_DAEMON);
/freebsd-12-stable/usr.sbin/autofs/
H A Dlog.c57 openlog(getprogname(), LOG_NDELAY | LOG_PID, LOG_DAEMON); local
/freebsd-12-stable/usr.sbin/bluetooth/bt3cfw/
H A Dbt3cfw.c105 openlog(BT3CFW_IDENT, LOG_NDELAY|LOG_PID|LOG_PERROR, LOG_USER);

Completed in 233 milliseconds

12345