Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libshare/common/
H A Dplugin.c161 sa_proto_handle.sa_ops = in proto_plugin_init()
165 sa_proto_handle.sa_ops != NULL) { in proto_plugin_init()
182 sa_proto_handle.sa_ops[i] = in proto_plugin_init()
229 if (sa_proto_handle.sa_ops != NULL) { in proto_plugin_fini()
230 free(sa_proto_handle.sa_ops); in proto_plugin_fini()
231 sa_proto_handle.sa_ops = NULL; in proto_plugin_fini()
258 ops = sa_proto_handle.sa_ops[i]; in find_protocol()
H A Dlibshare_impl.h90 struct sa_plugin_ops **sa_ops; member