Searched defs:discoveredport (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/sun_fc/common/
H A DSun_fcGetDiscPortAttrs.cc47 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 DHandlePort.cc153 * @param discoveredport The index of the discovered port
159 HandlePort::getDiscoveredAttributes(HBA_UINT32 discoveredport) { argument
163 discoveredport, newState);
H A DTgtFCHBAPort.cc299 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 DFCHBAPort.cc620 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 DSun_sasGetDiscoveredPortAttributes.c34 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 48 milliseconds