Lines Matching defs:state
20 * Hardware independent state machine implemantation
48 * symbolic state names
64 * map from state to downstream port type
92 init CFM state machine
162 /* Change the port state according to the event (portnumber) */
195 CFM state machine
199 display state change
205 int state ; /* remember last state */
211 /* - do the old (SMT 6.2 like) state machine */
216 /* We will check now whether a state transition is allowed or not */
221 DB_CFM("CFM : state %s%s event %s",
225 state = smc->mib.fddiSMTCF_State ;
228 } while (state != smc->mib.fddiSMTCF_State) ;