__starget_for_each_device — helper to walk all devices of a target (UNLOCKED)
void __starget_for_each_device ( | struct scsi_target * starget, |
void * data, | |
void (*fn)
( struct scsi_device *, void *) ) ; |
starget
target whose devices we want to iterate over.
data
parameter for callback fn
()
fn
callback function that is invoked for each device