Searched refs:plugin_next (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libreparse/common/
H A Drp_plugin.h61 struct rp_proto_plugin *plugin_next; member in struct:rp_proto_plugin
H A Dfs_reparse_lib.c275 for (p = rp_proto_list; p != NULL; p = p->plugin_next) {
280 rp_proto_list = p->plugin_next;
368 proto->plugin_next = rp_proto_list;
394 tmp != NULL; tmp = tmp->plugin_next) {
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare_impl.h169 struct sa_proto_plugin *plugin_next; member in struct:sa_proto_plugin
H A Dplugin.c152 proto->plugin_next = sap_proto_list;
171 tmp = tmp->plugin_next) {
219 for (p = sap_proto_list; p != NULL; p = p->plugin_next)
223 sap_proto_list = p->plugin_next;
H A Dlibshare.c1095 plug = plug->plugin_next) {
1103 plug = plug->plugin_next) {
H A Dscfutil.c227 plugin = plugin->plugin_next)

Completed in 64 milliseconds