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

/illumos-gate/usr/src/lib/sun_fc/common/
H A DHandle.cc73 * @param myhba The HBA to open a handle for
75 Handle::Handle(HBA *myhba) { argument
100 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 43 milliseconds