Lines Matching refs:show
26 ssize_t (*show) (void *data, int type, char *buf);
45 if (boot_kobj->show)
46 ret = boot_kobj->show(boot_kobj->data, boot_attr->type, str);
51 .show = iscsi_boot_show_attribute,
341 ssize_t (*show) (void *data, int type, char *buf),
359 boot_kobj->show = show;
394 * @show: attr show function
404 ssize_t (*show) (void *data, int type, char *buf),
409 "target%d", index, data, show, is_visible,
419 * @show: attr show function
429 ssize_t (*show) (void *data, int type, char *buf),
435 "initiator", index, data, show,
445 * @show: attr show function
455 ssize_t (*show) (void *data, int type, char *buf),
461 "ethernet%d", index, data, show,
471 * @show: attr show function
481 ssize_t (*show)(void *data, int type, char *buf),
487 "acpi_header", index, data, show,