Searched refs:LOG_PID (Results 26 - 50 of 108) sorted by relevance

12345

/freebsd-12-stable/usr.sbin/bluetooth/bthidd/
H A Dbthidd.c126 openlog(BTHIDD_IDENT, LOG_PID|LOG_PERROR|LOG_NDELAY, LOG_USER);
/freebsd-12-stable/usr.sbin/bluetooth/btpand/
H A Dbtpand.c210 openlog(getprogname(), LOG_NDELAY | LOG_PERROR | LOG_PID, LOG_DAEMON); local
/freebsd-12-stable/usr.sbin/ctld/
H A Dlog.c57 openlog(getprogname(), LOG_NDELAY | LOG_PID, LOG_DAEMON); local
/freebsd-12-stable/usr.sbin/iscsid/
H A Dlog.c57 openlog(getprogname(), LOG_NDELAY | LOG_PID, LOG_DAEMON); local
/freebsd-12-stable/usr.sbin/mailwrapper/
H A Dmailwrapper.c116 openlog(getprogname(), LOG_PID, LOG_MAIL); local
/freebsd-12-stable/contrib/ntp/adjtimed/
H A Dadjtimed.c83 openlog("adjtimed", LOG_PID, LOG_LOCAL6);
85 openlog("adjtimed", LOG_PID);
/freebsd-12-stable/contrib/ntp/libntp/
H A Dmsyslog.c425 openlog(progname, LOG_PID);
431 openlog(progname, LOG_PID | LOG_NDELAY, (was_daemon)
/freebsd-12-stable/usr.sbin/cron/lib/
H A Dmisc.c448 /* we don't use LOG_PID since the pid passed to us by
453 openlog(ProgramName, LOG_PID, LOG_CRON);
455 openlog(ProgramName, LOG_PID);
/freebsd-12-stable/contrib/libxo/libxo/
H A Dxo_syslog.c505 xo_syslog(LOG_ERR | LOG_CONS | LOG_PERROR | LOG_PID,
566 if (xo_logstat & LOG_PID)
/freebsd-12-stable/contrib/openbsm/bin/auditdistd/
H A Dpjdlog.c176 openlog(NULL, LOG_PID | LOG_NDELAY, LOG_DAEMON);
223 openlog(NULL, LOG_PID | LOG_NDELAY, LOG_DAEMON);
/freebsd-12-stable/sbin/hastd/
H A Dpjdlog.c173 openlog(NULL, LOG_PID | LOG_NDELAY, LOG_DAEMON);
220 openlog(NULL, LOG_PID | LOG_NDELAY, LOG_DAEMON);
/freebsd-12-stable/usr.sbin/ypserv/
H A Dyp_main.c514 openlog("ypserv", LOG_PID, LOG_DAEMON);
521 openlog("ypserv", LOG_PID, LOG_DAEMON);
/freebsd-12-stable/crypto/heimdal/appl/kf/
H A Dkfd.c299 roken_openlog (argv[0], LOG_ODELAY | LOG_PID,LOG_AUTH);
/freebsd-12-stable/contrib/ipfilter/samples/
H A Drelay.c115 openlog(argv[0], LOG_PID|LOG_NDELAY, LOG_DAEMON);
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dipsyncs.c88 openlog(progname, LOG_PID, LOG_SECURITY);
/freebsd-12-stable/libexec/comsat/
H A Dcomsat.c93 openlog("comsat", LOG_PID, LOG_DAEMON);
/freebsd-12-stable/libexec/rbootd/
H A Drbootd.c138 openlog("rbootd", LOG_PID, LOG_DAEMON);
/freebsd-12-stable/sbin/adjkerntz/
H A Dadjkerntz.c127 openlog("adjkerntz", LOG_PID|LOG_PERROR, LOG_DAEMON);
/freebsd-12-stable/sbin/nos-tun/
H A Dnos-tun.c303 openlog("nos-tun", LOG_PID, LOG_DAEMON);
/freebsd-12-stable/usr.bin/chat/
H A Dchat.c280 openlog("chat", LOG_PID | LOG_NDELAY, LOG_LOCAL2);
/freebsd-12-stable/usr.sbin/bluetooth/bcmfw/
H A Dbcmfw.c101 openlog(BCMFW, LOG_NDELAY|LOG_PERROR|LOG_PID, LOG_USER);
/freebsd-12-stable/usr.sbin/bluetooth/hcseriald/
H A Dhcseriald.c101 openlog(hcseriald, LOG_PID | LOG_NDELAY, LOG_USER);
/freebsd-12-stable/usr.sbin/nfscbd/
H A Dnfscbd.c200 openlog("nfscbd:", LOG_PID, LOG_DAEMON);
/freebsd-12-stable/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_main.c271 openlog("rpc.yppasswdd", LOG_PID, LOG_DAEMON);
/freebsd-12-stable/usr.sbin/wpa/ndis_events/
H A Dndis_events.c304 openlog(PROGNAME, LOG_PID | LOG_CONS, LOG_DAEMON);

Completed in 474 milliseconds

12345