Searched refs:B_TIMED_OUT (Results 101 - 125 of 136) sorted by relevance

123456

/haiku/src/add-ons/kernel/drivers/input/wacom/
H A Dwacom.c558 if (ret == B_TIMED_OUT) {
563 "B_TIMED_OUT\n", cookie, kBasePublishPath,
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixProducer/
H A DProducer.cpp676 /* The only acceptable responses are B_OK and B_TIMED_OUT. Everything
679 if ((err != B_OK) && (err != B_TIMED_OUT))
/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci.cpp257 return B_TIMED_OUT;
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp344 if (error == B_TIMED_OUT)
566 if (status == B_TIMED_OUT || status == B_WOULD_BLOCK)
704 if (status == B_TIMED_OUT && socket->receive.timeout == 0)
1010 if ((status == B_TIMED_OUT || status == B_INTERRUPTED)
/haiku/src/system/kernel/
H A Dthread.cpp1424 if (status == B_TIMED_OUT || status == B_WOULD_BLOCK)
2875 thread_unblock(thread, B_TIMED_OUT);
2946 uses \c B_INTERRUPTED. When the timeout occurred, \c B_TIMED_OUT is
2987 if (error != B_TIMED_OUT && useTimer)
H A Dport.cpp727 if (status == B_TIMED_OUT)
728 return B_TIMED_OUT;
H A Dsem.cpp776 return B_TIMED_OUT;
/haiku/src/kits/media/
H A DMediaDefs.cpp1355 if (err == B_TIMED_OUT || shutdown == false) {
1379 if (err == B_TIMED_OUT || shutdown == false) {
/haiku/src/add-ons/kernel/drivers/audio/ice1712/
H A Dmulti.cpp147 | B_CAN_INTERRUPT, 50000) == B_TIMED_OUT) {
/haiku/src/add-ons/kernel/drivers/common/
H A Dusb_modeswitch.cpp364 if (result == B_TIMED_OUT) {
/haiku/src/add-ons/kernel/drivers/midi/usb_midi/
H A Dusb_midi.cpp581 if (err == B_TIMED_OUT) {
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp453 if (status == B_TIMED_OUT || status == -1) {
/haiku/src/add-ons/accelerants/radeon_hd/
H A Ddisplayport.cpp77 return B_TIMED_OUT;
/haiku/src/add-ons/kernel/drivers/bus/usb/
H A Dusb_raw.cpp257 case B_TIMED_OUT:
/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusb.cpp139 return B_TIMED_OUT;
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DProducer.cpp1086 /* The only acceptable responses are B_OK and B_TIMED_OUT. Everything
1089 if ((err != B_OK) && (err != B_TIMED_OUT))
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DProducer.cpp900 /* The only acceptable responses are B_OK and B_TIMED_OUT. Everything
903 if ((err != B_OK) && (err != B_TIMED_OUT))
/haiku/src/apps/cortex/NodeManager/
H A DNodeGroup.cpp1636 if(err == B_TIMED_OUT) {
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DDevice.cpp709 if (status == B_TIMED_OUT) {
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Dmulti.c687 == B_TIMED_OUT) {
/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dnfs_add_on.c310 } while (result == B_TIMED_OUT && retries >= 0);
344 if (err == B_TIMED_OUT)
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBMediaNode.cpp1798 != B_TIMED_OUT) {
2012 != B_TIMED_OUT) {
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h511 #define B_TIMED_OUT FSSH_B_TIMED_OUT macro
/haiku/src/system/kernel/debug/
H A Dsystem_profiler.cpp590 if (error != B_TIMED_OUT)
/haiku/src/add-ons/kernel/drivers/disk/nvme/
H A Dnvme_disk.cpp443 status = B_TIMED_OUT;

Completed in 210 milliseconds

123456