Searched defs:log_control (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/krb5/kadm5/
H A Dlogger.c162 struct log_control {
170 static struct log_control log_control = {
431 for (lindex = 0; lindex < log_control.log_nentries; lindex++) {
432 switch (log_control.log_entries[lindex].log_type) {
435 klog_rotate(&log_control.log_entries[lindex]);
440 if (fprintf(log_control.log_entries[lindex].lfu_filep, "%s\n",
444 log_control.log_entries[lindex].lfu_fname);
447 fflush(log_control.log_entries[lindex].lfu_filep);
455 if (DEVICE_PRINT(log_control
161 struct log_control { struct
169 static struct log_control log_control = { variable in typeref:struct:log_control
[all...]

Completed in 19 milliseconds