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

/illumos-gate/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.cc28 #include "HBAList.h"
44 * @see HBAList::instance
46 HBAList::HBAList() { } function in class:HBAList
51 HBAList* HBAList::_instance = 0;
56 const int32_t HBAList::HBA_MAX_PER_LIST = INT_MAX;
64 HBA_STATUS HBAList::unload() {
65 Trace log("HBAList::unload");
76 * @doc Only one instance of HBAList mus
[all...]

Completed in 55 milliseconds