Lines Matching refs:show_value

97 show_value(int indent, const char *var, const char *fmt, ...)
117 show_value(4, "seqnr", "%lld", (long long)rh->rh_seqnr);
118 show_value(4, "revision", "%d.%d", BCD(rh->rh_major),
120 show_value(4, "severity", "%s", severity(rh->rh_error));
121 show_value(4, "length", "%lld", (long long)rh->rh_length);
122 show_value(4, "date", "%d%02d/%02d/%02d",
127 show_value(4, "time", "%02d:%02d:%02d",
132 show_value(4, "platform", "%s", uuid(&rh->rh_platform));
142 show_value(8, "info", "0x%016llx",
145 show_value(8, "requester", "0x%016llx",
148 show_value(8, "responder", "0x%016llx",
151 show_value(8, "target", "0x%016llx",
154 show_value(8, "ip", "0x%016llx",
173 show_value(6, "errmap", "0x%016llx",
176 show_value(6, "state", "0x%016llx",
179 show_value(6, "cr_lid", "0x%016llx",
202 show_value(6, var, "0x%016llx", (long long)cpuid->cpuid[i]);
219 show_value(6, "status", "0x%016llx",
222 show_value(6, "address", "0x%016llx",
225 show_value(6, "mask", "0x%016llx",
228 show_value(6, "node", "0x%04x", mem->mem_node);
230 show_value(6, "card", "0x%04x", mem->mem_card);
232 show_value(6, "module", "0x%04x", mem->mem_module);
234 show_value(6, "bank", "0x%04x", mem->mem_bank);
236 show_value(6, "device", "0x%04x", mem->mem_device);
238 show_value(6, "row", "0x%04x", mem->mem_row);
240 show_value(6, "column", "0x%04x", mem->mem_column);
242 show_value(6, "bit", "0x%04x", mem->mem_bitpos);
244 show_value(6, "requester", "0x%016llx",
247 show_value(6, "responder", "0x%016llx",
250 show_value(6, "target", "0x%016llx",
253 show_value(6, "status", "0x%016llx",
256 show_value(6, "oem", "%s", uuid(&mem->mem_oem_id));
274 show_value(6, "status", "0x%016llx",
277 show_value(6, "error", "0x%04x", pcibus->pcibus_error);
279 show_value(6, "bus", "0x%04x", pcibus->pcibus_bus);
281 show_value(6, "address", "0x%016llx",
284 show_value(6, "data", "0x%016llx",
287 show_value(6, "cmd", "0x%016llx",
290 show_value(6, "requester", "0x%016llx",
293 show_value(6, "responder", "0x%016llx",
296 show_value(6, "target", "0x%016llx",
299 show_value(6, "oem", "%s", uuid(&pcibus->pcibus_oem_id));
317 show_value(6, "status", "0x%016llx",
320 show_value(6, "vendor", "0x%04x",
322 show_value(6, "device", "0x%04x",
324 show_value(6, "class", "0x%06x",
326 show_value(6, "function", "0x%02x",
328 show_value(6, "slot", "0x%02x", pcidev->pcidev_info.info_slot);
329 show_value(6, "bus", "0x%04x", pcidev->pcidev_info.info_bus);
330 show_value(6, "segment", "0x%04x",
357 show_value(4, "uuid", "%s", uuid(&sh->sh_uuid));
358 show_value(4, "revision", "%d.%d", BCD(sh->sh_major),