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

  /src/sys/dev/ic/
isp.c 5278 if ((XS_NOERR(xs) || XS_ERR(xs) == HBA_NOERROR) && (*XS_STSP(xs) == SCSI_BUSY)) {
5322 } else if (XS_NOERR(xs)) {
5329 if (XS_NOERR(xs)) {
5345 ((isp->isp_dblev & (ISP_LOGDEBUG0|ISP_LOG_CWARN) && ((!XS_NOERR(xs)) || (*XS_STSP(xs) != SCSI_GOOD))))) {
6025 if (XS_NOERR(xs)) {
6033 if (XS_NOERR(xs)) {
6108 if (XS_NOERR(xs)) {
6117 if (XS_NOERR(xs)) {
6127 if (XS_NOERR(xs)) {
6135 if (XS_NOERR(xs))
    [all...]
isp_netbsd.h 255 #define XS_NOERR(xs) ((xs)->error == XS_NOERROR)
isp_netbsd.c 774 if (XS_NOERR(xs)) {

Completed in 19 milliseconds