/titanic_41/usr/src/cmd/svc/startd/ |
H A D | env.c | 298 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 D | startd.c | 487 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 D | libscf.c | 3599 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 D | protocol.c | 336 if (strcmp(fmri, SCF_SERVICE_STARTD) == 0) { in restarter_protocol_init_delegate()
|
H A D | graph.c | 2080 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 D | svcadm.c | 1985 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 D | synch.c | 482 (void) strlcpy(value, SCF_SERVICE_STARTD, value_sz); in has_potential()
|
/titanic_41/usr/src/lib/libscf/inc/ |
H A D | libscf.h | 213 #define SCF_SERVICE_STARTD ((const char *) \ macro
|
/titanic_41/usr/src/cmd/svc/lsvcrun/ |
H A D | lsvcrun.c | 820 strcmp(restarter, SCF_SERVICE_STARTD) != 0) in main()
|
/titanic_41/usr/src/cmd/init/ |
H A D | init.c | 3074 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 D | explain.c | 528 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 D | svcs.c | 2549 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 D | svccfg_tmpl.c | 1908 restarter = SCF_SERVICE_STARTD; in load_general_templates()
|
/titanic_41/usr/src/lib/libscf/common/ |
H A D | scf_tmpl.c | 1060 restarter = strdup(SCF_SERVICE_STARTD); in _get_restarter_inst()
|