Searched refs:report_lun (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c2871 struct fcp_reportlun_resp *report_lun; local
2876 report_lun = kmem_zalloc(fpkt->pkt_datalen, KM_SLEEP);
2878 FCP_CP_IN(fpkt->pkt_data, report_lun, fpkt->pkt_data_acc,
2882 num_luns = BE_32(report_lun->num_lun) >> 3;
2907 lun_string = (uchar_t *)&(report_lun->lun_string[i]);
2932 kmem_free(report_lun, fpkt->pkt_datalen);
2944 lun_string = (uchar_t *)&(report_lun->lun_string[i]);
2977 kmem_free(report_lun, fpkt->pkt_datalen);
7581 struct fcp_reportlun_resp *report_lun; local
7588 ((report_lun
[all...]

Completed in 85 milliseconds