Searched refs:finst (Results 1 – 1 of 1) sorted by relevance
3414 const char *finst; in validate_service_name() local3419 if (scf_parse_fmri(fmri, &ftype, NULL, NULL, &finst, NULL, NULL) != 0 || in validate_service_name()3420 finst != NULL || ftype != SCF_FMRI_TYPE_SVC) { in validate_service_name()