Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg.h160 xmlChar *sc_bundle_name; member
H A Dsvccfg_internal.c233 (void) printf("bundle name = %s\n", b->sc_bundle_name); in internal_dump()
640 "bundle %s.\n"), svc->sc_name, bndl->sc_bundle_name); in internal_attach_service()
H A Dsvccfg_xml.c3656 if (((bundle->sc_bundle_name = xmlGetProp(subbundle, in lxml_get_bundle()
3657 (xmlChar *)name_attr)) == NULL) || (*bundle->sc_bundle_name == 0)) { in lxml_get_bundle()
H A Dsvccfg_tmpl.c4033 bndl->sc_bundle_name, svc->sc_name); in tmpl_validate_bundle()