Home
last modified time | relevance | path

Searched refs:get_dev (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/lvm/mirror/
H A Dmirror_ioctl.c499 void (*get_dev)(); in mirror_getcomp_by_dev() local
521 get_dev = in mirror_getcomp_by_dev()
531 (void) (*get_dev)(sm->sm_dev, sm, ci, &cd); in mirror_getcomp_by_dev()
556 (void) (*get_dev)(sm->sm_dev, sm, ci, &cd); in mirror_getcomp_by_dev()
613 void (*get_dev)(); in comp_replace() local
657 get_dev = (void (*)())md_get_named_service(sm->sm_dev, 0, in comp_replace()
659 (void) (*get_dev)(sm->sm_dev, sm, ci, &cd); in comp_replace()
2111 void (*get_dev)(); in mirror_set_state() local
2114 get_dev = (void (*)())md_get_named_service(sm->sm_dev, 0, in mirror_set_state()
2116 (void) (*get_dev)(sm->sm_dev, sm, p->comp, &cd); in mirror_set_state()
H A Dmirror.c831 void (*get_dev)(); in mirror_openfail_console_info() local
836 get_dev = (void (*)())md_get_named_service(tmpdev, 0, "get device", 0); in mirror_openfail_console_info()
837 if (get_dev != NULL) { in mirror_openfail_console_info()
838 (void) (*get_dev)(tmpdev, smi, ci, &cd); in mirror_openfail_console_info()
964 void (*get_dev)(); in mirror_check_failfast() local
972 get_dev = (void (*)())md_get_named_service(sm->sm_dev, 0, in mirror_check_failfast()
987 (void) (*get_dev)(sm->sm_dev, sm, ci, &cd); in mirror_check_failfast()
2422 void (*get_dev)(); in set_sm_comp_state() local
2460 get_dev = (void (*)())md_get_named_service(sm->sm_dev, 0, in set_sm_comp_state()
2462 (void) (*get_dev)(sm->sm_dev, sm, ci, &cd); in set_sm_comp_state()
[all …]