Home
last modified time | relevance | path

Searched refs:NEXTSTATE (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/
H A Dtl.c378 #define NEXTSTATE(EV, ST) ti_statetbl[EV][ST] macro
2380 tep->te_state = NEXTSTATE(TE_BIND_REQ, tep->te_state); in tl_bind()
2419 tep->te_state = NEXTSTATE(TE_ERROR_ACK, tep->te_state); in tl_bind()
2433 tep->te_state = NEXTSTATE(TE_ERROR_ACK, tep->te_state); in tl_bind()
2442 tep->te_state = NEXTSTATE(TE_ERROR_ACK, tep->te_state); in tl_bind()
2451 tep->te_state = NEXTSTATE(TE_ERROR_ACK, tep->te_state); in tl_bind()
2462 tep->te_state = NEXTSTATE(TE_ERROR_ACK, tep->te_state); in tl_bind()
2470 tep->te_state = NEXTSTATE(TE_ERROR_ACK, tep->te_state); in tl_bind()
2631 tep->te_state = NEXTSTATE(TE_BIND_ACK, tep->te_state); in tl_bind()
2648 tep->te_state = NEXTSTATE(TE_ERROR_ACK, tep->te_state); in tl_bind()
[all …]
/titanic_41/usr/src/tools/cscope-fast/
H A Dscanner.l166 <SDL>(CALL|NEXTSTATE)[ \t]+({identifier}|\*) { /* SDL call or nextstate */