Searched refs:tmp_dh (Results 1 – 1 of 1) sorted by relevance
57 struct scsi_device_handler *tmp_dh, *found_dh = NULL; in device_handler_match_function() local60 list_for_each_entry(tmp_dh, &scsi_dh_list, list) { in device_handler_match_function()61 if (tmp_dh->match && tmp_dh->match(sdev)) { in device_handler_match_function()62 found_dh = tmp_dh; in device_handler_match_function()