Home
last modified time | relevance | path

Searched refs:log_entries (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dlogger.c203 struct log_entry *log_entries; member
595 if (log_control.log_entries) { in krb5_klog_init()
886 if (log_control.log_entries) in krb5_klog_init()
887 free(log_control.log_entries); in krb5_klog_init()
956 free(log_control.log_entries); in krb5_klog_close()
1305 log_control.log_entries = realloc(log_control.log_entries, in krb5_klog_add_stderr()
1332 log_control.log_entries = realloc(log_control.log_entries, in krb5_klog_add_stderr()
1334 if (log_control.log_entries == NULL) in krb5_klog_add_stderr()
1360 log_control.log_entries[i] = in krb5_klog_remove_stderr()
1364 log_control.log_entries = in krb5_klog_remove_stderr()
[all …]
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dlogger.c203 struct log_entry *log_entries; member
479 log_control.log_entries[lindex].lfu_fname); in klog_com_err_proc()
594 if (log_control.log_entries) { in krb5_klog_init()
828 log_control.log_entries[i].lfu_filep = in krb5_klog_init()
832 log_control.log_entries[i].lfu_fname = in krb5_klog_init()
840 log_control.log_entries[i].ldu_filep = in krb5_klog_init()
855 log_control.log_entries[i].ldu_filep = in krb5_klog_init()
888 if (log_control.log_entries) in krb5_klog_init()
889 free(log_control.log_entries); in krb5_klog_init()
890 log_control.log_entries = &def_log_entry; in krb5_klog_init()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c8159 uint64_t log_entries = write_sz >> SPA_MINBLOCKSHIFT; in l2arc_log_blk_overhead() local
8161 uint64_t log_blocks = (log_entries + in l2arc_log_blk_overhead()
9602 uint64_t log_entries = dev->l2ad_log_entries; in l2arc_log_blk_restore() local
9609 arc_adapt(log_entries * HDR_L2ONLY_SIZE, arc_l2c_only); in l2arc_log_blk_restore()
9611 for (int i = log_entries - 1; i >= 0; i--) { in l2arc_log_blk_restore()
9645 ARCSTAT_INCR(arcstat_l2_rebuild_bufs, log_entries); in l2arc_log_blk_restore()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c2692 dump_l2arc_log_entries(uint64_t log_entries, in dump_l2arc_log_entries() argument
2695 for (uint64_t j = 0; j < log_entries; j++) { in dump_l2arc_log_entries()