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))
227 ibtf_buf_sptr = ibtf_debug_buf;
293 *ibtf_buf_sptr = '\0';
295 if (ibtf_buf_sptr + len > ibtf_buf_eptr) {
296 size_t left = ibtf_buf_eptr - ibtf_buf_sptr;
299 (caddr_t)ibtf_buf_sptr, left);
302 ibtf_buf_sptr = ibtf_debug_buf + len - left;
304 bcopy((caddr_t)ibtf_print_buf, ibtf_buf_sptr, len);
305 ibtf_buf_sptr
[all...]

Completed in 43 milliseconds