Searched defs:rls_req (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/sun_fc/common/
H A DFCHBAPort.cc943 fc_portid_t rls_req; local
962 memcpy(&rls_req, &attrs.PortFcId,
967 fcio.fcio_ibuf = (caddr_t)&rls_req;
968 fcio.fcio_ilen = sizeof (rls_req);
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c3335 fc_portid_t rls_req; local
3569 c1->al_ha = rls_req.port_id = *port_addr;
3626 fcio.fcio_ibuf = (caddr_t)&rls_req;
3627 fcio.fcio_ilen = sizeof (rls_req);
3686 c1->al_ha = rls_req.port_id = *port_addr;
3695 fcio.fcio_ibuf = (caddr_t)&rls_req;
3696 fcio.fcio_ilen = sizeof (rls_req);
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c9339 fc_portid_t rls_req; local
9361 if (ddi_copyin((void *)fcio->fcio_ibuf, (void *)&rls_req,
9372 dest = rls_req.port_id;

Completed in 77 milliseconds