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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dprom.c30 /* use when traversing tree through the allnext, child, sibling,
87 for (; np != 0; np = np->allnext) {
100 for (np = allnodes; np != 0; np = np->allnext)
113 np = from ? from->allnext : allnodes;
114 for (; np != NULL; np = np->allnext)
127 np = from ? from->allnext : allnodes;
128 for (; np != 0; np = np->allnext)
141 np = from ? from->allnext : allnodes;
142 for (; np != 0; np = np->allnext) {
554 *nextp = &dp->allnext;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dbootx.h160 u32 allnext; member in struct:bootx_dt_node
H A Dprom.h91 struct device_node *allnext; /* next in list of all nodes */ member in struct:device_node
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dprom.c78 /* use when traversing tree through the allnext, child, sibling,
311 *allnextpp = &np->allnext;
1147 np = from ? from->allnext : allnodes;
1148 for (; np != NULL; np = np->allnext)
1176 np = from ? from->allnext : allnodes;
1177 for (; np != 0; np = np->allnext)
1207 np = from ? from->allnext : allnodes;
1208 for (; np != 0; np = np->allnext) {
1233 for (; np != 0; np = np->allnext) {
1255 for (np = allnodes; np != 0; np = np->allnext)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dprom.h50 struct device_node *allnext; /* next in list of all nodes */ member in struct:device_node
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dprom.h51 struct device_node *allnext; /* next in list of all nodes */ member in struct:device_node
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dprom.c35 /* use when traversing tree through the allnext, child, sibling,
92 for (; np != 0; np = np->allnext) {
105 for (np = allnodes; np != 0; np = np->allnext)
118 np = from ? from->allnext : allnodes;
119 for (; np != NULL; np = np->allnext)
132 np = from ? from->allnext : allnodes;
133 for (; np != 0; np = np->allnext)
146 np = from ? from->allnext : allnodes;
147 for (; np != 0; np = np->allnext) {
1655 *nextp = &dp->allnext;
[all...]

Completed in 127 milliseconds