Searched refs:_instance (Results 1 – 4 of 4) sorted by relevance
51 HBAList* HBAList::_instance = 0; member in HBAList67 _instance = NULL; in unload()82 if (_instance == 0) { in instance()83 _instance = new HBAList(); in instance()85 return (_instance); in instance()
41 FCSyseventBridge* FCSyseventBridge::_instance = NULL; member in FCSyseventBridge45 if (_instance == NULL) { in getInstance()46 _instance = new FCSyseventBridge(); in getInstance()48 return (_instance); in getInstance()
74 static HBAList* _instance;
84 static FCSyseventBridge* _instance; variable