Searched refs:rp_plugin_ops_t (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libreparse/common/
H A Drp_plugin.h57 } rp_plugin_ops_t; typedef in typeref:struct:rp_plugin_ops
61 rp_plugin_ops_t *plugin_ops;
67 rp_plugin_ops_t **rp_ops;
H A Dfs_reparse_lib.c53 static rp_plugin_ops_t *rp_find_protocol(const char *svctype);
156 rp_plugin_ops_t *ops;
220 rp_plugin_ops_t *ops;
320 rp_plugin_ops_t *plugin_ops;
356 plugin_ops = (rp_plugin_ops_t *)
395 rp_proto_handle.rp_ops = (rp_plugin_ops_t **)calloc(num_protos,
396 sizeof (rp_plugin_ops_t *));
428 static rp_plugin_ops_t *
432 rp_plugin_ops_t *ops = NULL;

Completed in 16 milliseconds