Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c3414 const char *finst; in validate_service_name() local
3419 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()