Home
last modified time | relevance | path

Searched refs:hosts_print (Results 1 – 3 of 3) sorted by relevance

/drivers/s390/block/
Ddasd_int.h396 int (*hosts_print)(struct dasd_device *, struct seq_file *); member
Ddasd.c1184 if (device->discipline->hosts_print) in dasd_hosts_show()
1185 rc = device->discipline->hosts_print(device, m); in dasd_hosts_show()
Ddasd_eckd.c5787 .hosts_print = dasd_hosts_print,