Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Dsyslog.h112 #define LOG_LOCAL2 (18<<3) /* reserved for local use */ macro
144 { "local2", LOG_LOCAL2, },
/freebsd-14.2/libexec/bootpd/
H A DInstallation25 If you compiled report.c with LOG_LOCAL2 (defined in the Makefile)
/freebsd-14.2/sbin/ipf/libipf/
H A Dfacpri.c65 { "local2", LOG_LOCAL2 }, { "local3", LOG_LOCAL3 },
/freebsd-14.2/crypto/openssh/
H A Dlog.c238 log_facility = LOG_LOCAL2; in log_init()
/freebsd-14.2/usr.bin/chat/
H A Dchat.c278 openlog("chat", LOG_PID | LOG_NDELAY, LOG_LOCAL2); in main()
/freebsd-14.2/sbin/ipf/common/
H A Dipf_y.y1659 | IPFY_FAC_LOCAL2 { $$ = LOG_LOCAL2; }