Searched refs:REPORT_LEN (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/i86xpv/os/ |
H A D | mp_xen.c | 830 #define REPORT_LEN 128 macro 835 char *report = kmem_alloc(REPORT_LEN, KM_SLEEP); in vcpu_config_report() 851 len = snprintf(report, REPORT_LEN, 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() [all …]
|