Searched refs:N_STATES (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/netisdn/
H A Di4b_l2fsm.h54 N_STATES /* number of states */ enumerator in enum:Q921_states
H A Di4b_l3fsm.h63 N_STATES /* number of states */ enumerator in enum:Q931_states
H A Di4b_l2fsm.c77 static const char *l2state_text[N_STATES] = {
216 } l2state_tab[N_EVENTS][N_STATES] = {
256 if((currstate = l2sc->Q921_state) > N_STATES) /* failsafe */
257 panic("i4b_l2fsm.c: currstate > N_STATES");
260 if((newstate = l2state_tab[event][currstate].newstate) > N_STATES)
261 panic("i4b_l2fsm.c: newstate > N_STATES");
H A Di4b_l3fsm.c119 static const char *l3state_text[N_STATES] = {
189 } l3state_tab[N_EVENTS][N_STATES] = {
245 if(currstate > N_STATES)
246 panic("i4b_l3fsm.c: currstate > N_STATES");
250 if(newstate > N_STATES)
251 panic("i4b_l3fsm.c: newstate > N_STATES");
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Disic_l1fsm.c88 static const char *state_text[N_STATES] = {
479 } isic_state_tab[N_EVENTS][N_STATES] = {
510 if(currstate >= N_STATES)
511 panic("i4b_l1fsm.c: currstate >= N_STATES");
515 if(newstate >= N_STATES)
516 panic("i4b_l1fsm.c: newstate >= N_STATES");
H A Disic_l1.h302 N_STATES enumerator in enum:I430states
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdnd/
H A Dfsm.c42 static const char *state_text[N_STATES] = {
359 } state_tab[N_EVENTS][N_STATES] = {
396 if (currstate >= N_STATES)
398 logit(LL_ERR, "next_state: currstate > N_STATES");
399 error_exit(1, "next_state: currstate > N_STATES");
404 if (newstate >= N_STATES)
406 logit(LL_ERR, "next_state: newstate > N_STATES");
407 error_exit(1, "next_state: newstate > N_STATES");
H A Disdnd.h441 #define N_STATES (ST_ILL+1) /* max number of states */ macro
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Diwic_fsm.c165 } iwic_state_tab[N_EVENTS][N_STATES] = {
203 if (newstate >= N_STATES)
205 printf("iwic_next_state: newstate >= N_STATES\n");
H A Diwicvar.h150 N_STATES enumerator in enum:I430states

Completed in 198 milliseconds