other versions
ISCSI_FIND_FLASHNODE(9) | SCSI mid layer | ISCSI_FIND_FLASHNODE(9) |
NAME¶
iscsi_find_flashnode_sess - finds flashnode session entrySYNOPSIS¶
struct device * iscsi_find_flashnode_sess(struct Scsi_Host * shost, void * data, int (*fn) (struct device *dev, void *data));
ARGUMENTS¶
struct Scsi_Host * shostpointer to host data
void * data
pointer to data containing value to use for
comparison
int (*)(struct device *dev, void *data) fn
function pointer that does actual comparison
DESCRIPTION¶
Finds the flashnode session object comparing the data passed using logic defined in passed function pointerRETURN¶
pointer to found flashnode session device object on success NULL on failureAUTHORS¶
James Bottomley <James.Bottomley@hansenpartnership.com>Author.
Rob Landley <rob@landley.net>
Author.
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |