Home
last modified time | relevance | path

Searched refs:log_control (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/krb5/kadm5/srv/
H A Dlogger.c202 struct log_control { struct
210 static struct log_control log_control = { argument
466 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 …]
/titanic_41/usr/src/lib/krb5/kadm5/clnt/
H A Dlogger.c202 struct log_control { struct
210 static struct log_control log_control = { argument
465 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 …]