Home
last modified time | relevance | path

Searched refs:found_match (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_trigger_diag.c181 u8 found_match = 0; in mpt3sas_trigger_master() local
217 found_match = 1; in mpt3sas_trigger_master()
225 if (!found_match) in mpt3sas_trigger_master()
263 u8 found_match; in mpt3sas_trigger_event() local
293 for (i = 0 , found_match = 0; i < ioc->diag_trigger_event.ValidEntries in mpt3sas_trigger_event()
294 && !found_match; i++, event_trigger++) { in mpt3sas_trigger_event()
300 found_match = 1; in mpt3sas_trigger_event()
303 found_match = 1; in mpt3sas_trigger_event()
311 if (!found_match) in mpt3sas_trigger_event()
343 u8 found_match; in mpt3sas_trigger_scsi() local
[all …]
/openbmc/linux/drivers/acpi/nfit/
H A Dmce.c37 int found_match = 0; in nfit_handle_mce() local
50 found_match = 1; in nfit_handle_mce()
62 if (!found_match) in nfit_handle_mce()
/openbmc/linux/drivers/hv/
H A Dchannel_mgmt.c235 bool found_match = false; in vmbus_prep_negotiate_resp() local
276 found_match = true; in vmbus_prep_negotiate_resp()
281 if (found_match) in vmbus_prep_negotiate_resp()
285 if (!found_match) in vmbus_prep_negotiate_resp()
288 found_match = false; in vmbus_prep_negotiate_resp()
303 found_match = true; in vmbus_prep_negotiate_resp()
308 if (found_match) in vmbus_prep_negotiate_resp()
318 if (!found_match) { in vmbus_prep_negotiate_resp()
336 return found_match; in vmbus_prep_negotiate_resp()
/openbmc/linux/lib/
H A Dts_fsm.c200 goto found_match; in fsm_find()
245 goto found_match; in fsm_find()
250 found_match: in fsm_find()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dgk20a.c182 goto found_match; in gk20a_pllg_calc_mnp()
189 found_match: in gk20a_pllg_calc_mnp()
/openbmc/openbmc-test-automation/redfish/systems/eventlog/
H A Dtest_event_logging.robot476 ${found_match}= Run Keyword And Return Status Is Watchdog Error Found ${entry}
477 Exit For Loop If '${found_match}' == 'True'
480 Run Keyword If '${found_match}' == 'False' Fail msg=No watchdog error logged.
/openbmc/linux/drivers/pci/
H A Dsetup-bus.c222 bool found_match = false; in reassign_resources_sorted() local
232 found_match = true; in reassign_resources_sorted()
236 if (!found_match) /* Just skip */ in reassign_resources_sorted()