Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86xpv/os/
H A Dmp_xen.c800 #define REPORT_LEN 128 macro
805 char *report = kmem_alloc(REPORT_LEN, KM_SLEEP); in vcpu_config_report()
822 len = snprintf(report, REPORT_LEN, 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()
[all …]