Home
last modified time | relevance | path

Searched refs:scf_scope_to_fmri (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libscf/common/
H A Dmapfile-vers191 scf_scope_to_fmri;
H A Dlowlevel.c5737 scf_scope_to_fmri(const scf_scope_t *scope, char *out, size_t sz) in scf_scope_to_fmri() function
5785 len = scf_scope_to_fmri(scope, out, sz); in scf_service_to_fmri()
5787 len = scf_scope_to_fmri(scope, tmp, 2); in scf_service_to_fmri()
/illumos-gate/usr/src/man/man3scf/
H A DMakefile119 scf_scope_to_fmri.3scf \
269 scf_scope_to_fmri.3scf := LINKSRC = scf_handle_decode_fmri.3scf
/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h581 ssize_t scf_scope_to_fmri(const scf_scope_t *, char *, size_t);
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3scf.inc162 link path=usr/share/man/man3scf/scf_scope_to_fmri.3scf \
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c11743 fmrilen = scf_scope_to_fmri(cur_scope, buf, bufsz); in lscf_get_selection_str()