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

12

/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/bluetooth/rfcomm_pppd/
H A Drfcomm_pppd.c169 openlog(RFCOMM_PPPD, LOG_PID | LOG_PERROR | LOG_NDELAY, LOG_USER);
/freebsd-11-stable/usr.sbin/daemon/
H A Ddaemon.c177 openlog(logtag, LOG_PID | LOG_NDELAY, logfac);
/freebsd-11-stable/contrib/ntp/libntp/
H A Dmsyslog.c431 openlog(progname, LOG_PID | LOG_NDELAY, (was_daemon)
/freebsd-11-stable/contrib/unbound/util/
H A Dlog.c121 openlog(ident, LOG_NDELAY, UB_SYSLOG_FACILITY);
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dlog.c206 roken_openlog(facility->program, LOG_PID | LOG_NDELAY, i);
/freebsd-11-stable/usr.sbin/watchdogd/
H A Dwatchdogd.c140 openlog("watchdogd", LOG_CONS|LOG_NDELAY|LOG_PERROR,
/freebsd-11-stable/contrib/pf/authpf/
H A Dauthpf.c309 openlog("authpf", LOG_PID | LOG_NDELAY, LOG_DAEMON);
/freebsd-11-stable/usr.sbin/rtsold/
H A Drtsold.c200 openlog(ident, LOG_NDELAY|LOG_PID, LOG_DAEMON);
/freebsd-11-stable/libexec/tftpd/
H A Dtftpd.c138 tftp_openlog("tftpd", LOG_PID | LOG_NDELAY, LOG_FTP);
/freebsd-11-stable/sbin/iscontrol/
H A Dfsm.c430 openlog("iscontrol", LOG_CONS|LOG_PERROR|LOG_PID|LOG_NDELAY, LOG_KERN);
/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.c644 int logopt = LOG_NDELAY | LOG_PID;
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dwpa_debug.c96 openlog("wpa_supplicant", LOG_PID | LOG_NDELAY, LOG_HOSTAPD);
/freebsd-11-stable/contrib/pf/ftp-proxy/
H A Dftp-proxy.c764 openlog(__progname, LOG_PID | LOG_NDELAY, LOG_DAEMON);
/freebsd-11-stable/tools/tools/netmap/
H A Dlb.c665 openlog("lb", LOG_CONS | LOG_PID | LOG_NDELAY, LOG_LOCAL1);
/freebsd-11-stable/contrib/opie/
H A Dopieftpd.c1578 /* LOG_NDELAY sets up the logging connection immediately, necessary for
1580 openlog("ftpd", LOG_PID | LOG_NDELAY, LOG_DAEMON);
/freebsd-11-stable/contrib/ntp/ntpdate/
H A Dntpdate.c473 openlog("ntpdate", LOG_PID | LOG_NDELAY, LOG_NTP);
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c335 * LOG_NDELAY sets up the logging connection immediately,
338 openlog("ftpd", LOG_PID | LOG_NDELAY, LOG_FTP);
/freebsd-11-stable/usr.sbin/rtadvd/
H A Drtadvd.c226 logopt = LOG_NDELAY | LOG_PID;
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipmon.c1670 openlog(prog, LOG_NDELAY|LOG_PID, logfac);
/freebsd-11-stable/libexec/ftpd/
H A Dftpd.c286 * LOG_NDELAY sets up the logging connection immediately,
289 openlog("ftpd", LOG_PID | LOG_NDELAY, LOG_FTP);
/freebsd-11-stable/sbin/dhclient/
H A Ddhclient.c360 openlog(__progname, LOG_PID | LOG_NDELAY, DHCPD_LOG_FACILITY);
/freebsd-11-stable/usr.sbin/route6d/
H A Droute6d.c393 openlog(progname, LOG_NDELAY|LOG_PID, LOG_DAEMON);

Completed in 188 milliseconds

12