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

/osnet-11/usr/src/lib/sun_fc/common/
H A DHandle.cc70 * @param myhba The HBA to open a handle for
74 Handle::Handle(HBA *myhba, int portIndex) { argument
99 hba = myhba;
113 * @param myhba The HBA to open a handle for
118 Handle::Handle(HBA *myhba, MODE m) {
127 Handle(myhba, TARGET);
153 hba = myhba;

Completed in 15 milliseconds