Home | History | Annotate | Download | only in telephony

Lines Matching refs:next

54     SysTimer      next;
67 _s_timers0[nn].next = _s_timers0 + (nn+1);
78 _s_free_timers = timer->next;
79 timer->next = NULL;
94 timer->next = _s_free_timers;
159 SysChannel next;
173 _s_channels0[nn].next = _s_channels0 + (nn+1);
183 _s_free_channels = channel->next;
184 channel->next = NULL;
199 channel->next = _s_free_channels;