Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/sun_fc/common/
H A DHBAList.cc51 HBAList* HBAList::_instance = 0; member in HBAList
67 _instance = NULL; in unload()
82 if (_instance == 0) { in instance()
83 _instance = new HBAList(); in instance()
85 return (_instance); in instance()
H A DFCSyseventBridge.cc41 FCSyseventBridge* FCSyseventBridge::_instance = NULL; member in FCSyseventBridge
45 if (_instance == NULL) { in getInstance()
46 _instance = new FCSyseventBridge(); in getInstance()
48 return (_instance); in getInstance()
H A DHBAList.h74 static HBAList* _instance;
H A DFCSyseventBridge.h84 static FCSyseventBridge* _instance; variable