Searched refs:bscv_faulty (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dbscv.c119 static boolean_t bscv_faulty(bscv_soft_state_t *);
1103 * bscv_faulty() - returns B_TRUE if the LOM (communications) have been
1172 if (bscv_faulty(ssp)) {
1236 if (bscv_faulty(ssp)) {
1333 if (bscv_faulty(ssp)) {
1408 if (bscv_faulty(ssp) || bscv_session_error(ssp)) {
1455 bscv_faulty(bscv_soft_state_t *ssp) function
1515 if (bscv_faulty(ssp) || (bscv_retcode(ssp) != 0)) {
1529 if (bscv_faulty(ssp)) {
1587 if (bscv_faulty(ss
[all...]

Completed in 65 milliseconds