Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/startd/
H A Denv.c244 sz = sizeof ("SMF_RESTARTER=") + strlen(SCF_SERVICE_STARTD); in set_smf_env()
247 (void) strlcat(*np, SCF_SERVICE_STARTD, sz); in set_smf_env()
H A Dstartd.c487 SCF_SERVICE_STARTD); in read_startd_config()
489 "%s/:properties/system/reconfigure", SCF_SERVICE_STARTD); in read_startd_config()
537 idata.i_fmri = SCF_SERVICE_STARTD; in read_startd_config()
581 if (scf_handle_decode_fmri(hndl, SCF_SERVICE_STARTD, NULL, NULL, inst, in read_startd_config()
H A Dlibscf.c3607 assert(strcmp(SCF_SERVICE_STARTD, in libscf_create_self()
3654 SCF_SERVICE_STARTD, in libscf_create_self()
3700 uu_die("Could not create %s: %s\n", SCF_SERVICE_STARTD, in libscf_create_self()
3707 SCF_SERVICE_STARTD); in libscf_create_self()
3721 idata.i_fmri = SCF_SERVICE_STARTD; in libscf_create_self()
3870 if (scf_handle_decode_fmri(h, SCF_SERVICE_STARTD, NULL, NULL, in libscf_set_reconfig()
H A Dprotocol.c336 if (strcmp(fmri, SCF_SERVICE_STARTD) == 0) { in restarter_protocol_init_delegate()
H A Dgraph.c2052 strcmp(restarter_fmri, SCF_SERVICE_STARTD) == 0) { in graph_change_restarter()
3937 if (scf_handle_decode_fmri(h, SCF_SERVICE_STARTD, NULL, NULL, inst, in single_user_thread()
4090 if (strcmp(inst_fmri, SCF_SERVICE_STARTD) == 0) in dgraph_add_instance()
5839 if (scf_handle_decode_fmri(h, SCF_SERVICE_STARTD, NULL, NULL, inst, in set_initial_milestone()
6065 if (scf_handle_decode_fmri(h, SCF_SERVICE_STARTD, NULL, NULL, in set_restart_milestone()
6546 if (strcmp(fmri, SCF_SERVICE_STARTD) != 0) { in process_pg_event()
6568 r = libscf_lookup_instance(SCF_SERVICE_STARTD, inst); in process_pg_event()
6647 r = libscf_lookup_instance(SCF_SERVICE_STARTD, inst); in process_pg_event()
6679 SCF_PROPERTY_MILESTONE, SCF_SERVICE_STARTD); in process_pg_event()
/illumos-gate/usr/src/cmd/svc/svcadm/
H A Dsvcadm.c2108 set_astring_prop(SCF_SERVICE_STARTD, SCF_PG_OPTIONS_OVR, in set_milestone()
2118 if (get_inst(SCF_SERVICE_STARTD, inst) != 0) { in set_milestone()
2127 set_astring_prop(SCF_SERVICE_STARTD, SCF_PG_OPTIONS, in set_milestone()
2131 if (delete_prop(SCF_SERVICE_STARTD, inst, SCF_PG_OPTIONS_OVR, in set_milestone()
H A Dsynch.c480 (void) strlcpy(value, SCF_SERVICE_STARTD, value_sz); in has_potential()
/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h254 #define SCF_SERVICE_STARTD "svc:/system/svc/restarter:default" macro
/illumos-gate/usr/src/cmd/svc/lsvcrun/
H A Dlsvcrun.c820 strcmp(restarter, SCF_SERVICE_STARTD) != 0) in main()
/illumos-gate/usr/src/cmd/init/
H A Dinit.c3037 if (scf_handle_decode_fmri(h, SCF_SERVICE_STARTD, NULL, NULL, inst, in get_or_add_startd()
3056 assert(strcmp(SCF_SERVICE_STARTD, in get_or_add_startd()
4367 SCF_SERVICE_STARTD)) != 0) in startd_run()
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dexplain.c534 instp->restarter = SCF_SERVICE_STARTD; in add_instance()
1376 if (scf_handle_decode_fmri(h, SCF_SERVICE_STARTD, NULL, NULL, g_inst, in check_msgbase()
H A Dsvcs.c2555 SCF_SERVICE_STARTD); in print_detailed()
3018 (void) strcpy(restarter_fmri, SCF_SERVICE_STARTD); in list_instance()
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c1908 restarter = SCF_SERVICE_STARTD; in load_general_templates()
/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c1060 restarter = strdup(SCF_SERVICE_STARTD); in _get_restarter_inst()