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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c8632 EXT_VPORT_INFO tmp_vport = {0}; local
8647 bcopy(vha->loginparams.node_ww_name.raw_wwn, tmp_vport.wwnn,
8649 bcopy(vha->loginparams.nport_ww_name.raw_wwn, tmp_vport.wwpn,
8651 tmp_vport.state = vha->state;
8652 tmp_vport.id = vha->vp_index;
8656 tmp_vport.used++;
8662 if (max_vport > tmp_vport.used) {
8663 tmp_vport.free = max_vport - tmp_vport.used;
8666 if (ddi_copyout((void *)&tmp_vport,
[all...]

Completed in 81 milliseconds