Searched refs:rc_node_get_fmri_or_fragment (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/svc/configd/ |
H A D | rc_node.c | 1049 rc_node_get_fmri_or_fragment(rc_node_t *np, char *buf, size_t bufsize, in rc_node_get_fmri_or_fragment() function 1111 rc = rc_node_get_fmri_or_fragment(np->rn_parent, fmri, sz, &actual); in rc_node_build_fmri() 1149 if ((rc = rc_node_get_fmri_or_fragment(np, fmri, size, sz_out)) != in rc_get_fmri_and_concat() 4857 if ((rc = rc_node_get_fmri_or_fragment(np, audit_data.ed_fmri, in rc_node_delete() 5183 if ((rc = rc_node_get_fmri_or_fragment(np, audit_data.ed_fmri, in rc_attach_snapshot() 5195 if ((rc = rc_node_get_fmri_or_fragment(parentp, in rc_attach_snapshot() 5463 if ((rc = rc_node_get_fmri_or_fragment(np, fmri, sizeof (fmri), in rc_snapshot_take_new() 5538 rc = rc_node_get_fmri_or_fragment(np, old_fmri, sizeof (old_fmri), in rc_snapshot_attach() 5872 ret = rc_node_get_fmri_or_fragment(np, audit_data.ed_fmri, in rc_node_property_may_read() 7139 if ((rc = rc_node_get_fmri_or_fragment(np, pg_fmri, in rc_tx_commit()
|