Searched refs:ibtf_debug_buf (Results 1 – 1 of 1) sorted by relevance
69 char *ibtf_debug_buf = NULL; /* The Debug Buf */ variable187 ibtf_debug_buf = (char *)kmem_alloc(ibtf_debug_buf_size, KM_SLEEP); in ibtl_logging_initialization()206 if (ibtf_debug_buf) { in ibtl_logging_destroy()207 kmem_free(ibtf_debug_buf, ibtf_debug_buf_size); in ibtl_logging_destroy()208 ibtf_debug_buf = NULL; in ibtl_logging_destroy()226 if (ibtf_debug_buf) { in ibtf_clear_print_buf()227 ibtf_buf_sptr = ibtf_debug_buf; in ibtf_clear_print_buf()228 ibtf_buf_eptr = ibtf_debug_buf + ibtf_debug_buf_size - in ibtf_clear_print_buf()231 bzero(ibtf_debug_buf, ibtf_debug_buf_size); in ibtf_clear_print_buf()246 if (ibtf_suppress_dprintf || (ibtf_debug_buf == NULL)) { in ibtf_vlog()[all …]