Home
last modified time | relevance | path

Searched refs:getPortWWN (Results 1 – 25 of 33) sorted by relevance

12

/illumos-gate/usr/src/lib/sun_fc/common/
H A DIOError.cc68 "On HBA port %016llx (%s)", port->getPortWWN(), in IOError()
81 "On HBA port %016llx target %016llx (%s)", port->getPortWWN(), in IOError()
96 port->getPortWWN(), in IOError()
H A DAdapterDeviceEventListener.cc64 uint64_t lwwn = htonll(e->getPortWWN()); in dispatch()
66 if (port->getPortWWN() == lwwn) { in dispatch()
H A DHandlePort.cc78 log.debug("Port %016llx state %016llx", port->getPortWWN(), newState); in validate()
101 ret = (portWWN == port->getPortWWN()); in match()
196 return (getHandleNPIVPort(vport->getPortWWN())); in getHandleNPIVPortByIndex()
H A DAdapterPortEventListener.cc64 uint64_t lwwn = e->getPortWWN(); in dispatch()
66 if (port->getPortWWN() == lwwn) { in dispatch()
H A DHandleNPIVPort.cc85 vport->getPortWWN(), newState); in validate()
109 ret = (portWWN == vport->getPortWWN()); in match()
H A DHBANPIVPort.cc62 return (this->getPortWWN() == comp.getPortWWN() && in operator ==()
H A DHBAPort.cc66 return (this->getPortWWN() == comp.getPortWWN() && in operator ==()
262 npivportsByWWN[port->getPortWWN()] = port; in addPort()
H A DAdapterAddEvent.h44 uint64_t getPortWWN() { return (wwn); } in getPortWWN() function
H A DHBA.cc76 portsByWWN[port->getPortWWN()] = port; in addPort()
151 if (port->second->getPortWWN() == wwn) { in containsWWN()
H A DAdapterPortStatEvent.h50 uint64_t getPortWWN() { return (wwn); } in getPortWWN() function
H A DHBANPIVPort.h47 virtual uint64_t getPortWWN() = 0;
H A DAdapterEvent.h52 uint64_t getPortWWN() { return (wwn); } in getPortWWN() function
H A DAdapterAddEventListener.cc62 uint64_t lwwn = htonll(e->getPortWWN()); in dispatch()
H A DAdapterDeviceEvent.h50 uint64_t getPortWWN() { return (wwn); } in getPortWWN() function
H A DAdapterPortStatEventListener.cc64 uint64_t lwwn = htonll(e->getPortWWN()); in dispatch()
H A DAdapterPortEvent.h53 uint64_t getPortWWN() { return (wwn); } in getPortWWN() function
H A DLinkEvent.h47 uint64_t getPortWWN() { return (wwn); } in getPortWWN() function
H A DFCHBANPIVPort.h52 virtual uint64_t getPortWWN() in getPortWWN() function
H A DAdapterEventListener.cc64 uint64_t lwwn = e->getPortWWN(); in dispatch()
H A DSun_fcSendCTPassThru.cc50 uint64_t tmp = htonll(port->getPortWWN()); in Sun_fcSendCTPassThru()
H A DLinkEventListener.cc64 uint64_t lwwn = htonll(e->getPortWWN()); in dispatch()
H A DSun_fcSendRNID.cc49 uint64_t tmp = htonll(port->getPortWWN()); in Sun_fcSendRNID()
H A DSun_fcSendReportLUNs.cc50 uint64_t tmp = htonll(port->getPortWWN()); in Sun_fcSendReportLUNs()
H A DSun_fcSendReadCapacity.cc52 uint64_t tmp = htonll(port->getPortWWN()); in Sun_fcSendReadCapacity()
H A DSun_fcSendScsiInquiry.cc51 uint64_t tmp = htonll(port->getPortWWN()); in Sun_fcSendScsiInquiry()

12