Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c3474 bundle->sc_bundle_type == SVCCFG_MANIFEST) { in lxml_get_service()
3525 bundle->sc_bundle_type, op) != 0) in lxml_get_service()
3626 bundle->sc_bundle_type = lxml_xlate_bundle_type(type); in lxml_get_bundle()
3627 if (bundle->sc_bundle_type != bundle_type && in lxml_get_bundle()
3637 if (bundle->sc_bundle_type != SVCCFG_MANIFEST) { in lxml_get_bundle()
3643 if (bundle->sc_bundle_type != SVCCFG_PROFILE) { in lxml_get_bundle()
3649 if (bundle->sc_bundle_type != SVCCFG_ARCHIVE) { in lxml_get_bundle()
H A Dsvccfg.h161 bundle_type_t sc_bundle_type; member
H A Dsvccfg_internal.c234 (void) printf(" type = %x\n", b->sc_bundle_type); in internal_dump()
248 b->sc_bundle_type = SVCCFG_UNKNOWN_BUNDLE; in internal_bundle_new()
H A Dsvccfg_tmpl.c4008 if (bndl->sc_bundle_type != SVCCFG_MANIFEST) { in tmpl_validate_bundle()