Home
last modified time | relevance | path

Searched refs:rp_proto_handle (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libreparse/common/
H A Dfs_reparse_lib.c51 static rp_proto_handle_t rp_proto_handle; variable
290 if (rp_proto_handle.rp_ops != NULL) { in proto_plugin_fini()
291 free(rp_proto_handle.rp_ops); in proto_plugin_fini()
292 rp_proto_handle.rp_ops = NULL; in proto_plugin_fini()
294 rp_proto_handle.rp_num_proto = 0; in proto_plugin_fini()
388 rp_proto_handle.rp_ops = (rp_plugin_ops_t **)calloc(num_protos, in rp_plugin_init()
390 if (!rp_proto_handle.rp_ops) { in rp_plugin_init()
395 rp_hdl = &rp_proto_handle; in rp_plugin_init()
434 for (i = 0; i < rp_proto_handle.rp_num_proto; i++) { in rp_find_protocol()
435 ops = rp_proto_handle.rp_ops[i]; in rp_find_protocol()
H A Drp_plugin.h66 typedef struct rp_proto_handle { struct