Searched refs:ibtf_print_buf (Results 1 – 1 of 1) sorted by relevance
45 static char ibtf_print_buf[IBTL_PRINT_BUF_LEN]; variable274 len = snprintf(ibtf_print_buf, IBTL_DRVNAME_LEN, "%s:\t", label); in ibtf_vlog()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()304 bcopy((caddr_t)ibtf_print_buf, ibtf_buf_sptr, len); in ibtf_vlog()325 cmn_err(CE_CONT, "^%s", ibtf_print_buf); in ibtf_vlog()[all …]