Searched refs:HBAList (Results 1 - 16 of 16) sorted by relevance

/osnet-11/usr/src/lib/sun_fc/common/
H A DSun_fcGetNumberOfTgtAdapters.cc28 #include "HBAList.h"
35 * @doc Refer to the HBAList documentation for behavior
36 * @see HBAList::getNnumberofAdapters
42 HBAList* list = HBAList::instance();
H A DSun_fcFreeLibrary.cc28 #include "HBAList.h"
47 HBAList* list = HBAList::instance();
H A DSun_fcLoadLibrary.cc28 #include "HBAList.h"
48 HBAList* list = HBAList::instance();
H A DSun_fcGetNumberOfAdapters.cc28 #include "HBAList.h"
36 * @doc Refer to the HBAList documentation for behavior
37 * @see HBAList::getNnumberofAdapters
43 HBAList* list = HBAList::instance();
H A DSun_fcGetVendorLibraryAttributes.cc31 #include "HBAList.h"
52 HBAList* list = HBAList::instance();
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 DSun_fcGetAdapterName.cc28 #include "HBAList.h"
55 HBAList* list = HBAList::instance();
H A DSun_fcGetTgtAdapterName.cc28 #include "HBAList.h"
55 HBAList* list = 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...]
H A DSun_fcOpenAdapter.cc29 #include "HBAList.h"
53 return (HBAList::instance()->openHBA(name)->getHandle());
H A DSun_fcOpenAdapterByWWN.cc29 #include "HBAList.h"
52 *handle = HBAList::instance()->
H A DSun_fcOpenTgtAdapter.cc29 #include "HBAList.h"
53 return (HBAList::instance()->openTgtHBA(name)->getHandle());
H A DSun_fcOpenTgtAdapterByWWN.cc29 #include "HBAList.h"
52 *handle = HBAList::instance()->
H A DTgtFCHBA.cc42 #include <HBAList.h>
330 if (tgthbaList->numPorts > HBAList::HBA_MAX_PER_LIST) {
H A DFCHBA.cc42 #include <HBAList.h>
451 if (pathList->numAdapters > HBAList::HBA_MAX_PER_LIST) {
/osnet-11/usr/src/lib/sun_fc/
H A DMakefile.com38 HBAList.o \

Completed in 20 milliseconds