Searched refs:iolist (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/mm/
H A Dkmap.c55 static struct vm_struct *iolist; variable in typeref:struct:vm_struct
66 for (p = &iolist; (tmp = *p) ; p = &tmp->next) {
87 for (p = &iolist ; (tmp = *p) ; p = &tmp->next) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/shell/
H A Dmsh.c673 static struct wdblock *iolist; variable in typeref:struct:wdblock
1367 iolist = 0;
1796 iosave = iolist;
1797 iolist = NULL;
1812 if (iolist == NULL)
1896 iolist = iosave;
2113 DBGPRINTF7(("NAMELIST: enter, t=%p, type %s, iolist=%p\n", t,
2114 T_CMD_NAMES[t->type], iolist));
2116 if (iolist) {
2117 iolist
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/tokenring/
H A Dibmtr.c208 static void find_turbo_adapters(int *iolist);
241 static void __devinit find_turbo_adapters(int *iolist) argument
308 if ( iolist[j] && iolist[j] != turbo_io[i]) continue;
309 iolist[j]=turbo_io[i];

Completed in 121 milliseconds