Lines Matching defs:HandleNPIVPort
28 #include "HandleNPIVPort.h"
42 * @memo Construct a new HandleNPIVPort for state tracking
51 HandleNPIVPort::HandleNPIVPort(Handle *myHandle, HandlePort *myHandlePort,
55 Trace log("HandleNPIVPort::HandleNPIVPort");
64 void HandleNPIVPort::refresh() {
65 Trace log("HandleNPIVPort::refresh");
82 void HandleNPIVPort::validate(uint64_t newState) {
83 Trace log("HandleNPIVPort::validate");
106 bool HandleNPIVPort::match(uint64_t portWWN) {
107 Trace log("HandleNPIVPort::match(wwn)");
120 bool HandleNPIVPort::match(int index) {
121 Trace log("HandleNPIVPort::match(index)");
134 HBA_NPIVATTRIBUTES HandleNPIVPort::getPortAttributes() {
135 Trace log("HandleNPIVPort::getPortAttributes");