Searched refs:LOG_NDELAY (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-10-stable/libexec/bootpd/
H A Dreport.c16 #ifndef LOG_NDELAY
17 #define LOG_NDELAY 0 macro
42 openlog(progname, LOG_PID | LOG_NDELAY, LOG_BOOTP);
/freebsd-10-stable/contrib/ofed/management/opensm/complib/
H A Dcl_log.c72 openlog(name, LOG_NDELAY | LOG_PID, LOG_USER);
/freebsd-10-stable/usr.sbin/bluetooth/sdpd/
H A Dlog.c39 openlog(prog, LOG_PID|LOG_NDELAY|(log2stderr? LOG_PERROR:0), LOG_USER);
/freebsd-10-stable/sys/sys/
H A Dsyslog.h168 * LOG_NDELAY is the inverse of what it used to be.
173 #define LOG_NDELAY 0x08 /* don't delay open */ macro
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Droken-common.h104 #ifndef LOG_NDELAY
105 #define LOG_NDELAY 0x08 macro
/freebsd-10-stable/lib/libc/gen/
H A Dsyslog.c253 openlog_unlocked(LogTag, LogStat | LOG_NDELAY, 0);
419 if (LogStat & LOG_NDELAY) /* open immediately */
/freebsd-10-stable/usr.sbin/autofs/
H A Dlog.c55 openlog(getprogname(), LOG_NDELAY | LOG_PID, LOG_DAEMON);
/freebsd-10-stable/usr.sbin/bluetooth/ath3kfw/
H A Dath3kfw.c78 openlog(ATH3KFW, LOG_NDELAY|LOG_PERROR|LOG_PID, LOG_USER);
/freebsd-10-stable/usr.sbin/bluetooth/bt3cfw/
H A Dbt3cfw.c103 openlog(BT3CFW_IDENT, LOG_NDELAY|LOG_PID|LOG_PERROR, LOG_USER);
/freebsd-10-stable/usr.sbin/bluetooth/bthidd/
H A Dbthidd.c118 openlog(BTHIDD_IDENT, LOG_PID|LOG_PERROR|LOG_NDELAY, LOG_USER);
/freebsd-10-stable/usr.sbin/ctld/
H A Dlog.c55 openlog(getprogname(), LOG_NDELAY | LOG_PID, LOG_DAEMON);
/freebsd-10-stable/usr.sbin/iscsid/
H A Dlog.c55 openlog(getprogname(), LOG_NDELAY | LOG_PID, LOG_DAEMON);
/freebsd-10-stable/usr.sbin/bluetooth/btpand/
H A Dbtpand.c207 openlog(getprogname(), LOG_NDELAY | LOG_PERROR | LOG_PID, LOG_DAEMON);
/freebsd-10-stable/sbin/hastd/
H A Dpjdlog.c171 openlog(NULL, LOG_PID | LOG_NDELAY, LOG_DAEMON);
218 openlog(NULL, LOG_PID | LOG_NDELAY, LOG_DAEMON);
/freebsd-10-stable/contrib/openbsm/bin/auditdistd/
H A Dpjdlog.c175 openlog(NULL, LOG_PID | LOG_NDELAY, LOG_DAEMON);
222 openlog(NULL, LOG_PID | LOG_NDELAY, LOG_DAEMON);
/freebsd-10-stable/contrib/ipfilter/samples/
H A Drelay.c115 openlog(argv[0], LOG_PID|LOG_NDELAY, LOG_DAEMON);
/freebsd-10-stable/usr.sbin/bluetooth/bcmfw/
H A Dbcmfw.c99 openlog(BCMFW, LOG_NDELAY|LOG_PERROR|LOG_PID, LOG_USER);
/freebsd-10-stable/usr.sbin/bluetooth/hcseriald/
H A Dhcseriald.c99 openlog(hcseriald, LOG_PID | LOG_NDELAY, LOG_USER);
/freebsd-10-stable/crypto/openssl/crypto/bio/
H A Dbss_log.c435 openlog(name, LOG_PID | LOG_CONS | LOG_NDELAY, level);
/freebsd-10-stable/usr.bin/chat/
H A Dchat.c280 openlog("chat", LOG_PID | LOG_NDELAY, LOG_LOCAL2);
/freebsd-10-stable/contrib/pf/tftp-proxy/
H A Dtftp-proxy.c90 openlog(__progname, LOG_PID | LOG_NDELAY, LOG_DAEMON);
/freebsd-10-stable/usr.bin/bluetooth/rfcomm_sppd/
H A Drfcomm_sppd.c288 openlog(SPPD_IDENT, LOG_NDELAY|LOG_PERROR|LOG_PID, LOG_DAEMON);
/freebsd-10-stable/usr.sbin/bluetooth/hcsecd/
H A Dhcsecd.c134 openlog(HCSECD_IDENT, LOG_NDELAY|LOG_PERROR|LOG_PID, LOG_DAEMON);
/freebsd-10-stable/usr.sbin/bluetooth/rfcomm_pppd/
H A Drfcomm_pppd.c167 openlog(RFCOMM_PPPD, LOG_PID | LOG_PERROR | LOG_NDELAY, LOG_USER);
/freebsd-10-stable/contrib/unbound/util/
H A Dlog.c116 openlog(ident, LOG_NDELAY, LOG_DAEMON);

Completed in 325 milliseconds

12