Searched refs:found_dh (Results 1 – 1 of 1) sorted by relevance
57 struct scsi_device_handler *tmp_dh, *found_dh = NULL; in device_handler_match_function() local62 found_dh = tmp_dh; in device_handler_match_function()67 return found_dh; in device_handler_match_function()83 struct scsi_device_handler *found_dh; in device_handler_match() local85 found_dh = device_handler_match_function(sdev); in device_handler_match()87 if (scsi_dh && found_dh != scsi_dh) in device_handler_match()88 found_dh = NULL; in device_handler_match()90 return found_dh; in device_handler_match()