Home
last modified time | relevance | path

Searched refs:fcp_get_lun (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c464 static struct fcp_lun *fcp_get_lun(struct fcp_tgt *ptgt,
1627 if ((plun = fcp_get_lun(ptgt, 0)) == NULL) { in fcp_setup_device_data_ioctl()
4871 if ((plun = fcp_get_lun(ptgt, 0)) == NULL) { in fcp_handle_reportlun_changed()
6338 if ((plun = fcp_get_lun(ptgt, 0)) == NULL) { in fcp_icmd_callback()
7828 if ((plun = fcp_get_lun(ptgt, lun_num)) == NULL) { in fcp_handle_reportlun()
7921 fcp_get_lun(struct fcp_tgt *ptgt, uint16_t lun_num) in fcp_get_lun() function