Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svc/startd/
H A Denv.c298 sz = sizeof ("SMF_RESTARTER=") + strlen(SCF_SERVICE_STARTD); in set_smf_env()
301 (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.c3599 assert(strcmp(SCF_SERVICE_STARTD, in libscf_create_self()
3646 SCF_SERVICE_STARTD, in libscf_create_self()
3692 uu_die("Could not create %s: %s\n", SCF_SERVICE_STARTD, in libscf_create_self()
3699 SCF_SERVICE_STARTD); in libscf_create_self()
3713 idata.i_fmri = SCF_SERVICE_STARTD; in libscf_create_self()
3862 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.c2080 strcmp(restarter_fmri, SCF_SERVICE_STARTD) == 0) { in graph_change_restarter()
3967 if (scf_handle_decode_fmri(h, SCF_SERVICE_STARTD, NULL, NULL, inst, in single_user_thread()
4120 if (strcmp(inst_fmri, SCF_SERVICE_STARTD) == 0) in dgraph_add_instance()
5875 if (scf_handle_decode_fmri(h, SCF_SERVICE_STARTD, NULL, NULL, inst, in set_initial_milestone()
6101 if (scf_handle_decode_fmri(h, SCF_SERVICE_STARTD, NULL, NULL, in set_restart_milestone()
6589 if (strcmp(fmri, SCF_SERVICE_STARTD) != 0) { in process_pg_event()
6611 r = libscf_lookup_instance(SCF_SERVICE_STARTD, inst); in process_pg_event()
6690 r = libscf_lookup_instance(SCF_SERVICE_STARTD, inst); in process_pg_event()
6722 SCF_PROPERTY_MILESTONE, SCF_SERVICE_STARTD); in process_pg_event()
/titanic_41/usr/src/cmd/svc/svcadm/
H A Dsvcadm.c1985 set_astring_prop(SCF_SERVICE_STARTD, SCF_PG_OPTIONS_OVR, in set_milestone()
1995 if (get_inst(SCF_SERVICE_STARTD, inst) != 0) { in set_milestone()
2004 set_astring_prop(SCF_SERVICE_STARTD, SCF_PG_OPTIONS, in set_milestone()
2022 SCF_PROPERTY_MILESTONE, SCF_SERVICE_STARTD); in set_milestone()
2029 SCF_PROPERTY_MILESTONE, SCF_SERVICE_STARTD); in set_milestone()
2036 SCF_PROPERTY_MILESTONE, SCF_SERVICE_STARTD); in set_milestone()
H A Dsynch.c482 (void) strlcpy(value, SCF_SERVICE_STARTD, value_sz); in has_potential()
/titanic_41/usr/src/lib/libscf/inc/
H A Dlibscf.h213 #define SCF_SERVICE_STARTD ((const char *) \ macro
/titanic_41/usr/src/cmd/svc/lsvcrun/
H A Dlsvcrun.c820 strcmp(restarter, SCF_SERVICE_STARTD) != 0) in main()
/titanic_41/usr/src/cmd/init/
H A Dinit.c3074 if (scf_handle_decode_fmri(h, SCF_SERVICE_STARTD, NULL, NULL, inst, in get_or_add_startd()
3093 assert(strcmp(SCF_SERVICE_STARTD, in get_or_add_startd()
4404 SCF_SERVICE_STARTD)) != 0) in startd_run()
/titanic_41/usr/src/cmd/svc/svcs/
H A Dexplain.c528 instp->restarter = SCF_SERVICE_STARTD; in add_instance()
1370 if (scf_handle_decode_fmri(h, SCF_SERVICE_STARTD, NULL, NULL, g_inst, in check_msgbase()
H A Dsvcs.c2549 SCF_SERVICE_STARTD); in print_detailed()
2995 (void) strcpy(restarter_fmri, SCF_SERVICE_STARTD); in list_instance()
/titanic_41/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c1908 restarter = SCF_SERVICE_STARTD; in load_general_templates()
/titanic_41/usr/src/lib/libscf/common/
H A Dscf_tmpl.c1060 restarter = strdup(SCF_SERVICE_STARTD); in _get_restarter_inst()