Home
last modified time | relevance | path

Searched refs:targetWWN (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/sun_fc/common/
H A DTargetEvent.h52 hbaWWN(myHBAPortWWN), targetWWN(myTargetPortWWN), type(myType) { } in TargetEvent()
54 uint64_t getTargetPortWWN() { return (targetWWN); } in getTargetPortWWN()
59 uint64_t targetWWN; variable
H A DTargetEventBridge.h43 HBAPort *port, uint64_t targetWWN, bool filter) = 0;
H A DFCSyseventBridge.h66 HBAPort *port, uint64_t targetWWN, bool filter);
H A DFCSyseventBridge.cc103 HBAPort *port, uint64_t targetWWN, bool filter) { in addListener() argument