Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_util.c45 static char ibtf_print_buf[IBTL_PRINT_BUF_LEN]; variable
276 msg_ptr = ibtf_print_buf + len; in ibtf_vlog()
280 ASSERT(len == strlen(ibtf_print_buf)); in ibtf_vlog()
281 ibtf_print_buf[len++] = '\n'; in ibtf_vlog()
282 ibtf_print_buf[len] = '\0'; in ibtf_vlog()
298 bcopy((caddr_t)ibtf_print_buf, in ibtf_vlog()
300 bcopy((caddr_t)ibtf_print_buf + left, in ibtf_vlog()
330 cmn_err(CE_CONT, "%s", ibtf_print_buf); in ibtf_vlog()
339 if (ibtf_print_buf[len - 1] == '\n') { in ibtf_vlog()
340 ibtf_print_buf[len - 1] = '\0'; in ibtf_vlog()
[all …]