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

/illumos-gate/usr/src/lib/libreparse/common/
H A Drp_plugin.h66 typedef struct rp_proto_handle { struct
H A Dfs_reparse_lib.c47 static rp_proto_handle_t rp_proto_handle; variable
286 if (rp_proto_handle.rp_ops != NULL) {
287 free(rp_proto_handle.rp_ops);
288 rp_proto_handle.rp_ops = NULL;
290 rp_proto_handle.rp_num_proto = 0;
384 rp_proto_handle.rp_ops = (rp_plugin_ops_t **)calloc(num_protos,
386 if (!rp_proto_handle.rp_ops) {
391 rp_hdl = &rp_proto_handle;
430 for (i = 0; i < rp_proto_handle.rp_num_proto; i++) {
431 ops = rp_proto_handle
[all...]

Completed in 44 milliseconds