Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_util.c67 int ibtf_debug_buf_size = IBTF_DEBUG_BUF_SIZE; /* Sz of Debug buf */ variable
72 _NOTE(SCHEME_PROTECTS_DATA("inconsistency OK", ibtf_debug_buf_size))
178 if (ibtf_debug_buf_size <= IBTF_DEBUG_SIZE_EXTRA_ALLOC) { in ibtl_logging_initialization()
179 ibtf_debug_buf_size = IBTF_MIN_DEBUG_BUF_SIZE; in ibtl_logging_initialization()
184 ibtf_debug_buf_size = max(IBTF_MIN_DEBUG_BUF_SIZE, in ibtl_logging_initialization()
185 ibtf_debug_buf_size); in ibtl_logging_initialization()
193 "%x, adjusted to %x", ibtf_debug_buf_size, in ibtl_logging_initialization()
207 kmem_free(ibtf_debug_buf, ibtf_debug_buf_size); in ibtl_logging_destroy()
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()
[all …]