Searched refs:scsiLUN (Results 1 – 2 of 2) sorted by relevance
136 void printLUNInfo(struct scsi_inquiry *inq, HBA_UINT32 scsiLUN, char *devpath);
307 printLUNInfo(struct scsi_inquiry *inq, HBA_UINT32 scsiLUN, char *devpath) { in printLUNInfo() argument308 fprintf(stdout, "\tLUN: %d\n", scsiLUN); in printLUNInfo()