Searched refs:scf_parse_file_fmri (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libscf/inc/ |
H A D | libscf_priv.h | 214 int scf_parse_file_fmri(char *fmri, const char **scope, const char **path);
|
/illumos-gate/usr/src/cmd/svc/svcadm/ |
H A D | synch.c | 225 if (scf_parse_file_fmri(fmri, NULL, &path) != 0)
|
/illumos-gate/usr/src/cmd/svc/svcs/ |
H A D | svcs.c | 2085 if (scf_parse_file_fmri(lfmri, NULL, &path) == SCF_SUCCESS) { 2101 * scf_parse_file_fmri() may have overwritten part of the string, so
|
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | lowlevel.c | 5150 * Note: In the scf_parse_svc_fmri(), scf_parse_file_fmri() and 5293 scf_parse_file_fmri(char *fmri, const char **scope, const char **path) function 5368 return (scf_parse_file_fmri(fmri, scope, NULL));
|
Completed in 66 milliseconds