Searched refs:B_DEV_STALLED (Results 1 - 18 of 18) sorted by relevance

/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dusb_defs.h43 #define B_DEV_STALLED 0x8000a015 /* some "forgotten" error */ macro
H A Dproto_cbi.c221 if(status == B_DEV_STALLED){
244 if(udi->status == B_DEV_STALLED){
H A Dproto_common.c64 if(udi->status == B_DEV_STALLED){
H A Dproto_bulk.c118 if(status == B_DEV_STALLED){
351 if(status != B_OK && status != B_DEV_STALLED){
/haiku/src/system/libroot/posix/string/
H A Dstrerror.c383 case B_DEV_STALLED:
/haiku/src/add-ons/kernel/drivers/input/usb_hid/
H A DHIDDevice.cpp335 if (status == B_DEV_STALLED && !device->fRemoved) {
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DSerialDevice.cpp600 if (device->fStatusRead == B_DEV_STALLED
667 if (fStatusWrite == B_DEV_STALLED) {
/haiku/src/bin/
H A Derror.c81 E(B_DEV_STALLED),
/haiku/headers/os/support/
H A DErrors.h312 #define B_DEV_STALLED (B_DEVICE_ERROR_BASE + 21) macro
/haiku/src/add-ons/kernel/drivers/disk/usb/usb_disk/
H A Dusb_disk.cpp394 if (device->status == B_DEV_STALLED) {
478 if (device->status == B_DEV_STALLED) {
927 || result == B_TIMED_OUT || result == B_DEV_STALLED))
/haiku/headers/build/os/support/
H A DErrors.h306 #define B_DEV_STALLED (B_DEVICE_ERROR_BASE + 21) macro
/haiku/src/libs/compat/freebsd_network/
H A Dusb.cpp176 case B_DEV_STALLED: return USB_ERR_STALLED;
/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.cpp285 return B_DEV_STALLED;
287 return B_DEV_STALLED;
1134 if (status != B_OK && status != B_DEV_STALLED) {
1141 if (status == B_DEV_STALLED) {
2972 return B_DEV_STALLED;
H A Dehci.cpp1919 callbackStatus = B_DEV_STALLED;
1929 callbackStatus = B_DEV_STALLED;
1939 callbackStatus = B_DEV_STALLED;
H A Duhci.cpp1558 callbackStatus = B_DEV_STALLED;
H A Dohci.cpp2582 return B_DEV_STALLED;
/haiku/src/add-ons/kernel/drivers/bus/usb/
H A Dusb_raw.cpp266 case B_DEV_STALLED:
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h728 #define B_DEV_STALLED FSSH_B_DEV_STALLED macro

Completed in 289 milliseconds