Searched refs:online_to_ready (Results 1 – 3 of 3) sorted by relevance
308 int (*online_to_ready) (struct dasd_device *); member
450 if (device->discipline->online_to_ready) { in dasd_state_online_to_ready()451 rc = device->discipline->online_to_ready(device); in dasd_state_online_to_ready()
6677 .online_to_ready = dasd_eckd_online_to_ready,