Lines Matching defs:index
35 static struct s_srf_evc *smt_get_evc(struct s_smc *smc, int code, int index);
41 u_char index ;
68 int index ;
79 for (index = 0 ; index < init->n ; index++) {
82 evc->evc_index = init->index + index ;
152 static struct s_srf_evc *smt_get_evc(struct s_smc *smc, int code, int index)
158 if (evc->evc_code == code && evc->evc_index == index)
176 void smt_srf_event(struct s_smc *smc, int code, int index, int cond)
190 DB_SMT("SRF: %s index %d", srf_names[code], index);
192 if (!(evc = smt_get_evc(smc,code,index))) {