Lines Matching refs:show
152 ssize_t (*show)(struct uv_bios_hub_info *hub_info, char *buf);
196 if (!entry->show)
199 return entry->show(bios_hub_info, buf);
203 .show = hub_type_show,
317 ssize_t (*show)(struct uv_bios_port_info *port_info, char *buf);
349 if (!entry->show)
352 return entry->show(port_info, buf);
356 .show = uv_port_type_show,
488 ssize_t (*show)(struct uv_pci_top_obj *top_obj, char *buf);
521 if (!entry->show)
524 return entry->show(top_obj, buf);
528 .show = pci_top_type_show,