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

/opensolaris-onvv-gate/usr/src/lib/krb5/kadm5/srv/
H A Dlogger.c203 struct log_control {
211 static struct log_control log_control = {
468 for (lindex = 0; lindex < log_control.log_nentries; lindex++) {
469 switch (log_control.log_entries[lindex].log_type) {
472 klog_rotate(&log_control.log_entries[lindex]);
478 if (fprintf(log_control.log_entries[lindex].lfu_filep, "%s\n",
482 log_control.log_entries[lindex].lfu_fname);
485 fflush(log_control.log_entries[lindex].lfu_filep);
493 if (DEVICE_PRINT(log_control
202 struct log_control { struct
210 static struct log_control log_control = { variable in typeref:struct:log_control
[all...]
/opensolaris-onvv-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dlogger.c203 struct log_control {
211 static struct log_control log_control = {
467 for (lindex = 0; lindex < log_control.log_nentries; lindex++) {
468 switch (log_control.log_entries[lindex].log_type) {
471 klog_rotate(&log_control.log_entries[lindex]);
477 if (fprintf(log_control.log_entries[lindex].lfu_filep, "%s\n",
481 log_control.log_entries[lindex].lfu_fname);
484 fflush(log_control.log_entries[lindex].lfu_filep);
492 if (DEVICE_PRINT(log_control
202 struct log_control { struct
210 static struct log_control log_control = { variable in typeref:struct:log_control
[all...]

Completed in 95 milliseconds