Home
last modified time | relevance | path

Searched refs:en_wwn (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/sun_fc/common/
H A DTgtFCHBAPort.cc266 uint64_t en_wwn = htonll(portwwn); in getPortAttributes() local
270 fctio.fctio_ibuf = (uint64_t)(uintptr_t)&en_wwn; in getPortAttributes()
320 uint64_t en_wwn = htonll(portwwn); in getDiscoveredAttributes() local
324 fctio.fctio_ibuf = (uint64_t)(uintptr_t)&en_wwn; in getDiscoveredAttributes()
365 uint64_t en_wwn = htonll(wwn); in getDiscoveredAttributes() local
372 fctio.fctio_ibuf = (uint64_t)(uintptr_t)&en_wwn; in getDiscoveredAttributes()
H A DTgtFCHBA.cc121 uint64_t en_wwn = htonll(portwwn); in getHBAAttributes() local
129 fctio.fctio_ibuf = (uint64_t)(uintptr_t)&en_wwn; in getHBAAttributes()
196 uint64_t en_wwn = htonll(portwwn); in doForceLip() local
201 fctio.fctio_ibuf = (uint64_t)(uintptr_t)&en_wwn; in doForceLip()
H A DFCHBAPort.cc515 uint64_t en_wwn = htonll(vportwwn); in deleteNPIVPort() local
516 memcpy(&lawwn[0], &en_wwn, sizeof (en_wwn)); in deleteNPIVPort()
536 uint64_t en_wwn = htonll(vnodewwn); in createNPIVPort() local
537 memcpy(&entrybuf.VNodeWWN, &en_wwn, sizeof (en_wwn)); in createNPIVPort()
538 en_wwn = htonll(vportwwn); in createNPIVPort()
539 memcpy(&entrybuf.VPortWWN, &en_wwn, sizeof (en_wwn)); in createNPIVPort()
672 uint64_t en_wwn = htonll(wwn); in getDiscoveredAttributes() local
673 memcpy(&lawwn, &en_wwn, sizeof (en_wwn)); in getDiscoveredAttributes()