Home
last modified time | relevance | path

Searched refs:discoveredport (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/sun_sas/common/
H A DSun_sasGetDiscoveredPortAttributes.c37 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 DSun_fcGetDiscPortAttrs.cc47 HBA_UINT32 port, HBA_UINT32 discoveredport, in Sun_fcGetDiscoveredPortAttributes() argument
60 *attributes = myPort->getDiscoveredAttributes(discoveredport); in Sun_fcGetDiscoveredPortAttributes()
H A DHandlePort.cc159 HandlePort::getDiscoveredAttributes(HBA_UINT32 discoveredport) { in getDiscoveredAttributes() argument
163 discoveredport, newState); in getDiscoveredAttributes()
H A DTgtFCHBAPort.cc299 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 DHandlePort.h64 HBA_UINT32 discoveredport);
H A DHBAPort.h55 HBA_UINT32 discoveredport,
H A DTgtFCHBAPort.h57 HBA_UINT32 discoveredport,
H A DFCHBAPort.h66 HBA_UINT32 discoveredport,
H A DFCHBAPort.cc620 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()