/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | env.c | 244 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 D | startd.c | 492 SCF_SERVICE_STARTD); in read_startd_config() 494 "%s/:properties/system/reconfigure", SCF_SERVICE_STARTD); in read_startd_config() 542 idata.i_fmri = SCF_SERVICE_STARTD; in read_startd_config() 586 if (scf_handle_decode_fmri(hndl, SCF_SERVICE_STARTD, NULL, NULL, inst, in read_startd_config()
|
H A D | libscf.c | 3607 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 D | protocol.c | 336 if (strcmp(fmri, SCF_SERVICE_STARTD) == 0) { in restarter_protocol_init_delegate()
|
H A D | graph.c | 2054 strcmp(restarter_fmri, SCF_SERVICE_STARTD) == 0) { in graph_change_restarter() 3939 if (scf_handle_decode_fmri(h, SCF_SERVICE_STARTD, NULL, NULL, inst, in single_user_thread() 4092 if (strcmp(inst_fmri, SCF_SERVICE_STARTD) == 0) in dgraph_add_instance() 5841 if (scf_handle_decode_fmri(h, SCF_SERVICE_STARTD, NULL, NULL, inst, in set_initial_milestone() 6067 if (scf_handle_decode_fmri(h, SCF_SERVICE_STARTD, NULL, NULL, in set_restart_milestone() 6548 if (strcmp(fmri, SCF_SERVICE_STARTD) != 0) { in process_pg_event() 6570 r = libscf_lookup_instance(SCF_SERVICE_STARTD, inst); in process_pg_event() 6649 r = libscf_lookup_instance(SCF_SERVICE_STARTD, inst); in process_pg_event() 6681 SCF_PROPERTY_MILESTONE, SCF_SERVICE_STARTD); in process_pg_event()
|
/illumos-gate/usr/src/cmd/svc/svcadm/ |
H A D | svcadm.c | 2111 set_astring_prop(SCF_SERVICE_STARTD, SCF_PG_OPTIONS_OVR, in set_milestone() 2121 if (get_inst(SCF_SERVICE_STARTD, inst) != 0) { in set_milestone() 2130 set_astring_prop(SCF_SERVICE_STARTD, SCF_PG_OPTIONS, in set_milestone() 2134 if (delete_prop(SCF_SERVICE_STARTD, inst, SCF_PG_OPTIONS_OVR, in set_milestone()
|
H A D | synch.c | 480 (void) strlcpy(value, SCF_SERVICE_STARTD, value_sz); in has_potential()
|
/illumos-gate/usr/src/cmd/svc/lsvcrun/ |
H A D | lsvcrun.c | 820 strcmp(restarter, SCF_SERVICE_STARTD) != 0) in main()
|
/illumos-gate/usr/src/lib/libscf/inc/ |
H A D | libscf.h | 254 #define SCF_SERVICE_STARTD "svc:/system/svc/restarter:default" macro
|
/illumos-gate/usr/src/cmd/init/ |
H A D | init.c | 3037 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 D | explain.c | 535 instp->restarter = SCF_SERVICE_STARTD; in add_instance() 1380 if (scf_handle_decode_fmri(h, SCF_SERVICE_STARTD, NULL, NULL, g_inst, in check_msgbase()
|
H A D | svcs.c | 2555 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 D | svccfg_tmpl.c | 1908 restarter = SCF_SERVICE_STARTD; in load_general_templates()
|
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | scf_tmpl.c | 1060 restarter = strdup(SCF_SERVICE_STARTD); in _get_restarter_inst()
|