Searched refs:found_match (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_trigger_diag.c181 u8 found_match = 0; local
217 found_match = 1;
225 if (!found_match)
263 u8 found_match; local
293 for (i = 0 , found_match = 0; i < ioc->diag_trigger_event.ValidEntries
294 && !found_match; i++, event_trigger++) {
300 found_match = 1;
303 found_match = 1;
311 if (!found_match)
343 u8 found_match; local
417 u8 found_match; local
[all...]
/linux-master/drivers/acpi/nfit/
H A Dmce.c37 int found_match = 0; local
50 found_match = 1;
62 if (!found_match)
/linux-master/drivers/hv/
H A Dchannel_mgmt.c235 bool found_match = false; local
276 found_match = true;
281 if (found_match)
285 if (!found_match)
288 found_match = false;
303 found_match = true;
308 if (found_match)
318 if (!found_match) {
336 return found_match;
/linux-master/lib/
H A Dts_fsm.c200 goto found_match;
245 goto found_match;
250 found_match:
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dgk20a.c182 goto found_match;
189 found_match:
/linux-master/drivers/pci/
H A Dsetup-bus.c223 bool found_match = false; local
234 found_match = true;
238 if (!found_match) /* Just skip */

Completed in 632 milliseconds