Searched refs:walk (Results 1 - 25 of 50) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/mm/
H A Dextable.c17 const struct exception_table_entry *walk; local
33 for (walk = start; walk <= end; walk++) {
34 if (walk->fixup == 0) {
36 walk++;
40 if (walk->insn == value)
41 return walk->fixup;
45 for (walk = start; walk <
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/mm/
H A Dextable.c17 const struct exception_table_entry *walk; local
33 for (walk = start; walk <= end; walk++) {
34 if (walk->fixup == 0) {
36 walk++;
40 if (walk->insn == value)
41 return walk->fixup;
45 for (walk = start; walk <
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/atm/
H A Daddr.c76 struct atm_dev_addr **walk; local
82 for (walk = &dev->local; *walk; walk = &(*walk)->next)
83 if (identical(&(*walk)->addr,addr)) {
87 *walk = kmalloc(sizeof(struct atm_dev_addr),GFP_KERNEL);
88 if (!*walk) {
92 (*walk)->addr = *addr;
93 (*walk)
102 struct atm_dev_addr **walk,*this; local
125 struct atm_dev_addr *walk; local
[all...]
H A Datm_misc.c48 struct atm_vcc *walk; local
50 for (walk = vcc->dev->vccs; walk; walk = walk->next)
51 if (test_bit(ATM_VF_ADDR,&walk->flags) && walk->vpi == vpi &&
52 walk->vci == vci && ((walk->qos.txtp.traffic_class !=
54 (walk
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ntfs/
H A Ddir.c103 static int ntfs_allocate_index_block(ntfs_iterate_s *walk) argument
109 ntfs_volume *vol = walk->dir->vol;
112 allocation = ntfs_find_attr(walk->dir, vol->at_index_allocation, I30);
116 error = ntfs_create_attr(walk->dir, vol->at_index_allocation,
121 error = ntfs_create_attr(walk->dir, vol->at_bitmap, I30, bmp,
126 bitmap = ntfs_find_attr(walk->dir, vol->at_bitmap, I30);
143 error = ntfs_read_attr(walk->dir, vol->at_bitmap, I30, 0, &io);
162 error = ntfs_read_attr(walk->dir, vol->at_bitmap, I30, i, &io);
171 walk->newblock = (i * 8 + bit) * walk
235 ntfs_index_writeback(ntfs_iterate_s *walk, ntfs_u8 *buf, int block, int used) argument
280 ntfs_split_record(ntfs_iterate_s *walk, char *start, int bsize, int usize) argument
372 ntfs_dir_insert(ntfs_iterate_s *walk, char *start, char* entry) argument
417 ntfs_iterate_s walk; local
500 ntfs_my_strcmp(ntfs_iterate_s *walk, const unsigned char *entry) argument
528 ntfs_getdir_record(ntfs_iterate_s *walk, int block) argument
566 ntfs_descend(ntfs_iterate_s *walk, ntfs_u8 *start, ntfs_u8 *entry) argument
588 ntfs_getdir_iterate_byposition(ntfs_iterate_s *walk, char* start, char *entry) argument
656 ntfs_getdir_iterate(ntfs_iterate_s *walk, char *start, char *entry) argument
731 ntfs_getdir(ntfs_iterate_s *walk) argument
764 ntfs_getdir_byposition(ntfs_iterate_s *walk) argument
771 ntfs_getdir_byname(ntfs_iterate_s *walk) argument
965 ntfs_iterate_s walk; local
[all...]
H A Ddir.h35 int ntfs_getdir_byname(ntfs_iterate_s *walk);
41 int ntfs_getdir_byposition(ntfs_iterate_s *walk);
/asus-wl-520gu-7.0.1.45/src/router/dosfstools/dosfsck/
H A Dcheck.c289 unsigned long walk,next,prev; local
291 walk = FSTART(file,fs);
294 while (walk > 0 && walk != -1) {
295 next = next_cluster(fs,walk);
296 if (deleting) set_fat(fs,walk,0);
297 else if ((deleting = !--clusters)) set_fat(fs,walk,-1);
298 prev = walk;
299 walk = next;
306 DOS_FILE *first,*walk; local
331 unsigned char *walk,*here; local
396 unsigned long expect,curr,this,clusters,prev,walk,clusters2; local
538 DOS_FILE *parent,**walk,**scan; local
667 DOS_FILE **walk; local
692 unsigned long walk,prev,clusters; local
735 unsigned long clusters,left,prev,walk; local
895 DOS_FILE *walk; local
908 DOS_FILE *walk; local
[all...]
H A Dfile.c121 FDSC **current,*walk; local
131 for (walk = *current; walk; walk = walk->next)
132 if (!here && (!strncmp(name,walk->name,MSDOS_NAME) || (type ==
133 fdt_undelete && !strncmp(name+1,walk->name+1,MSDOS_NAME-1))))
135 else if (here && !strncmp(name,walk->name,MSDOS_NAME)) break;
136 if (!walk) {
137 walk
154 FDSC **walk; local
[all...]
H A Dio.c86 CHANGE *walk; local
92 for (walk = changes; walk; walk = walk->next) {
93 if (walk->pos < pos+size && walk->pos+walk->size > pos) {
94 if (walk->pos < pos)
95 memcpy(data,(char *) walk
[all...]
H A Dfat.c235 unsigned long i,walk; local
241 for (walk = i; walk > 0 && walk != -1;
242 walk = next_cluster(fs,walk)) {
243 if (!(owner = get_owner(fs,walk))) set_owner(fs,walk,ptr);
250 prev = walk;
260 unsigned long i,next,walk; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dpci_common.c18 struct list_head *walk = &pbus->devices; local
20 walk = walk->next;
21 while (walk != &pbus->devices) {
22 struct pci_dev *pdev = pci_dev_b(walk);
29 walk = walk->next;
233 struct list_head *walk = &pbus->devices; local
238 walk = walk
438 struct list_head *walk = &pbus->devices; local
556 struct list_head *walk = &pbus->devices; local
804 struct list_head *walk = &pbus->devices; local
887 struct list_head *walk; local
919 struct list_head *walk = &pbus->devices; local
977 struct list_head *walk = &pbus->devices; local
1004 struct list_head *walk = &pbus->devices; local
1030 struct list_head *walk = &pbus->devices; local
[all...]
H A Dpci.c165 struct list_head *walk = pci_onboard->next; local
167 while (walk != pci_onboard) {
168 struct pci_dev *pdev = pci_dev_g(walk);
169 struct list_head *walk_next = walk->next;
172 list_del(walk);
173 list_add(walk, pci_onboard);
176 walk = walk_next;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/fat/
H A Dcache.c154 struct fat_cache *walk; local
160 for (walk = fat_cache; walk; walk = walk->next)
161 if (inode->i_dev == walk->device
162 && walk->start_cluster == first
163 && walk->file_cluster <= cluster
164 && walk->file_cluster > *f_clu) {
165 *d_clu = walk
184 struct fat_cache *walk; local
200 struct fat_cache *walk,*last; local
249 struct fat_cache *walk; local
263 struct fat_cache *walk; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/fat.orig/
H A Dcache.c154 struct fat_cache *walk; local
160 for (walk = fat_cache; walk; walk = walk->next)
161 if (inode->i_dev == walk->device
162 && walk->start_cluster == first
163 && walk->file_cluster <= cluster
164 && walk->file_cluster > *f_clu) {
165 *d_clu = walk
184 struct fat_cache *walk; local
200 struct fat_cache *walk,*last; local
249 struct fat_cache *walk; local
263 struct fat_cache *walk; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/atm/
H A Didt77105.c88 struct idt77105_priv *walk; local
93 for (walk = idt77105_all; walk; walk = walk->next) {
94 dev = walk->dev;
96 stats = &walk->stats;
117 struct idt77105_priv *walk; local
122 for (walk = idt77105_all; walk; wal
354 struct idt77105_priv *walk, *prev; local
[all...]
H A Dsuni.c57 struct suni_priv *walk; local
61 for (walk = sunis; walk; walk = walk->next) {
62 dev = walk->dev;
63 stats = &walk->sonet_stats;
263 struct suni_priv **walk; local
268 for (walk = &sunis; *walk !
[all...]
H A Datmtcp.c232 struct atm_vcc *walk; local
242 for (walk = atmtcp_dev->vccs; walk; walk = walk->next)
243 wake_up(&walk->sleep);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/tc/
H A Dq_atm.c112 char *walk; local
116 for (walk = *argv; *walk; walk++) {
123 if (*walk == '.') continue;
124 if (!isxdigit(walk[0]) || !walk[1] ||
125 !isxdigit(walk[1])) {
129 sscanf(walk,"%2x",&tmp);
131 walk
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/kernel/
H A Dbios32.c373 struct list_head *walk; local
383 for (walk = bus->devices.next; walk != &bus->devices; walk = walk->next) {
384 struct pci_dev *dev = pci_dev_b(walk);
415 * Now walk the devices again, this time setting them up.
417 for (walk = bus->devices.next; walk != &bus->devices; walk
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dcls_tcindex.c164 struct tcindex_filter **walk = NULL; local
167 for (walk = p->h+i; *walk; walk = &(*walk)->next)
168 if (&(*walk)->result == r)
173 f = *walk;
175 *walk = f->next;
207 struct tcindex_filter **walk; local
336 for (walk
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/msdos/
H A Dnamei.c54 char *walk; local
70 for (walk = res; len && walk-res < 8; walk++) {
84 if((res==walk) && (c==0xE5)) c=0x05;
87 *walk = (!opts->nocase && c >= 'a' && c <= 'z') ? c-32 : c;
97 while (walk-res < 8) *walk++ = ' ';
98 while (len > 0 && walk-res < MSDOS_NAME) {
116 *walk
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dpkt_cls.h55 void (*walk)(struct tcf_proto*, struct tcf_walker *arg); member in struct:tcf_proto_ops
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dpkt_cls.h55 void (*walk)(struct tcf_proto*, struct tcf_walker *arg); member in struct:tcf_proto_ops
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Dpcic.c589 struct list_head *walk; local
611 walk = &bus->devices;
612 for (walk = walk->next; walk != &bus->devices; walk = walk->next) {
613 struct pci_dev *dev = pci_dev_b(walk);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/
H A Dgenhd.c129 * @walk: user-specified callback
133 * into @walk for every element.
136 walk_gendisk(int (*walk)(struct gendisk *, void *), void *data)
143 if ((error = walk(gp, data)))

Completed in 214 milliseconds

12