Lines Matching refs:report
805 char *report = kmem_alloc(REPORT_LEN, KM_SLEEP); in vcpu_config_report() local
822 len = snprintf(report, REPORT_LEN, in vcpu_config_report()
826 cmn_err(CE_CONT, "!%s\n", report); in vcpu_config_report()
827 kmem_free(report, REPORT_LEN); in vcpu_config_report()
831 len += snprintf(report + len, REPORT_LEN - len, in vcpu_config_report()
835 len += snprintf(report + len, REPORT_LEN - len, in vcpu_config_report()
839 len += snprintf(report + len, REPORT_LEN - len, in vcpu_config_report()
846 len += snprintf(report + len, REPORT_LEN - len, in vcpu_config_report()
856 len += snprintf(report + len, REPORT_LEN - len, in vcpu_config_report()
860 len += snprintf(report + len, REPORT_LEN - len, in vcpu_config_report()
870 cmn_err(CE_CONT, "%s\n", report); in vcpu_config_report()
871 kmem_free(report, REPORT_LEN); in vcpu_config_report()