HomeSort by: relevance | last modified time | path
    Searched refs:XS_ERR (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
isp_netbsd.h 254 #define XS_ERR(xs) (xs)->error
isp.c 5278 if ((XS_NOERR(xs) || XS_ERR(xs) == HBA_NOERROR) && (*XS_STSP(xs) == SCSI_BUSY)) {
5412 isp_xs_prt(isp, xs, ISP_LOGALL, "FIN dl%d resid %ld CDB=%s STS 0x%x XS_ERR=0x%x", XS_XFRLEN(xs), (long) XS_GET_RESID(xs), cdbstr, *XS_STSP(xs), XS_ERR(xs));

Completed in 18 milliseconds