Searched defs:hot_spare_interface (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_subr.c2456 static intptr_t (*hot_spare_interface)() = (intptr_t (*)())NULL; variable
2472 * RW lock on hot_spare_interface. We don't want it to change from
2473 * underneath us. If hot_spare_interface is NULL we're going to
2476 * a small hole during which hot_spare_interface could be modified
2482 if (hot_spare_interface == NULL) {
2486 if (hot_spare_interface != NULL) {
2487 err = ((*hot_spare_interface)
2494 hot_spare_interface = md_get_named_service(NODEV64, ANY_SERVICE,
2499 if (hot_spare_interface == NULL) {
2505 err = ((*hot_spare_interface)
[all...]

Completed in 50 milliseconds