Searched defs:sap_proto_list (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libshare/common/
H A Dplugin.c52 struct sa_proto_plugin *sap_proto_list; variable in typeref:struct:sa_proto_plugin
152 proto->plugin_next = sap_proto_list;
153 sap_proto_list = proto;
169 for (i = 0, tmp = sap_proto_list;
219 for (p = sap_proto_list; p != NULL; p = p->plugin_next)
222 while ((p = sap_proto_list) != NULL) {
223 sap_proto_list = p->plugin_next;

Completed in 44 milliseconds