Lines Matching refs:report
835 char *report = kmem_alloc(REPORT_LEN, KM_SLEEP); in vcpu_config_report() local
851 len = snprintf(report, REPORT_LEN, in vcpu_config_report()
855 cmn_err(CE_CONT, "!%s\n", report); in vcpu_config_report()
856 kmem_free(report, REPORT_LEN); in vcpu_config_report()
860 len += snprintf(report + len, REPORT_LEN - len, in vcpu_config_report()
864 len += snprintf(report + len, REPORT_LEN - len, in vcpu_config_report()
868 len += snprintf(report + len, REPORT_LEN - len, in vcpu_config_report()
875 len += snprintf(report + len, REPORT_LEN - len, in vcpu_config_report()
885 len += snprintf(report + len, REPORT_LEN - len, in vcpu_config_report()
889 len += snprintf(report + len, REPORT_LEN - len, in vcpu_config_report()
899 cmn_err(CE_CONT, "%s\n", report); in vcpu_config_report()
900 kmem_free(report, REPORT_LEN); in vcpu_config_report()