Searched refs:scstr (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 1344 const char *scstr, *sstr, *istr, *pgstr; in create_entity() local 1352 if (scf_parse_svc_fmri(fmri_copy, &scstr, &sstr, &istr, &pgstr, NULL) != in create_entity() 1358 if (scstr == NULL || sstr == NULL || pgstr != NULL) { in create_entity() 1373 if (scf_handle_get_scope(h, scstr, scope) != 0) { in create_entity()
|