Searched refs:timeout (Results 251 - 275 of 490) sorted by relevance

<<11121314151617181920

/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/dev/e1000/
H A De1000_i210.c97 s32 i = 0, timeout = 200; /* FIXME: find real value to use here */ local
101 while (i < timeout) {
119 if (i == timeout) {
120 DEBUGOUT("Driver can't access resource, SW_FW_SYNC timeout.\n");
168 s32 timeout = hw->nvm.word_size + 1; local
174 for (i = 0; i < timeout; i++) {
185 if (i == timeout) {
/haiku-fatelf/src/system/kernel/
H A Dsem.cpp647 // interruption or timeout). We need that lock anyway when unblocking a
746 acquire_sem_etc(sem_id id, int32 count, uint32 flags, bigtime_t timeout) argument
748 return switch_sem_etc(-1, id, count, flags, timeout);
761 uint32 flags, bigtime_t timeout)
804 if ((flags & B_RELATIVE_TIMEOUT) != 0 && timeout <= 0) {
805 // immediate timeout
808 } else if ((flags & B_ABSOLUTE_TIMEOUT) != 0 && timeout < 0) {
809 // absolute negative timeout
816 "flags: 0x%lx, timeout: %lld)", semToBeReleased, id, count, flags,
817 timeout);
760 switch_sem_etc(sem_id semToBeReleased, sem_id id, int32 count, uint32 flags, bigtime_t timeout) argument
1240 _user_acquire_sem_etc(sem_id id, int32 count, uint32 flags, bigtime_t timeout) argument
1265 _user_switch_sem_etc(sem_id releaseSem, sem_id id, int32 count, uint32 flags, bigtime_t timeout) argument
[all...]
H A Dthread.cpp1340 common_snooze_etc(bigtime_t timeout, clockid_t clockID, uint32 flags,
1363 status_t status = thread_block_with_timeout_locked(flags, timeout);
1372 startTime + timeout - system_time(), (bigtime_t)0);
1376 *_remainingTime = std::max(timeout - now, (bigtime_t)0);
2481 wait_for_thread_etc(thread_id id, uint32 flags, bigtime_t timeout,
2548 status_t status = acquire_sem_etc(exitSem, 1, flags, timeout);
2557 // We were probably interrupted or the timeout occurred; we need to
2872 /*! Blocks the current thread with a timeout.
2878 thread_block_with_timeout(uint32 timeoutFlags, bigtime_t timeout)
2881 return thread_block_with_timeout_locked(timeoutFlags, timeout);
[all...]
/haiku-fatelf/headers/private/kernel/boot/net/
H A DTCP.h72 status_t Read(void* buffer, size_t bufferSize, size_t* bytesRead, bigtime_t timeout = 0);
85 status_t _WaitForState(TCPSocketState state, bigtime_t timeout = 0);
/haiku-fatelf/src/add-ons/kernel/bus_managers/ata/
H A DATARequest.cpp64 ATARequest::SetTimeout(bigtime_t timeout) argument
66 fTimeout = timeout;
/haiku-fatelf/src/add-ons/kernel/bus_managers/scsi/
H A Ddevice_scan.cpp42 worker_req->timeout = 0;
86 worker_req->timeout = SCSI_STD_TIMEOUT;
/haiku-fatelf/src/add-ons/kernel/bus_managers/usb/
H A DBeOSCompatibility.h113 status_t Wait(uint32 flags, bigtime_t timeout) argument
115 return acquire_sem_etc(fSem, 1, flags, timeout);
/haiku-fatelf/src/apps/cortex/support/
H A DMultiInvoker.cpp179 void MultiInvoker::SetTimeout(bigtime_t timeout) argument
181 m_timeout = timeout;
/haiku-fatelf/src/bin/gdb/gdb/
H A Dremote-sds.c674 readchar (int timeout)
678 ch = serial_readchar (sds_desc, timeout);
861 int timeout;
866 strcpy (buf, "timeout");
870 timeout = watchdog > 0 ? watchdog : -1;
874 timeout = sds_timeout;
882 because of timeout. Then we'll count that as a retry. */
890 c = readchar (timeout);
912 c2 = readchar (timeout);
913 c3 = readchar (timeout);
667 readchar(int timeout) argument
854 int timeout; local
[all...]
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Dpcap-int.h85 int timeout; /* timeout specified to pcap_open_live */ member in struct:pcap_md
106 int dag_timeout; /* timeout specified to pcap_open_live.
124 int timeout; member in struct:pcap
/haiku-fatelf/src/bin/network/wget/src/
H A Dhost.c311 /* Versions of gethostbyname and getaddrinfo that support timeout. */
328 In case of timeout, NULL is returned and errno is set to ETIMEDOUT.
330 other than timeout, errno is reset. */
333 gethostbyname_with_timeout (const char *host_name, double timeout)
337 if (run_with_timeout (timeout, gethostbyname_with_timeout_callback, &ctx))
386 In case of timeout, the EAI_SYSTEM error code is returned and errno
392 double timeout)
400 if (run_with_timeout (timeout, getaddrinfo_with_timeout_callback, &ctx))
671 double timeout = opt.dns_timeout;
774 timeout
332 gethostbyname_with_timeout(const char *host_name, double timeout) argument
389 getaddrinfo_with_timeout(const char *node, const char *service, const struct addrinfo *hints, struct addrinfo **res, double timeout) argument
667 double timeout = opt.dns_timeout; local
[all...]
/haiku-fatelf/src/servers/app/
H A DEventStream.cpp217 InputServerStream::_MessageFromPort(BMessage** _message, bigtime_t timeout) argument
225 bufferSize = port_buffer_size_etc(fPort, B_RELATIVE_TIMEOUT, timeout);
/haiku-fatelf/src/kits/tracker/
H A DTaskLoop.h38 // Delayed Tasks, Periodic Delayed Tasks, Periodic Delayed Tasks with timeout,
99 bigtime_t initialDelay, bigtime_t period, bigtime_t timeout);
172 bigtime_t period, bigtime_t timeout);
174 // function object returns true or timeout is reached
/haiku-fatelf/headers/private/userlandfs/private/
H A DRequestAllocator.h33 status_t ReadRequest(bigtime_t timeout);
/haiku-fatelf/src/add-ons/kernel/bus_managers/ide/
H A Dide_internal.h113 bigtime_t packet_irq_timeout; // timeout for it
119 ide_device_timer_info reconnect_timer; // reconnect timeout
120 scsi_dpc_cookie reconnect_timeout_dpc; // dpc fired by timeout
189 ide_bus_timer_info timer; // timeout
194 bool sync_wait_timeout; // true, if timeout occured
325 bigtime_t timeout);
330 // timeout in seconds
332 bool need_drdy, uint32 timeout, ide_bus_state new_state);
390 // timeout in seconds (according to CAM)
391 void start_waiting(ide_bus_info *bus, uint32 timeout, in
[all...]
/haiku-fatelf/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_port.h49 status_t WaitForTransfer(int *tfd, bigtime_t timeout);
/haiku-fatelf/src/add-ons/kernel/generic/scsi_periph/
H A Dblock.cpp37 request->timeout = device->std_timeout;
/haiku-fatelf/src/add-ons/tracker/zipomatic/
H A DGenericThread.h21 status_t Pause(bool doBlock = TRUE, bigtime_t timeout = 0);
/haiku-fatelf/src/system/runtime_loader/
H A Dutility.cpp98 snooze(bigtime_t timeout) argument
/haiku-fatelf/src/tests/kits/net/multicast/
H A Dmulticat.c72 { "timeout", required_argument, NULL, 't' },
82 int timeout = 0; local
99 timeout = atoi(optarg);
119 if (timeout) {
121 alarm(timeout);
349 " -t, --timeout=NUM the program will exit after NUM seconds\n"
/haiku-fatelf/headers/os/app/
H A DLooper.h75 status_t LockWithTimeout(bigtime_t timeout);
132 bigtime_t timeout);
135 bigtime_t timeout);
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/netfs_server_prefs/
H A DNetFSServerRoster.cpp43 NetFSServerRoster::TerminateServer(bool force, bigtime_t timeout) argument
60 error = acquire_sem_etc(deathSem, 1, B_RELATIVE_TIMEOUT, timeout);
69 error = acquire_sem_etc(deathSem, 1, B_RELATIVE_TIMEOUT, timeout);
/haiku-fatelf/src/apps/cortex/NodeManager/
H A DNodeManager.h354 bigtime_t timeout=B_INFINITE_TIMEOUT,
367 bigtime_t timeout=B_INFINITE_TIMEOUT,
450 bigtime_t timeout=B_INFINITE_TIMEOUT);
/haiku-fatelf/src/bin/network/atftpd/
H A Dtftpd_file.c119 int timeout = data->timeout; local
165 /* timeout option */
177 timeout = result;
178 opt_set_timeout(timeout, data->tftp_options);
179 logger(LOG_DEBUG, "timeout option -> %d", timeout);
263 timeout, &data_size, data->data_buffer);
277 logger(LOG_WARNING, "timeout: retrying...");
415 int timeout local
[all...]
/haiku-fatelf/src/kits/app/
H A DLinkSender.cpp296 LinkSender::Flush(bigtime_t timeout, bool needsReply) argument
309 if (timeout != B_INFINITE_TIMEOUT) {
312 fCurrentEnd, B_RELATIVE_TIMEOUT, timeout);

Completed in 216 milliseconds

<<11121314151617181920