Searched refs:hosts_print (Results 1 – 3 of 3) sorted by relevance
365 int (*hosts_print)(struct dasd_device *, struct seq_file *); member
1188 if (device->discipline->hosts_print) in dasd_hosts_show()1189 rc = device->discipline->hosts_print(device, m); in dasd_hosts_show()
5788 .hosts_print = dasd_hosts_print,