Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libshare/common/
H A Dplugin.c54 static struct sa_proto_handle sa_proto_handle; variable
159 sa_proto_handle.sa_proto = in proto_plugin_init()
161 sa_proto_handle.sa_ops = in proto_plugin_init()
181 sa_proto_handle.sa_num_proto++; in proto_plugin_init()
182 sa_proto_handle.sa_ops[i] = in proto_plugin_init()
184 sa_proto_handle.sa_proto[i] = in proto_plugin_init()
230 free(sa_proto_handle.sa_ops); in proto_plugin_fini()
231 sa_proto_handle.sa_ops = NULL; in proto_plugin_fini()
234 free(sa_proto_handle.sa_proto); in proto_plugin_fini()
235 sa_proto_handle.sa_proto = NULL; in proto_plugin_fini()
[all …]
H A Dlibshare_impl.h87 struct sa_proto_handle { struct