Searched refs:log_struct_internal (Results 1 - 2 of 2) sorted by relevance
/systemd/src/basic/ |
H A D | log.h | 116 int log_struct_internal( 200 #define log_struct(level, ...) log_struct_internal(level, 0, __FILE__, __LINE__, __func__, __VA_ARGS__) 201 #define log_struct_errno(level, error, ...) log_struct_internal(level, error, __FILE__, __LINE__, __func__, __VA_ARGS__)
|
H A D | log.c | 852 int log_struct_internal( function 1150 r = log_struct_internal( 1160 r = log_struct_internal(
|
Completed in 1057 milliseconds