Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare_impl.h78 uint64_t (*sa_features)(void); member
H A Dplugin.c655 if (ops->sa_features != NULL) in sa_proto_get_featureset()
656 ret = ops->sa_features(); in sa_proto_get_featureset()