Lines Matching defs:func
244 const char *func,
305 const char *func,
368 const char *func,
402 const char *func,
434 k = write_to_syslog(level, error, file, line, func, object_field, object, buffer);
449 k = write_to_kmsg(level, error, file, line, func, object_field, object, buffer);
458 k = write_to_console(level, error, file, line, func, object_field, object, buffer);
474 const char *func,
487 return log_dispatch(level, error, file, line, func, NULL, NULL, buffer);
495 const char *func,
502 r = log_internalv(level, error, file, line, func, format, ap);
513 const char *func,
521 snprintf(buffer, sizeof(buffer), format, text, file, line, func);
527 log_dispatch(level, 0, file, line, func, NULL, NULL, buffer);
530 noreturn void log_assert_failed(const char *text, const char *file, int line, const char *func) {
531 log_assert(LOG_CRIT, text, file, line, func, "Assertion '%s' failed at %s:%u, function %s(). Aborting.");
535 noreturn void log_assert_failed_unreachable(const char *text, const char *file, int line, const char *func) {
536 log_assert(LOG_CRIT, text, file, line, func, "Code should not be reached '%s' at %s:%u, function %s(). Aborting.");
540 int log_oom_internal(const char *file, int line, const char *func) {
541 log_internal(LOG_ERR, ENOMEM, file, line, func, "Out of memory.");