Searched refs:scf_property_to_fmri (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/man/man3scf/ |
H A D | Makefile | 111 scf_property_to_fmri.3scf \ 266 scf_property_to_fmri.3scf := LINKSRC = scf_handle_decode_fmri.3scf
|
/illumos-gate/usr/src/lib/libscf/inc/ |
H A D | libscf.h | 640 ssize_t scf_property_to_fmri(const scf_property_t *, char *, size_t);
|
/illumos-gate/usr/src/cmd/svc/svcprop/ |
H A D | svcprop.c | 242 if (scf_property_to_fmri(prop, buf, buf_sz) == -1)
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 1162 len = scf_property_to_fmri(prop, NULL, 0); 1168 if (scf_property_to_fmri(prop, fmri, len + 1) < 0) 1203 len = scf_property_to_fmri(prop, NULL, 0); 1209 if (scf_property_to_fmri(prop, fmri, len + 1) < 0) 10088 if (scf_property_to_fmri(exp_prop, fmri, 10102 if (scf_property_to_fmri(exp_prop, fmri, 10116 if (scf_property_to_fmri(exp_prop, fmri, 12232 if (scf_property_to_fmri(prop, fmri,
|
/illumos-gate/usr/src/cmd/svc/svcs/ |
H A D | svcs.c | 448 if (scf_property_to_fmri(g_prop, buf, buf_sz) == -1)
|
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | lowlevel.c | 5895 scf_property_to_fmri(const scf_property_t *prop, char *out, size_t sz) function
|
Completed in 143 milliseconds