Searched refs:log_control (Results 1 – 2 of 2) sorted by relevance
202 struct log_control { struct210 static struct log_control log_control = { argument466 for (lindex = 0; lindex < log_control.log_nentries; lindex++) { in klog_com_err_proc()467 switch (log_control.log_entries[lindex].log_type) { in klog_com_err_proc()470 klog_rotate(&log_control.log_entries[lindex]); in klog_com_err_proc()476 if (fprintf(log_control.log_entries[lindex].lfu_filep, "%s\n", in klog_com_err_proc()480 log_control.log_entries[lindex].lfu_fname); in klog_com_err_proc()483 fflush(log_control.log_entries[lindex].lfu_filep); in klog_com_err_proc()491 if (DEVICE_PRINT(log_control.log_entries[lindex].ldu_filep, in klog_com_err_proc()495 log_control.log_entries[lindex].ldu_devname); in klog_com_err_proc()[all …]
202 struct log_control { struct210 static struct log_control log_control = { argument465 for (lindex = 0; lindex < log_control.log_nentries; lindex++) { in klog_com_err_proc()466 switch (log_control.log_entries[lindex].log_type) { in klog_com_err_proc()469 klog_rotate(&log_control.log_entries[lindex]); in klog_com_err_proc()475 if (fprintf(log_control.log_entries[lindex].lfu_filep, "%s\n", in klog_com_err_proc()479 log_control.log_entries[lindex].lfu_fname); in klog_com_err_proc()482 fflush(log_control.log_entries[lindex].lfu_filep); in klog_com_err_proc()490 if (DEVICE_PRINT(log_control.log_entries[lindex].ldu_filep, in klog_com_err_proc()494 log_control.log_entries[lindex].ldu_devname); in klog_com_err_proc()[all …]