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

/illumos-gate/usr/src/lib/libreparse/common/
H A Dfs_reparse_lib.c48 static rp_proto_plugin_t *rp_proto_list; variable
275 for (p = rp_proto_list; p != NULL; p = p->plugin_next) {
279 while ((p = rp_proto_list) != NULL) {
280 rp_proto_list = p->plugin_next;
368 proto->plugin_next = rp_proto_list;
369 rp_proto_list = proto;
393 for (tmp = rp_proto_list; rp_hdl->rp_num_proto < num_protos &&

Completed in 57 milliseconds