Searched defs:log_info (Results 1 – 2 of 2) sorted by relevance
91 struct log_info { struct92 int log_target;93 char klog_fmt[MAX_KLOG_TAG * 2];94 char *btag;95 bool abbreviated;96 FILE *fp;97 struct abbr_buf a_buf;158 static void do_log_line(struct log_info *log_info, char *line) { in do_log_line()173 static void log_line(struct log_info *log_info, char *line, int len) { in log_line()188 static void print_buf_lines(struct log_info *log_info, char *buf, int buf_size) in print_buf_lines()[all …]
92 static const char log_info[] = { KMSG_PRIORITY(LOG_INFO) }; in logPrint() local