Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c554 struct fcp_lun *fcp_get_lun_from_cip(struct fcp_port *pptr,
3858 if ((plun = fcp_get_lun_from_cip(pptr, cip)) == NULL) { in fcp_port_ioctl()
3934 if ((plun = fcp_get_lun_from_cip(pptr, cip)) == NULL) { in fcp_port_ioctl()
4138 if ((plun = fcp_get_lun_from_cip(pptr, cip)) == NULL) { in fcp_port_ioctl()
14334 fcp_get_lun_from_cip(struct fcp_port *pptr, child_info_t *cip) in fcp_get_lun_from_cip() function