Searched refs:restart_on (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/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'
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | method.c | 352 method_restart_t restart_on, uint_t cte_mask) in method_ready_contract() argument 385 assert(restart_on >= 0); in method_ready_contract() 386 assert(restart_on <= METHOD_RESTART_ANY_FAULT); in method_ready_contract() 387 cevents = method_events[restart_on] & ~cte_mask; in method_ready_contract() 389 (method_events[restart_on] & ~cte_mask & CT_PR_ALLFATAL) : in method_ready_contract() 665 method_restart_t restart_on; in method_run() local 724 if ((method = libscf_get_method(h, type, inst, snap, &restart_on, in method_run() 827 r = method_ready_contract(inst, type, restart_on, cte_mask); in method_run()
|
H A D | libscf.c | 685 char *restart_on = startd_alloc(max_scf_value_size); in depgroup_read_restart() local 689 libscf_read_single_astring(h, prop, &restart_on) != 0) { in depgroup_read_restart() 690 startd_free(restart_on, max_scf_value_size); in depgroup_read_restart() 695 if (strcmp(restart_on, SCF_DEP_RESET_ON_ERROR) == 0) in depgroup_read_restart() 697 else if (strcmp(restart_on, SCF_DEP_RESET_ON_RESTART) == 0) in depgroup_read_restart() 699 else if (strcmp(restart_on, SCF_DEP_RESET_ON_REFRESH) == 0) in depgroup_read_restart() 701 else if (strcmp(restart_on, SCF_DEP_RESET_ON_NONE) == 0) in depgroup_read_restart() 706 startd_free(restart_on, max_scf_value_size); in depgroup_read_restart() 2866 scf_snapshot_t *snap, method_restart_t *restart_on, uint_t *cte_mask, in libscf_get_method() argument 2886 *restart_on = METHOD_RESTART_UNKNOWN; in libscf_get_method() [all …]
|