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