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