Searched refs:discoveredport (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/sun_fc/common/ |
H A D | Sun_fcGetDiscPortAttrs.cc | 47 HBA_UINT32 port, HBA_UINT32 discoveredport, 60 *attributes = myPort->getDiscoveredAttributes(discoveredport); 46 Sun_fcGetDiscoveredPortAttributes(HBA_HANDLE handle, HBA_UINT32 port, HBA_UINT32 discoveredport, PHBA_PORTATTRIBUTES attributes) argument
|
H A D | HandlePort.h | 64 HBA_UINT32 discoveredport);
|
H A D | HandlePort.cc | 153 * @param discoveredport The index of the discovered port 159 HandlePort::getDiscoveredAttributes(HBA_UINT32 discoveredport) { argument 163 discoveredport, newState);
|
H A D | TgtFCHBAPort.cc | 299 HBA_UINT32 discoveredport, uint64_t &stateChange) { 328 fctio.fctio_alen = (uint32_t)(sizeof (discoveredport)); 329 fctio.fctio_abuf = (uint64_t)(uintptr_t)&discoveredport; 298 getDiscoveredAttributes( HBA_UINT32 discoveredport, uint64_t &stateChange) argument
|
H A D | FCHBAPort.h | 66 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.cc | 620 HBA_UINT32 discoveredport, uint64_t &stateChange) { 634 fcio.fcio_ilen = sizeof (discoveredport); 635 fcio.fcio_ibuf = (caddr_t)&discoveredport; 619 getDiscoveredAttributes( HBA_UINT32 discoveredport, uint64_t &stateChange) argument
|
/illumos-gate/usr/src/lib/sun_sas/common/ |
H A D | Sun_sasGetDiscoveredPortAttributes.c | 34 HBA_UINT32 port, HBA_UINT32 discoveredport, 47 "discovered port %d", handle, port, discoveredport); 110 if (hba_disco_port->index == discoveredport) { 118 discoveredport, port, handle); 33 Sun_sasGetDiscoveredPortAttributes(HBA_HANDLE handle, HBA_UINT32 port, HBA_UINT32 discoveredport, SMHBA_PORTATTRIBUTES *attributes) argument
|
Completed in 84 milliseconds