Searched refs:scf_scope_to_fmri (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | mapfile-vers | 191 scf_scope_to_fmri;
|
H A D | lowlevel.c | 5737 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 D | Makefile | 119 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 D | libscf.h | 581 ssize_t scf_scope_to_fmri(const scf_scope_t *, char *, size_t);
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3scf.inc | 162 link path=usr/share/man/man3scf/scf_scope_to_fmri.3scf \
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 11743 fmrilen = scf_scope_to_fmri(cur_scope, buf, bufsz); in lscf_get_selection_str()
|