Searched refs:evc (Results 1 – 1 of 1) sorted by relevance
65 struct s_srf_evc *evc ; in smt_init_evc() local75 evc = smc->evcs ; in smt_init_evc()80 evc->evc_code = init->code ; in smt_init_evc()81 evc->evc_para = init->para ; in smt_init_evc()82 evc->evc_index = init->index + index ; in smt_init_evc()84 evc->evc_multiple = &fail_safe ; in smt_init_evc()85 evc->evc_cond_state = &fail_safe ; in smt_init_evc()87 evc++ ; in smt_init_evc()92 if ((unsigned int) (evc - smc->evcs) > MAX_EVCS) { in smt_init_evc()133 for (i = 0, evc = smc->evcs ; i < MAX_EVCS ; i++, evc++) { in smt_init_evc()[all …]