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

/opensolaris-onvv-gate/usr/src/lib/sun_fc/common/
H A DHBAPort.cc256 if (npivportsByIndex.size() + 1 > HBA_NPIV_PORT_MAX) {
263 npivportsByIndex.insert(npivportsByIndex.end(), port);
293 if (index >= npivportsByIndex.size() || index < 0) {
296 HBANPIVPort *tmp = npivportsByIndex[index];
H A DHBAPort.h126 std::vector<HBANPIVPort*> npivportsByIndex; member in class:HBAPort

Completed in 82 milliseconds