Home
last modified time | relevance | path

Searched refs:LOG_PID (Results 1 – 25 of 34) sorted by relevance

12

/original-bsd/lib/libc/gen/
H A Dsyslog.c77 #define INTERNALLOG LOG_ERR|LOG_CONS|LOG_PERROR|LOG_PID
106 if (LogStat & LOG_PID)
/original-bsd/libexec/talkd/
H A Dtalkd.c61 openlog("talkd", LOG_PID, LOG_DAEMON);
/original-bsd/sbin/nfsiod/
H A Dnfsiod.c107 openlog("nfsiod:", LOG_PID, LOG_DAEMON);
/original-bsd/sys/sys/
H A Dsyslog.h128 #define LOG_PID 0x01 /* log the pid with each message */ macro
/original-bsd/old/implogd/
H A Dimplogd.c53 openlog("implogd", LOG_PID|LOG_ODELAY|LOG_PERROR, LOG_DAEMON); in main()
/original-bsd/libexec/rbootd/
H A Drbootd.c167 openlog(ProgName, LOG_PID);
169 openlog(ProgName, LOG_PID, LOG_DAEMON);
/original-bsd/sbin/routed/
H A Dmain.c54 openlog("routed", LOG_PID | LOG_ODELAY, LOG_DAEMON);
57 openlog("routed", LOG_PID);
/original-bsd/usr.bin/logger/
H A Dlogger.c59 logflags |= LOG_PID;
/original-bsd/libexec/fingerd/
H A Dfingerd.c50 openlog("fingerd", LOG_PID | LOG_CONS, LOG_DAEMON);
/original-bsd/usr.sbin/amd/amd/
H A Dxutil.c418 openlog(progname, LOG_PID|LOG_CONS|LOG_NOWAIT,
422 openlog(progname, LOG_PID);
/original-bsd/sbin/mount_portal/
H A Dmount_portal.c145 openlog("portald", LOG_CONS|LOG_PID, LOG_DAEMON);
/original-bsd/old/athena/kpasswd/
H A Dkpasswdd.c65 openlog("kpasswdd", LOG_CONS | LOG_PID, LOG_AUTH); in main()
/original-bsd/usr.sbin/portmap/
H A Dportmap.c106 openlog("portmap", debugging ? LOG_PID | LOG_PERROR : LOG_PID,
/original-bsd/sbin/XNSrouted/
H A Dmain.c93 openlog("XNSrouted", LOG_PID, LOG_DAEMON);
/original-bsd/libexec/kpasswdd/
H A Dkpasswdd.c63 openlog("kpasswdd", LOG_CONS | LOG_PID, LOG_AUTH); in main()
/original-bsd/old/athena/register/
H A Dregisterd.c59 openlog("registerd", LOG_PID, LOG_AUTH);
/original-bsd/local/kerberosIV/registerd/
H A Dregisterd.c54 openlog("registerd", LOG_PID, LOG_AUTH);
/original-bsd/libexec/comsat/
H A Dcomsat.c73 openlog("comsat", LOG_PID, LOG_DAEMON);
/original-bsd/usr.sbin/sliplogin/
H A Dsliplogin.c221 openlog(name, LOG_PID, LOG_DAEMON);
/original-bsd/usr.sbin/cron/
H A Dcron.c74 openlog("cron", LOG_PID | LOG_CONS | LOG_NOWAIT, LOG_DAEMON);
/original-bsd/sbin/startslip/
H A Dstartslip.c133 openlog("startslip", LOG_PID, LOG_DAEMON);
/original-bsd/usr.sbin/lpr/lpd/
H A Dlpd.c118 openlog("lpd", LOG_PID, LOG_LPR);
/original-bsd/usr.bin/uucp/uucico/
H A Dcico.c230 openlog("uucico", LOG_PID, LOG_UUCP);
232 openlog("uucico", LOG_PID);
/original-bsd/libexec/tftpd/
H A Dtftpd.c91 openlog("tftpd", LOG_PID, LOG_FTP);
/original-bsd/usr.sbin/rwhod/
H A Drwhod.c113 openlog("rwhod", LOG_PID, LOG_DAEMON);

12