Searched refs:deactfsm (Results 1 – 1 of 1) sorted by relevance
30 static struct Fsm deactfsm = {NULL, 0, 0, NULL, NULL}; variable 1369 mgr->deact.fsm = &deactfsm; in create_teimanager() 1394 deactfsm.state_count = DEACT_STATE_COUNT; in TEIInit() 1395 deactfsm.event_count = DEACT_EVENT_COUNT; in TEIInit() 1396 deactfsm.strEvent = strDeactEvent; in TEIInit() 1397 deactfsm.strState = strDeactState; in TEIInit() 1398 res = mISDN_FsmNew(&deactfsm, DeactFnList, ARRAY_SIZE(DeactFnList)); in TEIInit() 1415 mISDN_FsmFree(&deactfsm); in TEIFree()