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

/illumos-gate/usr/src/lib/sun_fc/common/
H A DFCHBAPort.cc533 HBA_NPIVCREATEENTRY entrybuf; local
537 memcpy(&entrybuf.VNodeWWN, &en_wwn, sizeof (en_wwn));
539 memcpy(&entrybuf.VPortWWN, &en_wwn, sizeof (en_wwn));
540 entrybuf.vindex = vindex;
547 fcio.fcio_ibuf = (caddr_t)&entrybuf;
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c7622 la_npiv_create_entry_t entrybuf; local
7637 &entrybuf, sizeof (la_npiv_create_entry_t), mode)) {
7642 fc_wwn_to_str(&entrybuf.VNodeWWN, ww_nname);
7643 fc_wwn_to_str(&entrybuf.VPortWWN, ww_pname);
7644 vportindex = entrybuf.vindex;
7649 if (fc_get_npiv_port(port, &entrybuf.VPortWWN)) {

Completed in 67 milliseconds