Home | History | Annotate | Download | only in modules

Lines Matching refs:found

30 If a MEMDISK is found, or if a particular MEMDISK is sought by the options\n\
31 and is found, then the 'detected_cmd' action will be taken, else the\n\
90 int found;
150 found = 0;
151 found += do_walk_safe_hooks();
152 found += do_scan_mbfts();
153 found += do_scan_drives();
155 cmd = found ? detected_cmd : not_detected_cmd;
164 int found;
180 found = (
188 if (found)
195 int found, drive;
198 for (found = drive = 0; drive <= 0xFF; ++drive) {
204 ++found;
208 return found;
214 int found;
220 found = 0;
229 ++found;
238 return found;
268 int found;
270 found = 0;
276 ++found;
280 return found;
321 "Found MEMDISK version %u.%02u:\n"