Searched refs:XS_NOERROR (Results 1 - 25 of 51) sorted by relevance

123

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Daic7xxx_cam.h66 CAM_REQ_CMP = XS_NOERROR, /* CCB request completed without error */
H A Disp_netbsd.h244 # define HBA_NOERROR XS_NOERROR
255 #define XS_NOERR(xs) (xs)->error == XS_NOERROR
259 if (xs->error == XS_NOERROR) { \
H A Dsunscpal.c873 if (xs->error == XS_NOERROR)
880 if (xs->error != XS_NOERROR)
1048 case XS_NOERROR:
1195 * XS_NOERROR ==> selection worked
1250 return XS_NOERROR;
H A Dncr5380sbc.c745 if (xs->error == XS_NOERROR)
752 if (xs->error != XS_NOERROR)
760 xs->error = XS_NOERROR;
925 case XS_NOERROR:
1289 * XS_NOERROR ==> selection worked
1495 return XS_NOERROR;
H A Duha.c349 if (xs->error == XS_NOERROR) {
H A Daic79xx_osm.c248 if (ahd_get_transaction_status(scb) != XS_NOERROR)
255 if (xs->error != XS_NOERROR) {
H A Dadv.c899 xs->error = XS_NOERROR;
H A Ddpt.c733 if (xs->error == XS_NOERROR) {
850 if (xs->error != XS_NOERROR) {
H A Dciss.c962 xs->error = XS_NOERROR;
1042 xs->error = XS_NOERROR;
H A Dmb89352.c831 if (xs->error == XS_NOERROR) {
1876 acb->xs->error = XS_NOERROR;
H A Dadw.c1076 xs->error = XS_NOERROR;
H A Daha.c693 if (xs->error == XS_NOERROR) {
H A Daic7xxx_osm.c264 if (xs->error != XS_NOERROR) {
/netbsd-6-1-5-RELEASE/sys/arch/bebox/stand/boot/
H A Dsiop.c474 xs->error = XS_NOERROR;
552 if (xs->error != XS_NOERROR) {
590 xs->error = XS_NOERROR;
788 xs.error = XS_NOERROR;
821 sense.error = XS_NOERROR;
1113 xs.error = XS_NOERROR;
/netbsd-6-1-5-RELEASE/sys/compat/linux/common/
H A Dlinux_sg.c224 case XS_NOERROR:
/netbsd-6-1-5-RELEASE/sys/dev/scsipi/
H A Dscsipi_base.c1314 if (xs->error != XS_NOERROR)
1356 if (xs->error == XS_NOERROR) {
1387 * xs->error == XS_NOERROR
1432 /* we've been frozen because xs->error != XS_NOERROR */
1452 if (xs->error != XS_NOERROR)
1460 case XS_NOERROR:
1585 xs->error = XS_NOERROR;
1598 * scsipi_done() freezes the queue if not XS_NOERROR.
1601 if (xs->error != XS_NOERROR)
1867 xs->error = XS_NOERROR;
[all...]
H A Dscsipi_ioctl.c155 case XS_NOERROR:
H A Dscsipiconf.h476 XS_NOERROR, /* there is no error, (sense is invalid) */ enumerator in enum:__anon8206
H A Dsd.c1614 xs->error = XS_NOERROR;
1625 xs->error != XS_NOERROR)
/netbsd-6-1-5-RELEASE/sys/dev/i2o/
H A Diopsp.c418 xs->error = XS_NOERROR;
588 xs->error = XS_NOERROR;
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dumass_scsipi.c296 xs->error = XS_NOERROR;
414 xs->error = XS_NOERROR;
H A Dusscanner.c513 xs->error = XS_NOERROR;
668 xs->error = XS_NOERROR;
/netbsd-6-1-5-RELEASE/sys/arch/x68k/dev/
H A Dmha.c883 * initial XS_NOERROR, and the status code signals that we should
889 if (xs->error == XS_NOERROR) {
1852 acb->xs->error = XS_NOERROR;
/netbsd-6-1-5-RELEASE/sys/dev/eisa/
H A Dahb.c566 if (xs->error == XS_NOERROR) {
/netbsd-6-1-5-RELEASE/sys/arch/newsmips/apbus/
H A Dspifi.c724 if (xs->error == XS_NOERROR)

Completed in 406 milliseconds

123