Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_util.c69 char *ibtf_debug_buf = NULL; /* The Debug Buf */ variable
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()
301 (caddr_t)ibtf_debug_buf, len - left); in ibtf_vlog()
[all …]