Lines Matching defs:log_info
94 struct log_info { struct
95 int log_target;
96 char klog_fmt[MAX_KLOG_TAG * 2];
97 const char* btag;
98 bool abbreviated;
99 FILE* fp;
100 struct abbr_buf a_buf;
157 static void do_log_line(struct log_info* log_info, const char* line) { in do_log_line()
172 static void log_line(struct log_info* log_info, char* line, int len) { in log_line()
187 static void print_buf_lines(struct log_info* log_info, char* buf, int buf_size) { in print_buf_lines()
246 static void print_abbr_buf(struct log_info* log_info) { in print_abbr_buf()
341 struct log_info log_info = {}; in parent() local