Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/common/
H A Dmapfile-vers184 scf_scope_add_service;
H A Dlowlevel.c2755 scf_scope_add_service(const scf_scope_t *scope, const char *name, in scf_scope_add_service() function
/illumos-gate/usr/src/man/man3scf/
H A DMakefile114 scf_scope_add_service.3scf \
338 scf_scope_add_service.3scf := LINKSRC = scf_service_create.3scf
/illumos-gate/usr/src/cmd/svc/common/
H A Dmanifest_hash.c285 if (scf_scope_add_service(scope, MHASH_SVC, svc) == in mhash_store_entry()
/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h591 int scf_scope_add_service(const scf_scope_t *, const char *, scf_service_t *);
/illumos-gate/usr/src/cmd/svc/lsvcrun/
H A Dlsvcrun.c478 if (scf_scope_add_service(scope, SCF_LEGACY_SERVICE, svc) != in get_script_pg()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3scf.inc151 link path=usr/share/man/man3scf/scf_scope_add_service.3scf \
/illumos-gate/usr/src/cmd/svc/startd/
H A Dlibscf.c3639 if (scf_scope_add_service(scope, startd_svc, svc) != 0) { in libscf_create_self()
/illumos-gate/usr/src/cmd/init/
H A Dinit.c3107 if (scf_scope_add_service(scope, "system/svc/restarter", svc) != in get_or_add_startd()
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c1412 if (scf_scope_add_service(scope, sstr, svc) != 0) { in create_entity()
7114 if (scf_scope_add_service(imp_scope, imp_tsname, imp_tsvc) != 0) { in lscf_service_import()
7224 if (scf_scope_add_service(scope, s->sc_name, imp_svc) != 0) { in lscf_service_import()
11916 if (scf_scope_add_service(cur_scope, name, NULL) != in lscf_add()