Lines Matching defs:index
40 static struct s_srf_evc *smt_get_evc(struct s_smc *smc, int code, int index);
46 u_char index ;
73 int index ;
84 for (index = 0 ; index < init->n ; index++) {
87 evc->evc_index = init->index + index ;
157 static struct s_srf_evc *smt_get_evc(struct s_smc *smc, int code, int index)
163 if (evc->evc_code == code && evc->evc_index == index)
181 void smt_srf_event(struct s_smc *smc, int code, int index, int cond)
195 DB_SMT("SRF: %s index %d", srf_names[code], index);
197 if (!(evc = smt_get_evc(smc,code,index))) {