Searched refs:smp_sm_action (Results 1 – 1 of 1) sorted by relevance
167 static const tSMP_ACT smp_sm_action[SMP_SM_NO_ACTION] = { variable231 static const tSMP_ACT smp_sm_action[SMP_SM_NO_ACTION] = {NULL}; variable773 … if ((action = state_table[entry - 1][i]) != SMP_SM_NO_ACTION && smp_sm_action[action] != NULL) { in smp_sm_event()774 (*smp_sm_action[action])(p_cb, (tSMP_INT_DATA *)p_data); in smp_sm_event()