Home
last modified time | relevance | path

Searched refs:modeVal (Results 1 – 2 of 2) sorted by last modified time

/illumos-gate/usr/src/lib/sun_fc/common/
H A DHandle.cc78 modeVal = INITIATOR; in Handle()
122 modeVal = m;
H A DHandle.h68 MODE getMode() { return (modeVal); }; in getMode()
79 MODE modeVal; variable