Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/lvm/notify/
H A Dmd_notify.c284 notify_interface(md_event_cmds_t cmd, md_tags_t tag, set_t set, md_dev64_t dev, in notify_interface() function
613 {notify_interface, "notify interface"},
/titanic_41/usr/src/uts/common/io/lvm/md/
H A Dmd_subr.c2520 static intptr_t (*notify_interface)() = (intptr_t (*)())NULL; variable
2536 if (notify_interface == NULL) { in md_notify_interface()
2540 if (notify_interface != NULL) { in md_notify_interface()
2541 err = ((*notify_interface) in md_notify_interface()
2547 notify_interface = md_get_named_service(NODEV64, ANY_SERVICE, in md_notify_interface()
2551 if (notify_interface == NULL) { in md_notify_interface()
2556 err = ((*notify_interface)(cmd, tag, set, dev, event)); in md_notify_interface()
2828 notify_interface = NULL; in md_clear_named_service()