Searched refs:ready_to_online (Results 1 – 3 of 3) sorted by relevance
306 int (*ready_to_online) (struct dasd_device *); member
400 if (device->discipline->ready_to_online) { in dasd_state_ready_to_online()401 rc = device->discipline->ready_to_online(device); in dasd_state_ready_to_online()
4279 .ready_to_online = dasd_eckd_ready_to_online,