Lines Matching refs:found
157 int found;
197 found = 0;
198 for (i = 0; i < MAX_DEVICES && !found; i++)
202 found = 1;
205 if (device_number != expected || !found)
213 found = 0;
214 for (i = 0; i < MAX_DEVICES && !found; i++)
220 found = 1;
223 if (device_number != expected || !found)
231 found = 0;
232 for (i = 0; i < MAX_DEVICES && !found; i++)
238 found = 1;
241 if (device_number != expected || !found)
251 found = 0;
252 for (i = 0; i < MAX_DEVICES && !found; i++)
256 found = 1;
259 if (device_number != expected || !found)
863 printf ("%d devices found.\n", detected);