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

/illumos-gate/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, function
613 {notify_interface, "notify interface"},
/illumos-gate/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) {
2540 if (notify_interface != NULL) {
2541 err = ((*notify_interface)
2547 notify_interface = md_get_named_service(NODEV64, ANY_SERVICE,
2551 if (notify_interface == NULL) {
2556 err = ((*notify_interface)(cmd, tag, set, dev, event));
2828 notify_interface = NULL;

Completed in 91 milliseconds