Searched refs:openlog (Results 1 - 25 of 146) sorted by relevance

123456

/freebsd-10.3-release/usr.sbin/nologin/
H A Dnologin.c45 openlog("nologin", LOG_CONS, LOG_AUTH);
/freebsd-10.3-release/contrib/ntp/lib/isc/win32/
H A Dsyslog.h25 /* Constant definitions for openlog() */
58 openlog(const char *, int, ...);
H A Dsyslog.c130 openlog(const char *name, int flags, ...) { function
/freebsd-10.3-release/contrib/tcp_wrappers/
H A Dfakelog.c16 /* openlog - dummy */
20 openlog(name, logopt, facility) function
H A Dmiscd.c60 * Open a channel to the syslog daemon. Older versions of openlog()
65 (void) openlog(argv[0], LOG_PID, FACILITY);
67 (void) openlog(argv[0], LOG_PID);
H A Dtcpd.c72 * Open a channel to the syslog daemon. Older versions of openlog()
77 (void) openlog(argv[0], LOG_PID, FACILITY);
79 (void) openlog(argv[0], LOG_PID);
/freebsd-10.3-release/libexec/bootpd/
H A Dreport.c42 openlog(progname, LOG_PID | LOG_NDELAY, LOG_BOOTP);
/freebsd-10.3-release/usr.sbin/bootparamd/bootparamd/
H A Dmain.c73 openlog("bootparamd", 0 , 0);
75 openlog("bootparamd", 0 , LOG_DAEMON);
/freebsd-10.3-release/sbin/reboot/
H A Dreboot.c149 openlog("halt", 0, LOG_AUTH | LOG_CONS);
152 openlog("reroot", 0, LOG_AUTH | LOG_CONS);
155 openlog("reboot", 0, LOG_AUTH | LOG_CONS);
/freebsd-10.3-release/contrib/openbsm/bin/auditd/
H A Dauditd_fbsd.c79 openlog("auditd", logopts, LOG_SECURITY);
81 openlog("auditd", logopts, LOG_AUTH);
/freebsd-10.3-release/contrib/ntp/include/
H A Dl_stdlib.h182 extern void openlog (const char *, int);
184 extern void openlog (const char *, int, int);
H A Dntp_machine.h127 #define openlog(x,y) macro
/freebsd-10.3-release/share/examples/ses/srcs/
H A Dsesd.c117 openlog("sesd", LOG_CONS, LOG_USER);
119 openlog("sesd", LOG_CONS|LOG_PERROR, LOG_USER);
/freebsd-10.3-release/contrib/ofed/management/opensm/complib/
H A Dcl_log.c72 openlog(name, LOG_NDELAY | LOG_PID, LOG_USER);
/freebsd-10.3-release/libexec/rpc.rusersd/
H A Drusersd.c81 openlog("rpc.rusersd", LOG_CONS|LOG_PID, LOG_DAEMON);
/freebsd-10.3-release/usr.sbin/bluetooth/sdpd/
H A Dlog.c39 openlog(prog, LOG_PID|LOG_NDELAY|(log2stderr? LOG_PERROR:0), LOG_USER);
/freebsd-10.3-release/contrib/sendmail/contrib/
H A Dre-mqueue.pl142 &openlog($program, 'pid', 'mail');
/freebsd-10.3-release/usr.sbin/rpc.ypupdated/
H A Dypupdated_main.c226 openlog("rpc.ypupdatedd", LOG_PID, LOG_DAEMON);
232 openlog("rpc.ypupdated", LOG_PID, LOG_DAEMON);
/freebsd-10.3-release/libexec/rpc.rstatd/
H A Drstatd.c88 openlog("rpc.rstatd", LOG_CONS|LOG_PID, LOG_DAEMON);
/freebsd-10.3-release/libexec/talkd/
H A Dtalkd.c93 openlog("talkd", LOG_PID, LOG_DAEMON);
/freebsd-10.3-release/sys/sys/
H A Dsyslog.h165 * Option flags for openlog.
193 void openlog(const char *, int, int);
/freebsd-10.3-release/usr.sbin/lpr/lprm/
H A Dlprm.c100 openlog("lpd", 0, LOG_LPR);
/freebsd-10.3-release/libexec/rpc.sprayd/
H A Dsprayd.c104 openlog("rpc.sprayd", LOG_CONS|LOG_PID, LOG_DAEMON);
/freebsd-10.3-release/usr.sbin/lpr/lpq/
H A Dlpq.c95 openlog("lpd", 0, LOG_LPR);
/freebsd-10.3-release/crypto/heimdal/lib/roken/
H A Droken-common.h98 #define openlog(id,option,facility) openlog((id),(option)) macro

Completed in 356 milliseconds

123456