Home
last modified time | relevance | path

Searched refs:LOG_NOWAIT (Results 1 – 4 of 4) sorted by relevance

/original-bsd/sys/sys/
H A Dsyslog.h132 #define LOG_NOWAIT 0x10 /* don't wait for console forks: DEPRECATED */ macro
/original-bsd/usr.sbin/amd/amd/
H A Dxutil.c417 #if defined(LOG_CONS) && defined(LOG_NOWAIT)
418 openlog(progname, LOG_PID|LOG_CONS|LOG_NOWAIT,
/original-bsd/usr.sbin/cron/
H A Dcron.c74 openlog("cron", LOG_PID | LOG_CONS | LOG_NOWAIT, LOG_DAEMON);
/original-bsd/usr.sbin/inetd/
H A Dinetd.c216 openlog("inetd", LOG_PID | LOG_NOWAIT, LOG_DAEMON);