Searched refs:LOG_DAEMON (Results 51 - 75 of 95) sorted by relevance

1234

/freebsd-11-stable/libexec/rpc.rquotad/
H A Drquotad.c87 openlog("rpc.rquotad", LOG_CONS|LOG_PID, LOG_DAEMON);
/freebsd-11-stable/usr.bin/bluetooth/rfcomm_sppd/
H A Drfcomm_sppd.c291 openlog(SPPD_IDENT, LOG_NDELAY|LOG_PERROR|LOG_PID, LOG_DAEMON);
/freebsd-11-stable/usr.sbin/bluetooth/hcsecd/
H A Dhcsecd.c137 openlog(HCSECD_IDENT, LOG_NDELAY|LOG_PERROR|LOG_PID, LOG_DAEMON);
/freebsd-11-stable/usr.sbin/daemon/
H A Ddaemon.c96 logfac = LOG_DAEMON;
/freebsd-11-stable/tools/tools/net80211/wlanwds/
H A Dwlanwds.c158 openlog("wlanwds", LOG_PID | LOG_CONS, LOG_DAEMON);
/freebsd-11-stable/usr.sbin/rrenumd/
H A Drrenumd.c542 openlog("rrenumd", LOG_PID, LOG_DAEMON);
/freebsd-11-stable/contrib/blacklist/bin/
H A Dblacklistd.c493 openlog(getprogname(), LOG_PID, LOG_DAEMON); local
/freebsd-11-stable/usr.sbin/ppp/
H A Dlog.c298 openlog(Name, LOG_PID, LOG_DAEMON);
/freebsd-11-stable/usr.sbin/watchdogd/
H A Dwatchdogd.c141 LOG_DAEMON);
/freebsd-11-stable/usr.sbin/rpc.statd/
H A Dstatd.c297 openlog("rpc.statd", 0, LOG_DAEMON);
/freebsd-11-stable/libexec/ypxfr/
H A Dypxfr_main.c180 openlog("ypxfr", LOG_PID, LOG_DAEMON);
/freebsd-11-stable/libexec/rshd/
H A Drshd.c134 openlog("rshd", LOG_PID, LOG_DAEMON);
/freebsd-11-stable/usr.sbin/unbound/
H A Dconfig.h802 /* the SYSLOG_FACILITY to use, default LOG_DAEMON */
803 #define UB_SYSLOG_FACILITY LOG_DAEMON
/freebsd-11-stable/contrib/ntp/parseutil/
H A Ddcfd.c1575 #ifdef LOG_DAEMON
1576 openlog("dcfd", LOG_PID, LOG_DAEMON);
/freebsd-11-stable/contrib/pf/authpf/
H A Dauthpf.c309 openlog("authpf", LOG_PID | LOG_NDELAY, LOG_DAEMON);
/freebsd-11-stable/contrib/pf/pflogd/
H A Dpflogd.c705 openlog("pflogd", LOG_PID | LOG_CONS, LOG_DAEMON);
/freebsd-11-stable/lib/libpjdlog/
H A Dpjdlog.c306 openlog(NULL, LOG_PID | LOG_NDELAY, LOG_DAEMON);
/freebsd-11-stable/libexec/pppoed/
H A Dpppoed.c633 openlog(prog, LOG_PID | (optF ? LOG_PERROR : 0), LOG_DAEMON);
/freebsd-11-stable/sbin/routed/
H A Dmain.c124 openlog("routed", LOG_PID, LOG_DAEMON);
/freebsd-11-stable/usr.sbin/rtsold/
H A Drtsold.c200 openlog(ident, LOG_NDELAY|LOG_PID, LOG_DAEMON);
/freebsd-11-stable/usr.sbin/timed/timed/
H A Dtimed.c358 openlog("timed", LOG_CONS|LOG_PID, LOG_DAEMON);
/freebsd-11-stable/sbin/savecore/
H A Dsavecore.c827 openlog("savecore", LOG_PERROR, LOG_DAEMON);
/freebsd-11-stable/usr.sbin/rwhod/
H A Drwhod.c224 openlog("rwhod", LOG_PID | LOG_NDELAY, LOG_DAEMON);
/freebsd-11-stable/usr.sbin/apmd/
H A Dapmd.c677 openlog(prog ? prog+1 : av[0], logopt, LOG_DAEMON);
/freebsd-11-stable/usr.sbin/rpcbind/
H A Drpcbind.c155 openlog("rpcbind", LOG_CONS, LOG_DAEMON);

Completed in 204 milliseconds

1234