Home
last modified time | relevance | path

Searched refs:sap_proto_list (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libshare/common/
H A Dplugin.c52 struct sa_proto_plugin *sap_proto_list; variable
152 proto->plugin_next = sap_proto_list; in proto_plugin_init()
153 sap_proto_list = proto; in proto_plugin_init()
169 for (i = 0, tmp = sap_proto_list; in proto_plugin_init()
219 for (p = sap_proto_list; p != NULL; p = p->plugin_next) in proto_plugin_fini()
222 while ((p = sap_proto_list) != NULL) { in proto_plugin_fini()
223 sap_proto_list = p->plugin_next; in proto_plugin_fini()
H A Dscfutil.c47 extern struct sa_proto_plugin *sap_proto_list;
230 for (plugin = sap_proto_list; plugin != NULL; in valid_protocol()
H A Dlibshare.c67 extern struct sa_proto_plugin *sap_proto_list;
1186 for (numproto = 0, plug = sap_proto_list; plug != NULL; in sa_get_protocols()
1194 for (plug = sap_proto_list; plug != NULL; in sa_get_protocols()