Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_ulpif.h152 int fc_ulp_getportmap(opaque_t port_handle, fc_portmap_t **map,
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c4388 if (fc_ulp_getportmap(fport->fcipp_handle, &port_map, in fcip_handle_topology()
4439 if (fc_ulp_getportmap(fport->fcipp_handle, &port_map, in fcip_handle_topology()
6931 if (fc_ulp_getportmap(fport->fcipp_handle, &port_map, in fcip_get_broadcast_did()
H A Dfcp.c10100 if ((res = fc_ulp_getportmap(pptr->port_fp_handle, in fcp_handle_port_attach()
12256 if ((res = fc_ulp_getportmap(pptr->port_fp_handle, in fcp_handle_port_resume()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c935 fc_ulp_getportmap(opaque_t port_handle, fc_portmap_t **map, uint32_t *len, in fc_ulp_getportmap() function