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