Searched refs:fcp_lookup_lun (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 547 static struct fcp_lun *fcp_lookup_lun(struct fcp_port *pptr, 2529 } else if ((plun = fcp_lookup_lun(pptr, (uchar_t *)wwn_ptr, in fcp_send_scsi_ioctl() 10867 if ((plun = fcp_lookup_lun(pptr, bytes, lun_num)) == NULL) { in fcp_phys_tgt_init() 10958 if ((plun = fcp_lookup_lun(pptr, bytes, lun_num)) == NULL) { in fcp_virt_tgt_init() 12006 if ((plun = fcp_lookup_lun(pptr, barray, lun_num)) == NULL) { in fcp_scsi_get_name() 14106 fcp_lookup_lun(struct fcp_port *pptr, uchar_t *wwn, uint16_t lun) in fcp_lookup_lun() function
|