Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_util.c70 char *ibtf_buf_sptr, *ibtf_buf_eptr; /* debug buffer temp pointer */ variable
77 _NOTE(MUTEX_PROTECTS_DATA(ibtf_print_mutex, ibtf_buf_sptr ibtf_buf_eptr)) in _NOTE()
227 ibtf_buf_sptr = ibtf_debug_buf; in ibtf_clear_print_buf()
293 *ibtf_buf_sptr = '\0'; in ibtf_vlog()
295 if (ibtf_buf_sptr + len > ibtf_buf_eptr) { in ibtf_vlog()
296 size_t left = ibtf_buf_eptr - ibtf_buf_sptr; in ibtf_vlog()
299 (caddr_t)ibtf_buf_sptr, left); in ibtf_vlog()
302 ibtf_buf_sptr = ibtf_debug_buf + len - left; in ibtf_vlog()
304 bcopy((caddr_t)ibtf_print_buf, ibtf_buf_sptr, len); in ibtf_vlog()
305 ibtf_buf_sptr += len; in ibtf_vlog()
[all …]