Searched refs:concreteEnterState (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/librstp/common/
H A Dstatmch.h44 void (* concreteEnterState) (struct state_mach_t * ); member in struct:state_mach_t
71 STP_state_mach_create (void (* concreteEnterState) (STATE_MACH_T*),
H A Dstatmch.c34 STP_state_mach_create (void (*concreteEnterState) (STATE_MACH_T*),
50 this->concreteEnterState = concreteEnterState;
85 (*(this->concreteEnterState)) (this);
H A Dstpm.c35 (*(this->concreteEnterState)) (this);

Completed in 16 milliseconds