Searched refs:Tail (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/ubiqx/
H A Dubi_dLinkList.c99 ListPtr->Tail = NULL;
132 ListPtr->Tail = New;
158 ListPtr->Tail = Old->Prev;
H A Dubi_sLinkList.c75 * Note: When the list header is initialized, the Tail pointer is set to
124 ListPtr->Tail = (ubi_slNodePtr)ListPtr;
152 ListPtr->Tail = New;
180 ListPtr->Tail = AfterMe;
H A Dubi_dLinkList.h104 ubi_dlNodePtr Tail; member in struct:__anon1756
166 (((ubi_dlListPtr)(L))->Tail) )
175 (((ubi_dlListPtr)(L))->Tail) )
179 #define ubi_dlLast( L ) (((ubi_dlListPtr)(L))->Tail)
H A Dubi_sLinkList.h77 * Note: When the list header is initialized, the Tail pointer is set to
128 ubi_slNodePtr Tail; member in struct:__anon1757
183 ((ubi_slListPtr)(L))->Tail )
194 #define ubi_slLast( L ) (((ubi_slListPtr)(L))->Tail)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Ddebug.c81 byte *Tail; /* first free position */ member in struct:MSG_QUEUE
98 Q->Base = Q->Head = Q->Tail = Buffer;
116 if (Q->Tail == Q->Head) {
123 if (Q->Tail > Q->Head) {
124 if (Q->Tail + need <= Q->High) goto alloc; /* append */
129 Q->Wrap = Q->Tail;
130 Q->Tail = Q->Base;
134 if (Q->Tail + need > Q->Head) {
139 Msg = (MSG_HEAD *)Q->Tail;
143 Q->Tail
[all...]

Completed in 57 milliseconds