Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c1877 bcopy(ptgt->tgt_port_wwn.raw_wwn, in fcp_get_target_mappings()
2914 if (fcp_should_mask(&ptgt->tgt_port_wwn, in fcp_is_reconfig_needed()
2953 &ptgt->tgt_port_wwn, lun_num) == TRUE)) { in fcp_is_reconfig_needed()
3227 bcopy(&devlist.map_pwwn, &ptgt->tgt_port_wwn.raw_wwn[0], in fcp_port_create_tgt()
4982 bcopy(&map_entry->map_pwwn, &ptgt->tgt_port_wwn.raw_wwn[0], in fcp_handle_mapflags()
5058 (caddr_t)&ptgt->tgt_port_wwn.raw_wwn[0], in fcp_handle_mapflags()
5059 sizeof (ptgt->tgt_port_wwn)) == 0) { in fcp_handle_mapflags()
6154 bcmp((caddr_t)wwn, (caddr_t)&ptgt->tgt_port_wwn.raw_wwn[0], in fcp_lookup_target()
6155 sizeof (ptgt->tgt_port_wwn)) == 0) { in fcp_lookup_target()
6256 *((int *)&ptgt->tgt_port_wwn.raw_wwn[0]), in fcp_icmd_callback()
[all …]
/titanic_44/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h791 la_wwn_t tgt_port_wwn; member