Home
last modified time | relevance | path

Searched refs:MAX_FCIO_MSG_LEN (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/sun_fc/common/
H A DFCHBANPIVPort.cc55 const int FCHBANPIVPort::MAX_FCIO_MSG_LEN = 256; member in FCHBANPIVPort
106 char fcioErrorString[MAX_FCIO_MSG_LEN] = ""; in fp_ioctl()
309 snprintf(message, MAX_FCIO_MSG_LEN, "Unknown error code 0x%x", in transportError()
313 snprintf(message, MAX_FCIO_MSG_LEN, "%s", fcioErrorString.c_str()); in transportError()
H A DFCHBA.h58 static const int MAX_FCIO_MSG_LEN; variable
H A DFCHBANPIVPort.h61 static const int MAX_FCIO_MSG_LEN; variable
H A DFCHBA.cc51 const int FCHBA::MAX_FCIO_MSG_LEN = 256; member in FCHBA
110 char fcioErrorString[MAX_FCIO_MSG_LEN] = ""; in FCHBA()
383 char fcioErrorString[MAX_FCIO_MSG_LEN] = ""; in loadAdapters()
H A DFCHBAPort.cc60 const int FCHBAPort::MAX_FCIO_MSG_LEN = 256; member in FCHBAPort
223 snprintf(message, MAX_FCIO_MSG_LEN, "Unknown error code 0x%x", in transportError()
227 snprintf(message, MAX_FCIO_MSG_LEN, "%s", fcioErrorString.c_str()); in transportError()
310 char fcioErrorString[MAX_FCIO_MSG_LEN] = ""; in sendSCSIPassThru()
1218 char fcioErrorString[MAX_FCIO_MSG_LEN] = ""; in fp_ioctl()
H A DFCHBAPort.h134 static const int MAX_FCIO_MSG_LEN; variable