Searched refs:B_TIMED_OUT (Results 1 - 25 of 136) sorted by path

123456

/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATAPIDevice.cpp68 return B_TIMED_OUT;
109 return B_TIMED_OUT;
140 if (result == B_TIMED_OUT) {
143 return B_TIMED_OUT;
168 if (result == B_TIMED_OUT) {
171 return B_TIMED_OUT;
/haiku/src/add-ons/kernel/busses/usb/
H A Dehci_rh.cpp142 status_t status = B_TIMED_OUT;
170 status = B_TIMED_OUT;
H A Dohci_rh.cpp144 status_t status = B_TIMED_OUT;
172 status = B_TIMED_OUT;
H A Duhci_rh.cpp143 status_t status = B_TIMED_OUT;
171 status = B_TIMED_OUT;
/haiku/src/add-ons/kernel/debugger/laplinkll/
H A Dlaplinkll.cpp74 return B_TIMED_OUT;
77 return B_TIMED_OUT;
84 return B_TIMED_OUT;
86 return B_TIMED_OUT;
114 return B_TIMED_OUT;
146 return B_TIMED_OUT;
171 return B_TIMED_OUT;
193 return B_TIMED_OUT;
215 return B_TIMED_OUT;
256 } while (err < B_OK);// } while (err == B_TIMED_OUT);
[all...]
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Dio.c73 return B_TIMED_OUT;
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DDevice.cpp494 if (status == B_TIMED_OUT) {
/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/disk/virtual/remote_disk/
H A DRemoteDisk.cpp428 if (error != B_TIMED_OUT && error != B_WOULD_BLOCK
450 return B_TIMED_OUT;
/haiku/src/add-ons/kernel/drivers/dvb/cx23882/
H A Di2c_core.c133 return B_TIMED_OUT;
177 if (res == B_TIMED_OUT)
192 * B_TIMED_OUT => time out
212 return B_TIMED_OUT;
225 return B_TIMED_OUT;
247 return B_TIMED_OUT;
276 return B_TIMED_OUT;
286 return B_TIMED_OUT;
320 if (status == B_TIMED_OUT) {
322 return B_TIMED_OUT;
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DNFS4Object.cpp74 if (result != B_TIMED_OUT) {
105 if (result != B_TIMED_OUT) {
138 if (result != B_TIMED_OUT) {
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DPort.cpp202 if (error == B_TIMED_OUT || error == B_WOULD_BLOCK)
H A DRequestPort.cpp135 if (error != B_TIMED_OUT && error != B_WOULD_BLOCK)
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPReportManager.cpp206 if (result == B_TIMED_OUT)
H A DKPPPUtils.cpp43 return B_TIMED_OUT;
63 return B_TIMED_OUT;
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DProtocol.cpp327 if (status != B_TIMED_OUT || disconnectOnTimeout)
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp603 if (result == B_TIMED_OUT) {
606 return B_TIMED_OUT;
732 if (result == B_TIMED_OUT)
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonAddOn.cpp230 while( acquire_sem_etc( settings_thread_sem, 1, B_RELATIVE_TIMEOUT, 10000000 ) == B_TIMED_OUT ) {
/haiku/src/apps/drivesetup/
H A DAbstractParametersPanel.cpp228 if (status != B_TIMED_OUT && status != B_INTERRUPTED)
/haiku/src/apps/mediaplayer/supplier/
H A DMediaTrackAudioSupplier.cpp582 error = B_TIMED_OUT;
H A DProxyAudioSupplier.cpp131 } else if (error == B_TIMED_OUT) {
/haiku/src/apps/mediaplayer/support/
H A DEventQueue.cpp172 case B_TIMED_OUT:
/haiku/src/apps/webpositive/
H A DAuthenticationPanel.cpp194 if (err != B_TIMED_OUT) {
/haiku/src/build/libroot/
H A Dsem.cpp126 return B_TIMED_OUT;
/haiku/src/kits/debugger/target_host_interface/local/
H A DLocalTargetHostInterface.cpp259 else if (size == B_TIMED_OUT && !waitingTeams.empty()) {

Completed in 337 milliseconds

123456