Searched refs:discoveredport (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/sun_sas/common/ |
H A D | Sun_sasGetDiscoveredPortAttributes.c | 37 HBA_UINT32 port, HBA_UINT32 discoveredport, in Sun_sasGetDiscoveredPortAttributes() argument 51 "discovered port %d", handle, port, discoveredport); in Sun_sasGetDiscoveredPortAttributes() 111 if (hba_disco_port->index == discoveredport) { in Sun_sasGetDiscoveredPortAttributes() 119 discoveredport, port, handle); in Sun_sasGetDiscoveredPortAttributes()
|
/illumos-gate/usr/src/lib/sun_fc/common/ |
H A D | Sun_fcGetDiscPortAttrs.cc | 47 HBA_UINT32 port, HBA_UINT32 discoveredport, in Sun_fcGetDiscoveredPortAttributes() argument 60 *attributes = myPort->getDiscoveredAttributes(discoveredport); in Sun_fcGetDiscoveredPortAttributes()
|
H A D | HandlePort.cc | 159 HandlePort::getDiscoveredAttributes(HBA_UINT32 discoveredport) { in getDiscoveredAttributes() argument 163 discoveredport, newState); in getDiscoveredAttributes()
|
H A D | TgtFCHBAPort.cc | 299 HBA_UINT32 discoveredport, uint64_t &stateChange) { in getDiscoveredAttributes() argument 328 fctio.fctio_alen = (uint32_t)(sizeof (discoveredport)); in getDiscoveredAttributes() 329 fctio.fctio_abuf = (uint64_t)(uintptr_t)&discoveredport; in getDiscoveredAttributes()
|
H A D | HandlePort.h | 64 HBA_UINT32 discoveredport);
|
H A D | HBAPort.h | 55 HBA_UINT32 discoveredport,
|
H A D | TgtFCHBAPort.h | 57 HBA_UINT32 discoveredport,
|
H A D | FCHBAPort.h | 66 HBA_UINT32 discoveredport,
|
H A D | FCHBAPort.cc | 620 HBA_UINT32 discoveredport, uint64_t &stateChange) { in getDiscoveredAttributes() argument 634 fcio.fcio_ilen = sizeof (discoveredport); in getDiscoveredAttributes() 635 fcio.fcio_ibuf = (caddr_t)&discoveredport; in getDiscoveredAttributes()
|