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

/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dpjdlog.c59 static int pjdlog_mode, pjdlog_debug_level; variable
178 pjdlog_mode = mode;
196 if (pjdlog_mode == PJDLOG_MODE_SYSLOG)
218 if (pjdlog_mode == mode)
228 pjdlog_mode = mode;
242 return (pjdlog_mode);
374 switch (pjdlog_mode) {
/freebsd-9.3-release/sbin/hastd/
H A Dpjdlog.c57 static int pjdlog_mode, pjdlog_debug_level; variable
172 pjdlog_mode = mode;
190 if (pjdlog_mode == PJDLOG_MODE_SYSLOG)
212 if (pjdlog_mode == mode)
222 pjdlog_mode = mode;
236 return (pjdlog_mode);
368 switch (pjdlog_mode) {

Completed in 47 milliseconds