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