Home
last modified time | relevance | path

Searched refs:cap_openlog (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libcasper/services/cap_syslog/
H A Dcap_syslog.h40 void cap_openlog(cap_channel_t *chan, const char *ident, int logopt,
52 #define cap_openlog(chan, ident, logopt, facility) \
H A DMakefile26 MLINKS+= cap_syslog.3 cap_openlog.3
H A Dcap_syslog.c78 cap_openlog(cap_channel_t *chan, const char *ident, int logopt, int facility) in cap_openlog() function
/freebsd/usr.bin/logger/
H A Dlogger.c184 cap_openlog(capsyslog, tag, logflags, 0); in main()
/freebsd/usr.sbin/rtsold/
H A Drtsold.c228 cap_openlog(capsyslog, progname, LOG_NDELAY | LOG_PID, in main()
/freebsd/sbin/savecore/
H A Dsavecore.c1415 cap_openlog(capsyslog, "savecore", LOG_OPTIONS, LOG_FACILITY); in init_caps()
/freebsd/sbin/dhclient/
H A Ddhclient.c386 cap_openlog(capsyslog, getprogname(), LOG_PID | LOG_NDELAY, DHCPD_LOG_FACILITY); in main()