Searched defs: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 in typeref:struct:sa_proto_handle
159 sa_proto_handle.sa_proto =
161 sa_proto_handle.sa_ops =
164 if (sa_proto_handle.sa_proto != NULL &&
165 sa_proto_handle.sa_ops != NULL) {
181 sa_proto_handle.sa_num_proto++;
182 sa_proto_handle.sa_ops[i] =
184 sa_proto_handle.sa_proto[i] =
229 if (sa_proto_handle
[all...]
H A Dlibshare_impl.h86 struct sa_proto_handle { struct

Completed in 68 milliseconds