Searched defs:HBAList (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/sun_fc/common/
H A DHBAList.h49 class HBAList : public Lockable{ class in inherits:Lockable
51 static HBAList* instance();
52 ~HBAList();
67 HBAList(); // Singleton
74 static HBAList* _instance;
H A DHBAList.cc25 #include "HBAList.h"
38 * @see HBAList::instance
40 HBAList::HBAList() { } function in class:HBAList
45 HBAList* HBAList::_instance = 0;
50 const int32_t HBAList::HBA_MAX_PER_LIST = INT_MAX;
58 HBA_STATUS HBAList::unload() {
59 Trace log("HBAList::unload");
70 * @doc Only one instance of HBAList mus
[all...]

Completed in 29 milliseconds