Lines Matching defs:next_index
47 unsigned next_index;
82 iter->next_index = 0;
118 iter->next_index = 0;
169 if ( iter->next_index < pci_sys->num_devices ) {
170 d = & pci_sys->devices[ iter->next_index ];
171 iter->next_index++;
177 while ( iter->next_index < pci_sys->num_devices ) {
179 & pci_sys->devices[ iter->next_index ];
181 iter->next_index++;
195 while ( iter->next_index < pci_sys->num_devices ) {
197 & pci_sys->devices[ iter->next_index ];
199 iter->next_index++;
226 iter.next_index = 0;