Searched refs:_instance (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/rad/pysmf/common/
H A Dfmri.py38 self._instance = instance
84 if self._instance:
90 if self._instance:
100 return self._instance
112 if self._instance:
113 result = result + ":" + self._instance
/osnet-11/usr/src/lib/sun_fc/common/
H A DHBAList.h74 static HBAList* _instance; member in class:HBAList
H A DHBAList.cc45 HBAList* HBAList::_instance = 0; member in class:HBAList
61 _instance = NULL;
76 if (_instance == 0) {
77 _instance = new HBAList();
79 return (_instance);
H A DFCSyseventBridge.h84 static FCSyseventBridge* _instance; member in class:FCSyseventBridge
H A DFCSyseventBridge.cc42 FCSyseventBridge* FCSyseventBridge::_instance = NULL;
46 if (_instance == NULL) {
47 _instance = new FCSyseventBridge();
49 return (_instance);

Completed in 28 milliseconds