Searched refs:Head (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/ubiqx/
H A Dubi_dLinkList.c98 ListPtr->Head = NULL;
163 ListPtr->Head = Old->Next;
H A Dubi_dLinkList.h103 ubi_dlNodePtr Head; member in struct:__anon1756
169 (((ubi_dlListPtr)(L))->Head) )
177 #define ubi_dlFirst( L ) (((ubi_dlListPtr)(L))->Head)
H A Dubi_sLinkList.h78 * point to the Head pointer. This simplifies things a great deal,
127 ubi_slNodePtr Head; member in struct:__anon1757
190 #define ubi_slFirst( L ) (((ubi_slListPtr)(L))->Head)
H A Dubi_sLinkList.c76 * point to the Head pointer. This simplifies things a great deal,
123 ListPtr->Head = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Ddebug.c80 byte *Head; /* first message in queue (if any) */ 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) {
125 if (Q->Base + need > Q->Head) {
134 if (Q->Tail + need > Q->Head) {
154 word size = ((MSG_HEAD *)Q->Head)->Size & ~MSG_INCOMPLETE;
156 Q->Head += MSG_NEED(size);
160 if (Q->Head >= Q->Wrap) {
161 Q->Head
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/
H A Dpod2man.pl89 an example of the skeleton of a proper man page. Head of the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dpod2man.pl89 an example of the skeleton of a proper man page. Head of the

Completed in 51 milliseconds