Searched refs:scf_scope_to_fmri (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/man/man3scf/
H A DMakefile118 scf_scope_to_fmri.3scf \
267 scf_scope_to_fmri.3scf := LINKSRC = scf_handle_decode_fmri.3scf
/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h558 ssize_t scf_scope_to_fmri(const scf_scope_t *, char *, size_t);
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c5677 scf_scope_to_fmri(const scf_scope_t *scope, char *out, size_t sz) function
5725 len = scf_scope_to_fmri(scope, out, sz);
5727 len = scf_scope_to_fmri(scope, tmp, 2);
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c11719 fmrilen = scf_scope_to_fmri(cur_scope, buf, bufsz);

Completed in 89 milliseconds