Searched refs:fd_vv (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h153 uchar_t fd_vv[16]; /* Vendor Version */ member in struct:fc_remote_node
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c4226 FC_GET_RSP(pd->pd_port, *handle, (uint8_t *)node->fd_vv,
4227 (uint8_t *)acc->vendor_version, sizeof (node->fd_vv),
4230 bcopy(acc->vendor_version, node->fd_vv, sizeof (node->fd_vv));
4280 bzero(node->fd_vv, sizeof (node->fd_vv));
5028 (uint8_t *)&node->fd_vv,
5030 sizeof (node->fd_vv), DDI_DEV_AUTOINCR);
8556 bcopy(node->fd_vv, params->vendor_version,
8557 sizeof (node->fd_vv));
[all...]

Completed in 86 milliseconds