Searched refs:B_TIMED_OUT (Results 76 - 100 of 136) sorted by relevance

123456

/haiku/src/bin/
H A Derror.c172 E(B_TIMED_OUT),
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DNFS4Server.cpp231 if (result != B_TIMED_OUT) {
/haiku/src/system/kernel/
H A Dlow_resource_manager.cpp254 if (status == B_TIMED_OUT)
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_common.cpp413 PS2_CMD_MOUSE_SET_SCALE11, NULL, 0, NULL, 0, 100000) == B_TIMED_OUT) {
/haiku/src/kits/media/experimental/
H A DAdapterIO.cpp108 return B_TIMED_OUT;
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_port.cpp564 result = B_TIMED_OUT;
1262 if (fPortReset || status == B_TIMED_OUT) {
1271 if (status == B_TIMED_OUT) {
H A Dahci_controller.cpp326 return B_TIMED_OUT;
/haiku/src/tests/system/kernel/
H A Dsyscall_restart_test.cpp420 if (!Interrupted() && status == B_TIMED_OUT)
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DDevice.cpp494 if (status == B_TIMED_OUT) {
/haiku/src/apps/installer/
H A DCopyEngine.cpp546 if (ret == B_TIMED_OUT) {
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DHub.cpp509 return B_TIMED_OUT;
H A DPipe.cpp455 return B_TIMED_OUT;
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerSettings.cpp548 if (rv != B_TIMED_OUT && rv < B_OK)
/haiku/src/add-ons/kernel/drivers/input/i2c_elan/
H A DELANDevice.cpp277 if (result == B_TIMED_OUT) {
/haiku/src/add-ons/kernel/network/stack/
H A Dutility.cpp332 if (status == B_TIMED_OUT || status == B_OK) {
373 // B_TIMED_OUT - look for timers to be executed
/haiku/src/system/boot/loader/net/
H A DTCP.cpp326 return (timeout == 0) ? B_WOULD_BLOCK : B_TIMED_OUT;
668 return timeout == 0 ? B_WOULD_BLOCK : B_TIMED_OUT;
/haiku/src/servers/net/
H A DDHCPClient.cpp738 if (bytesReceived < 0 && errno == B_TIMED_OUT) {
741 return B_TIMED_OUT;
/haiku/src/add-ons/kernel/drivers/disk/usb/usb_disk/
H A Dusb_disk.cpp252 if (result == B_TIMED_OUT) {
656 if (result != B_TIMED_OUT)
927 || result == B_TIMED_OUT || result == B_DEV_STALLED))
/haiku/src/apps/mediaplayer/supplier/
H A DMediaTrackAudioSupplier.cpp582 error = B_TIMED_OUT;
/haiku/src/add-ons/input_server/devices/wacom/
H A DTabletDevice.cpp694 if (ret == B_TIMED_OUT)
/haiku/src/servers/app/
H A DEventDispatcher.cpp1010 } else if (status == B_TIMED_OUT) {
/haiku/src/add-ons/accelerants/radeon_hd/
H A Dgpu.cpp352 return B_TIMED_OUT;
/haiku/src/kits/media/
H A DMediaNode.cpp376 if (error != B_TIMED_OUT && error != B_BAD_PORT_ID) {
/haiku/src/add-ons/media/media-add-ons/video_producer_demo/
H A DProducer.cpp659 /* The only acceptable responses are B_OK and B_TIMED_OUT. Everything
662 if ((err != B_OK) && (err != B_TIMED_OUT))
/haiku/src/libs/compat/freebsd_network/
H A Dusb.cpp178 case B_TIMED_OUT: return USB_ERR_TIMEOUT;

Completed in 223 milliseconds

123456