Searched refs:pjdlog_critical (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | pjdlog.c | 604 pjdlog_critical("Aborted at file %s, line %d.", file, in pjdlog_abort() 607 pjdlog_critical("Aborted at function %s, file %s, line %d.", in pjdlog_abort() 612 pjdlog_critical("Assertion failed: (%s), file %s, line %d.", in pjdlog_abort() 615 pjdlog_critical("Assertion failed: (%s), function %s, file %s, line %d.", in pjdlog_abort()
|
H A D | pjdlog.h | 70 #define pjdlog_critical(...) pjdlog(LOG_CRIT, __VA_ARGS__) macro
|
/freebsd/sbin/hastd/ |
H A D | pjdlog.c | 597 pjdlog_critical("Aborted at file %s, line %d.", file, in pjdlog_abort() 600 pjdlog_critical("Aborted at function %s, file %s, line %d.", in pjdlog_abort() 605 pjdlog_critical("Assertion failed: (%s), file %s, line %d.", in pjdlog_abort() 608 pjdlog_critical("Assertion failed: (%s), function %s, file %s, line %d.", in pjdlog_abort()
|
H A D | pjdlog.h | 70 #define pjdlog_critical(...) pjdlog(LOG_CRIT, __VA_ARGS__) macro
|
/freebsd/lib/libpjdlog/ |
H A D | pjdlog.h | 102 #define pjdlog_critical(...) pjdlog(LOG_CRIT, __VA_ARGS__) macro
|