Home
last modified time | relevance | path

Searched refs:LOG_LOCAL2 (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/sys/sys/
H A Dsyslog.h114 #define LOG_LOCAL2 (18<<3) /* reserved for local use */ macro
146 { "local2", LOG_LOCAL2, },
/freebsd-13.1/contrib/ntp/lib/isc/win32/
H A Dsyslog.h38 #define LOG_LOCAL2 0 macro
H A Dsyslog.c65 { LOG_LOCAL2, "local2"},
/freebsd-13.1/contrib/ntp/lib/isc/unix/
H A Dsyslog.c60 { LOG_LOCAL2, "local2"},
/freebsd-13.1/libexec/bootpd/
H A DInstallation25 If you compiled report.c with LOG_LOCAL2 (defined in the Makefile)
/freebsd-13.1/sbin/ipf/libipf/
H A Dfacpri.c66 { "local2", LOG_LOCAL2 }, { "local3", LOG_LOCAL3 },
/freebsd-13.1/crypto/openssh/
H A Dlog.c238 log_facility = LOG_LOCAL2; in log_init()
/freebsd-13.1/usr.bin/chat/
H A Dchat.c280 openlog("chat", LOG_PID | LOG_NDELAY, LOG_LOCAL2); in main()
/freebsd-13.1/sbin/ipf/common/
H A Dipf_y.y1660 | IPFY_FAC_LOCAL2 { $$ = LOG_LOCAL2; }