Searched refs:transportError (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/sun_fc/common/ |
H A D | FCHBANPIVPort.h | 62 static void transportError(uint32_t fcio_error, char *message);
|
H A D | FCHBANPIVPort.cc | 125 transportError(fcio->fcio_errno, fcioErrorString); 155 FCHBANPIVPort::transportError(uint32_t fcio_errno, char *message) { function in class:FCHBANPIVPort 156 Trace log("transportError");
|
H A D | FCHBAPort.h | 136 static void transportError(uint32_t fcio_errno, char *message);
|
H A D | TgtFCHBAPort.h | 142 static void transportError(uint32_t fcio_errno, char *message);
|
H A D | TgtFCHBAPort.cc | 65 TgtFCHBAPort::transportError(uint32_t fctio_errno, char *message) { function in class:TgtFCHBAPort 66 Trace log("transportError"); 476 transportError(fctio->fctio_errno, fcioErrorString);
|
H A D | FCHBAPort.cc | 68 FCHBAPort::transportError(uint32_t fcio_errno, char *message) { function in class:FCHBAPort 69 Trace log("transportError"); 340 transportError(fscsi->scsi_fc_status, fcioErrorString); 1236 transportError(fcio->fcio_errno, fcioErrorString);
|
Completed in 273 milliseconds