Lines Matching defs:facility
73 * Extension to log by program name as well as facility and priority
320 static int LogFacPri; /* Put facility and priority in log message: */
322 static bool KeepKernFac; /* Keep remotely logged kernel facility */
672 case 'v': /* log facility and priority */
1329 * messages with no facility specified.
1554 /* extract facility and priority level */
1560 /* Check maximum facility number. */
1989 int facility, priority;
2036 facility = f->f_prevpri & LOG_FACMASK;
2040 if (c->c_val == facility) {
2050 LOG_FAC(facility));
2907 /* find the end of this facility name list */
2979 dprintf("unknown facility name \"%s\"", buf);