Home
last modified time | relevance | path

Searched refs:LOG_FACILITY (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dsyslog.c308 if (!LOG_FACILITY(priority))
322 if ((c = LOG_FACILITY(priority)) < elementsof(log_facility))
H A Dsyslog.h103 #define LOG_FACILITY(p) LOG_FAC(p) /* get facility index from pri */ macro
/illumos-gate/usr/src/lib/libpam/
H A Dpam_impl.h99 #define LOG_FACILITY "log_facility=" macro
H A Dpam_framework.c213 if ((arg = defread_r(LOG_FACILITY, defp)) != NULL) { in pam_settrace()