Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare_impl.h75 int (*sa_change_notify)(sa_share_t); member
H A Dplugin.c609 if (ops->sa_change_notify != NULL) in sa_proto_change_notify()
610 ret = ops->sa_change_notify(share); in sa_proto_change_notify()