Searched refs:SCF_PG_RESTARTER_ACTIONS (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/cmd/svc/svcadm/ |
H A D | svcadm.c | 511 if (pg_get_or_add(inst, SCF_PG_RESTARTER_ACTIONS, in restarter_setup() 518 SCF_PG_RESTARTER_ACTIONS); in restarter_setup() 538 SCF_PG_RESTARTER_ACTIONS, SCF_PROPERTY_AUX_TTY); in restarter_setup() 551 SCF_PG_RESTARTER_ACTIONS, SCF_PROPERTY_AUX_TTY); in restarter_setup() 562 set_astring_prop(fmri, SCF_PG_RESTARTER_ACTIONS, in restarter_setup() 569 SCF_PG_RESTARTER_ACTIONS, SCF_PROPERTY_AUX_FMRI); in restarter_setup() 1339 const char * const scf_pg_restarter_actions = SCF_PG_RESTARTER_ACTIONS; in set_inst_action()
|
/titanic_44/usr/src/lib/librestart/common/ |
H A D | librestart.c | 3798 if (instance_get_or_add_pg(inst, SCF_PG_RESTARTER_ACTIONS, in restarter_inst_validate_ractions_aux_fmri() 3842 if (instance_get_or_add_pg(inst, SCF_PG_RESTARTER_ACTIONS, in restarter_inst_ractions_from_tty() 3880 if (scf_instance_get_pg(inst, SCF_PG_RESTARTER_ACTIONS, pg) != in restarter_inst_dump() 3895 if (scf_instance_delete_prop(inst, SCF_PG_RESTARTER_ACTIONS, in restarter_inst_dump() 3988 if (instance_get_or_add_pg(inst, SCF_PG_RESTARTER_ACTIONS, in restarter_inst_set_aux_fmri() 4023 SCF_PG_RESTARTER_ACTIONS, SCF_PROPERTY_AUX_FMRI)); in restarter_inst_reset_ractions_aux_fmri()
|
/titanic_44/usr/src/cmd/ipf/svc/ |
H A D | ipfd.c | 293 } else if (strcmp(scratch_name, SCF_PG_RESTARTER_ACTIONS) == 0) { in is_correct_event()
|
/titanic_44/usr/src/cmd/svc/configd/ |
H A D | rc_node.c | 377 #define AUTH_PG_ACTIONS SCF_PG_RESTARTER_ACTIONS 542 {SCF_PG_RESTARTER_ACTIONS, SCF_PROPERTY_DEGRADED, ADT_smf_degrade, 544 {SCF_PG_RESTARTER_ACTIONS, SCF_PROPERTY_DEGRADE_IMMEDIATE, 546 {SCF_PG_RESTARTER_ACTIONS, SCF_PROPERTY_MAINT_OFF, ADT_smf_clear, NULL}, 547 {SCF_PG_RESTARTER_ACTIONS, SCF_PROPERTY_MAINT_ON, 549 {SCF_PG_RESTARTER_ACTIONS, SCF_PROPERTY_MAINT_ON_IMMEDIATE, 551 {SCF_PG_RESTARTER_ACTIONS, SCF_PROPERTY_MAINT_ON_IMMTEMP, 553 {SCF_PG_RESTARTER_ACTIONS, SCF_PROPERTY_MAINT_ON_TEMPORARY, 555 {SCF_PG_RESTARTER_ACTIONS, SCF_PROPERTY_REFRESH, ADT_smf_refresh, NULL}, 556 {SCF_PG_RESTARTER_ACTIONS, SCF_PROPERTY_RESTART, ADT_smf_restart, NULL}, [all …]
|
/titanic_44/usr/src/lib/libscf/inc/ |
H A D | libscf.h | 267 #define SCF_PG_RESTARTER_ACTIONS ((const char *)"restarter_actions") macro
|
/titanic_44/usr/src/lib/libscf/common/ |
H A D | midlevel.c | 733 if (scf_instance_get_pg(inst, SCF_PG_RESTARTER_ACTIONS, pg) == -1) { in set_inst_action_inst() 752 if (scf_instance_add_pg(inst, SCF_PG_RESTARTER_ACTIONS, in set_inst_action_inst()
|
/titanic_44/usr/src/cmd/svc/startd/ |
H A D | graph.c | 6524 } else if (strcmp(pg_name, SCF_PG_RESTARTER_ACTIONS) == 0) { in process_pg_event()
|