Searched refs:model_capacity (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dsysinfo.h29 char model_capacity[16]; member in struct:sysinfo_1_1_1
/linux-master/arch/s390/kernel/
H A Dearly.c145 EBCASC(mach->model_capacity, sizeof(mach->model_capacity));
148 mach->model, mach->model_capacity);
H A Dsysinfo.c95 EBCASC(info->model_capacity, sizeof(info->model_capacity));
106 * to model_capacity and a new model field has been added
108 * the "Model:" prints "model_capacity model" or just
109 * "model_capacity" if the model string is empty .
111 seq_printf(m, "Model: %-16.16s", info->model_capacity);
118 info->model_capacity, info->model_cap_rating);

Completed in 174 milliseconds