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

/illumos-gate/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"
53 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"
57 HBAList* list = HBAList::instance();
H A DSun_fcGetTgtAdapterName.cc28 #include "HBAList.h"
57 HBAList* list = 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...]
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.cc44 #include <HBAList.h>
330 if (tgthbaList->numPorts > HBAList::HBA_MAX_PER_LIST) {
H A DFCHBA.cc44 #include <HBAList.h>
447 if (pathList->numAdapters > HBAList::HBA_MAX_PER_LIST) {
/illumos-gate/usr/src/lib/sun_fc/
H A DMakefile.com39 HBAList.o \

Completed in 77 milliseconds