• Home
  • Raw
  • Download

Lines Matching refs:statbuffer

35     char statbuffer[SUBMENULEN + 1];  in show_flag()  local
38 snprintf(statbuffer, sizeof statbuffer, "Flags: %s", buffer); in show_flag()
39 add_item(output_buffer, statbuffer, OPT_INACTIVE, NULL, 0); in show_flag()
55 char statbuffer[STATLEN + 1]; in compute_processor() local
72 snprintf(statbuffer, sizeof statbuffer, "Vendor: %s", hardware->cpu.vendor); in compute_processor()
73 add_item(buffer, statbuffer, OPT_INACTIVE, NULL, 0); in compute_processor()
77 snprintf(statbuffer, sizeof statbuffer, "Model: %s", hardware->cpu.model); in compute_processor()
78 add_item(buffer, statbuffer, OPT_INACTIVE, NULL, 0); in compute_processor()
82 snprintf(statbuffer, sizeof statbuffer, "Number of CPU cores: %d", in compute_processor()
84 add_item(buffer, statbuffer, OPT_INACTIVE, NULL, 0); in compute_processor()
89 snprintf(statbuffer, sizeof statbuffer, "Number of CPU Enabled : %d", in compute_processor()
91 add_item(buffer, statbuffer, OPT_INACTIVE, NULL, 0); in compute_processor()
97 snprintf(statbuffer, sizeof statbuffer, "Number of CPU Threads : %d", in compute_processor()
99 add_item(buffer, statbuffer, OPT_INACTIVE, NULL, 0); in compute_processor()
106 snprintf(statbuffer, sizeof statbuffer, in compute_processor()
110 add_item(buffer, statbuffer, OPT_INACTIVE, NULL, 0); in compute_processor()
115 snprintf(statbuffer, sizeof statbuffer, "L2 Cache Size: %dK", in compute_processor()
117 add_item(buffer, statbuffer, OPT_INACTIVE, NULL, 0); in compute_processor()
121 snprintf(statbuffer, sizeof statbuffer, "Family ID: %d", in compute_processor()
123 add_item(buffer, statbuffer, OPT_INACTIVE, NULL, 0); in compute_processor()
127 snprintf(statbuffer, sizeof statbuffer, "Model ID: %d", in compute_processor()
129 add_item(buffer, statbuffer, OPT_INACTIVE, NULL, 0); in compute_processor()
133 snprintf(statbuffer, sizeof statbuffer, "Stepping: %d", in compute_processor()
135 add_item(buffer, statbuffer, OPT_INACTIVE, NULL, 0); in compute_processor()
141 snprintf(statbuffer, sizeof statbuffer, in compute_processor()
144 add_item(buffer, statbuffer, OPT_INACTIVE, NULL, 0); in compute_processor()
149 snprintf(statbuffer, sizeof statbuffer, in compute_processor()
152 add_item(buffer, statbuffer, OPT_INACTIVE, NULL, 0); in compute_processor()
157 snprintf(statbuffer, sizeof statbuffer, "Max Speed (MHz): %d", in compute_processor()
159 add_item(buffer, statbuffer, OPT_INACTIVE, NULL, 0); in compute_processor()
164 snprintf(statbuffer, sizeof statbuffer, "Upgrade: %s", in compute_processor()
166 add_item(buffer, statbuffer, OPT_INACTIVE, NULL, 0); in compute_processor()
173 snprintf(statbuffer, sizeof statbuffer, "Voltage (V) : %d.%02d", in compute_processor()
177 add_item(buffer, statbuffer, OPT_INACTIVE, NULL, 0); in compute_processor()
183 snprintf(statbuffer, sizeof statbuffer, "SMP: Yes"); in compute_processor()
186 snprintf(statbuffer, sizeof statbuffer, "SMP: No"); in compute_processor()
188 add_item(buffer, statbuffer, OPT_INACTIVE, NULL, 0); in compute_processor()
193 snprintf(statbuffer, sizeof statbuffer, in compute_processor()
197 snprintf(statbuffer, sizeof statbuffer, in compute_processor()
200 add_item(buffer, statbuffer, OPT_INACTIVE, NULL, 0); in compute_processor()
205 snprintf(statbuffer, sizeof statbuffer, in compute_processor()
209 snprintf(statbuffer, sizeof statbuffer, in compute_processor()
212 add_item(buffer, statbuffer, OPT_INACTIVE, NULL, 0); in compute_processor()