Home
last modified time | relevance | path

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

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