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
274 len = snprintf(ibtf_print_buf, IBTL_DRVNAME_LEN, "%s:\t", label);
276 msg_ptr = ibtf_print_buf + len;
280 ASSERT(len == strlen(ibtf_print_buf));
281 ibtf_print_buf[len++] = '\n';
282 ibtf_print_buf[len] = '\0';
298 bcopy((caddr_t)ibtf_print_buf,
300 bcopy((caddr_t)ibtf_print_buf + left,
304 bcopy((caddr_t)ibtf_print_buf, ibtf_buf_sptr, len);
325 cmn_err(CE_CONT, "^%s", ibtf_print_buf);
[all...]

Completed in 55 milliseconds