Searched refs:restart_on (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/svc/milestone/ |
H A D | make-console-login-xml | 52 restart_on='none' 60 restart_on='none' 68 restart_on='none' 81 restart_on='none'
|
/titanic_41/usr/src/cmd/svc/startd/ |
H A D | method.c | 351 method_restart_t restart_on, uint_t cte_mask) in method_ready_contract() argument 384 assert(restart_on >= 0); in method_ready_contract() 385 assert(restart_on <= METHOD_RESTART_ANY_FAULT); in method_ready_contract() 386 cevents = method_events[restart_on] & ~cte_mask; in method_ready_contract() 388 (method_events[restart_on] & ~cte_mask & CT_PR_ALLFATAL) : in method_ready_contract() 661 method_restart_t restart_on; in method_run() local 720 if ((method = libscf_get_method(h, type, inst, snap, &restart_on, in method_run() 823 r = method_ready_contract(inst, type, restart_on, cte_mask); in method_run()
|
H A D | libscf.c | 684 char *restart_on = startd_alloc(max_scf_value_size); in depgroup_read_restart() local 688 libscf_read_single_astring(h, prop, &restart_on) != 0) { in depgroup_read_restart() 689 startd_free(restart_on, max_scf_value_size); in depgroup_read_restart() 694 if (strcmp(restart_on, SCF_DEP_RESET_ON_ERROR) == 0) in depgroup_read_restart() 696 else if (strcmp(restart_on, SCF_DEP_RESET_ON_RESTART) == 0) in depgroup_read_restart() 698 else if (strcmp(restart_on, SCF_DEP_RESET_ON_REFRESH) == 0) in depgroup_read_restart() 700 else if (strcmp(restart_on, SCF_DEP_RESET_ON_NONE) == 0) in depgroup_read_restart() 705 startd_free(restart_on, max_scf_value_size); in depgroup_read_restart() 2858 scf_snapshot_t *snap, method_restart_t *restart_on, uint_t *cte_mask, in libscf_get_method() argument 2878 *restart_on = METHOD_RESTART_UNKNOWN; in libscf_get_method() [all …]
|