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

/illumos-gate/usr/src/uts/common/io/
H A Dbscv.c123 static int bscv_retcode(bscv_soft_state_t *);
1113 * bscv_retcode() - returns the actual error code of the last operation.
1486 bscv_retcode(bscv_soft_state_t *ssp) function
1488 BSCV_TRACE(ssp, '@', "bscv_retcode",
1515 if (bscv_faulty(ssp) || (bscv_retcode(ssp) != 0)) {
2722 test = bscv_retcode(ssp);
5745 if (bscv_retcode(ssp) != 0) {
5806 if (bscv_retcode(ssp) != 0) {

Completed in 56 milliseconds