Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare_impl.h87 struct sa_proto_handle { struct
88 int sa_num_proto;
89 char **sa_proto;
90 struct sa_plugin_ops **sa_ops;
H A Dplugin.c54 static struct sa_proto_handle sa_proto_handle; variable