Home
last modified time | relevance | path

Searched refs:pgstr (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c1255 const char *sstr, *istr, *pgstr; in fmri_to_entity() local
1263 if (scf_parse_svc_fmri(fmri_copy, NULL, &sstr, &istr, &pgstr, NULL) != in fmri_to_entity()
1271 if (sstr == NULL || pgstr != NULL) in fmri_to_entity()
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()