Searched refs:log_facility (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/comp/
H A Dsyslog.h100 #define log_facility _log_facility macro
113 extern const Namval_t log_facility[];
H A Dsyslog.c55 const Namval_t log_facility[] =
322 if ((c = LOG_FACILITY(priority)) < elementsof(log_facility))
323 s = (char*)log_facility[c].name;

Completed in 25 milliseconds