Home
last modified time | relevance | path

Searched refs:MAX_FCTIO_MSG_LEN (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/sun_fc/common/
H A DTgtFCHBAPort.cc56 const int TgtFCHBAPort::MAX_FCTIO_MSG_LEN = 256; member in TgtFCHBAPort
218 snprintf(message, MAX_FCTIO_MSG_LEN, "Unknown error code 0x%x", in transportError()
222 snprintf(message, MAX_FCTIO_MSG_LEN, "%s", fcioErrorString.c_str()); in transportError()
466 char fcioErrorString[MAX_FCTIO_MSG_LEN] = ""; in fct_ioctl()
H A DTgtFCHBA.h60 static const int MAX_FCTIO_MSG_LEN; variable
H A DTgtFCHBA.cc52 const int TgtFCHBA::MAX_FCTIO_MSG_LEN = 256; member in TgtFCHBA
283 char fcioErrorString[MAX_FCTIO_MSG_LEN] = ""; in loadAdapters()
H A DTgtFCHBAPort.h141 static const int MAX_FCTIO_MSG_LEN; variable