Searched refs:openHBA (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/sun_fc/common/
H A DSun_fcOpenAdapter.cc53 return (HBAList::instance()->openHBA(name)->getHandle());
H A DSun_fcOpenAdapterByWWN.cc53 openHBA(wwnConversion(wwn.wwn))->getHandle();
H A DHBAList.h60 Handle* openHBA(std::string name);
62 Handle* openHBA(uint64_t wwn);
H A DHBAList.cc97 Handle* HBAList::openHBA(string name) { function in class:HBAList
98 Trace log("HBAList::openHBA(name)");
137 Trace log("HBAList::openHBA(name)");
226 Handle* HBAList::openHBA(uint64_t wwn) { function in class:HBAList
228 Trace log("HBAList::openHBA(wwn)");

Completed in 16 milliseconds