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

/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c221 * rc_node_get_fmri_or_fragment() is called to retrieve a node's FMRI
225 * rc_node_get_fmri_or_fragment() constructs an FMRI fragment based on
1059 rc_node_get_fmri_or_fragment(rc_node_t *np, char *buf, size_t bufsize, function
1121 rc = rc_node_get_fmri_or_fragment(np->rn_parent, fmri, sz, &actual);
1159 if ((rc = rc_node_get_fmri_or_fragment(np, fmri, size, sz_out)) !=
4863 if ((rc = rc_node_get_fmri_or_fragment(np, audit_data.ed_fmri,
5189 if ((rc = rc_node_get_fmri_or_fragment(np, audit_data.ed_fmri,
5201 if ((rc = rc_node_get_fmri_or_fragment(parentp,
5469 if ((rc = rc_node_get_fmri_or_fragment(np, fmri, sizeof (fmri),
5544 rc = rc_node_get_fmri_or_fragment(n
[all...]

Completed in 72 milliseconds