Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libreparse/common/
H A Drp_plugin.h56 int (*rpo_form)(const char *, const char *, char *, size_t *); member
H A Dfs_reparse_lib.c225 if ((ops != NULL) && (ops->rpo_form != NULL)) in reparse_add()
226 err = ops->rpo_form(svc_type, svc_data, buf, &bufsz); in reparse_add()