Searched defs:scf_parse_svc_fmri (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c5150 * Note: In the scf_parse_svc_fmri(), scf_parse_file_fmri() and
5157 scf_parse_svc_fmri(char *fmri, const char **scope, const char **service, function
5362 return (scf_parse_svc_fmri(fmri, scope, service, instance,
5376 return (scf_parse_svc_fmri(fmri, scope, service, instance,
5399 r = scf_parse_svc_fmri(local, &scope, &service, &instance, &pg,
5468 if (scf_parse_svc_fmri(local, &scope, &service, &instance,
6361 if (scf_parse_svc_fmri(fmri, &scope_name, &svc_name, &inst_name,

Completed in 97 milliseconds