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

/haiku/src/add-ons/kernel/generic/scsi_periph/
H A Derror_handling.cpp279 return MK_ERROR(err_act_retry, B_DEV_READ_ERROR);
H A Dblock.cpp597 if (status == B_DEV_READ_ERROR)
683 if (status == B_DEV_READ_ERROR)
762 if (status == B_DEV_READ_ERROR)
H A Dio.cpp380 if (res.error_code == B_DEV_READ_ERROR && isWrite)
/haiku/src/system/boot/platform/atari_m68k/
H A Dtoscalls.cpp59 return B_DEV_READ_ERROR;
/haiku/src/system/libroot/posix/string/
H A Dstrerror.c359 case B_DEV_READ_ERROR:
/haiku/src/bin/
H A Derror.c77 E(B_DEV_READ_ERROR),
/haiku/headers/os/support/
H A DErrors.h300 #define B_DEV_READ_ERROR (B_DEVICE_ERROR_BASE + 10) macro
/haiku/headers/build/os/support/
H A DErrors.h294 #define B_DEV_READ_ERROR (B_DEVICE_ERROR_BASE + 10) macro
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h716 #define B_DEV_READ_ERROR FSSH_B_DEV_READ_ERROR macro
/haiku/src/add-ons/kernel/busses/usb/
H A Duhci.cpp1533 callbackStatus = transfer->incoming ? B_DEV_WRITE_ERROR : B_DEV_READ_ERROR;
H A Dohci.cpp2603 return B_DEV_READ_ERROR;
H A Dehci.cpp1906 ? B_DEV_WRITE_ERROR : B_DEV_READ_ERROR;
H A Dxhci.cpp273 return directionIn ? B_DEV_WRITE_ERROR : B_DEV_READ_ERROR;

Completed in 204 milliseconds