Searched defs:object_field (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dlog.c333 const char *object_field,
393 const char *object_field,
456 const char *object_field,
488 const char *object_field, const char *object) {
513 isempty(object) ? "" : object_field,
527 const char *object_field,
538 log_do_header(header, sizeof(header), level, error, file, line, func, object_field, object);
560 const char *object_field,
592 k = write_to_journal(level, error, file, line, func, object_field, object, buffer);
603 k = write_to_syslog(level, error, file, line, func, object_field, objec
327 write_to_console( int level, int error, const char *file, int line, const char *func, const char *object_field, const char *object, const char *buffer) argument
387 write_to_syslog( int level, int error, const char *file, int line, const char *func, const char *object_field, const char *object, const char *buffer) argument
450 write_to_kmsg( int level, int error, const char *file, int line, const char *func, const char *object_field, const char *object, const char *buffer) argument
482 log_do_header( char *header, size_t size, int level, int error, const char *file, int line, const char *func, const char *object_field, const char *object) argument
521 write_to_journal( int level, int error, const char *file, int line, const char *func, const char *object_field, const char *object, const char *buffer) argument
554 log_dispatch( int level, int error, const char *file, int line, const char *func, const char *object_field, const char *object, char *buffer) argument
700 log_object_internalv( int level, int error, const char *file, int line, const char *func, const char *object_field, const char *object, const char *format, va_list ap) argument
744 log_object_internal( int level, int error, const char *file, int line, const char *func, const char *object_field, const char *object, const char *format, ...) argument
[all...]

Completed in 14 milliseconds