Searched defs:timeout (Results 276 - 300 of 490) sorted by relevance

<<11121314151617181920

/openbsd-current/usr.sbin/identd/
H A Didentd.c202 struct timeval timeout = { TIMEOUT_DEFAULT, 0 }; variable in typeref:struct:timeval
/openbsd-current/sys/net/
H A Dtrunklacp.c1403 int timeout; local
1431 int timeout; local
[all...]
/openbsd-current/sys/dev/ic/
H A Dwdc.c1034 int timeout; local
1088 wdc_wait_for_status(struct channel_softc *chp, int mask, int bits, int timeout) argument
1152 wdc_dmawait(struct channel_softc *chp, struct wdc_xfer *xfer, int timeout) argument
[all...]
H A Drtsx.c773 int timeout = 100000; local
801 int timeout = 100000; local
H A Dsili.c997 sili_pwait_eq(struct sili_port *sp, bus_size_t r, u_int32_t mask, u_int32_t value, int timeout) argument
1012 sili_pwait_ne(struct sili_port *sp, bus_size_t r, u_int32_t mask, u_int32_t value, int timeout) argument
1612 sili_poll(struct sili_ccb *ccb, int timeout, void (*timeout_fn)(void *)) argument
[all...]
H A Dqlw.c1338 int timeout = 0; local
/openbsd-current/sys/dev/usb/
H A Dumassvar.h251 int timeout; /* in msecs */ member in struct:umass_softc
H A Dusbdivar.h209 u_int32_t timeout; member in struct:usbd_xfer
/openbsd-current/usr.sbin/map-mbone/
H A Dmapper.c85 int timeout = DEFAULT_TIMEOUT; variable
/openbsd-current/usr.sbin/ftp-proxy/
H A Dftp-proxy.c123 rfc_mode, session_count, timeout, verbose; variable
/openbsd-current/sys/dev/pci/
H A Dixgbe_phy.c2409 uint32_t timeout = 10; local
2533 uint32_t timeout = IXGBE_I2C_CLOCK_STRETCHING_TIMEOUT; local
/openbsd-current/sbin/isakmpd/
H A Dsa.c677 long timeout; local
[all...]
/openbsd-current/sys/dev/fdt/
H A Dbcm2835_sdhost.c504 bcmsdhost_wait_idle(struct bcmsdhost_softc *sc, int timeout) argument
/openbsd-current/usr.sbin/unbound/services/
H A Doutside_network.h340 int timeout; member in struct:pending
392 int timeout; member in struct:waiting_tcp
[all...]
/openbsd-current/usr.sbin/unbound/testcode/
H A Ddelayer.c127 struct timeval timeout; member in struct:tcp_proxy
[all...]
/openbsd-current/sbin/unwind/libunbound/services/
H A Doutside_network.h340 int timeout; member in struct:pending
392 int timeout; member in struct:waiting_tcp
[all...]
/openbsd-current/regress/lib/libssl/dtls/
H A Ddtlstest.c360 struct timeval timeout; local
[all...]
/openbsd-current/usr.bin/ftp/
H A Dutil.c1083 struct timespec now, target, timebuf, *timeout = NULL; local
/openbsd-current/sys/dev/sdmmc/
H A Dsdhc.c851 int timeout; local
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp164 WaitForNotRunningPrivate( const std::chrono::microseconds &timeout) argument
/openbsd-current/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp663 RunShellCommand( llvm::StringRef shell, llvm::StringRef command, const FileSpec & working_dir, int *status_ptr, int *signo_ptr, std::string *command_output, const Timeout<std::micro> &timeout) argument
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp224 ReadPacket(StringExtractorGDBRemote &response, Timeout<std::micro> timeout, bool sync_on_timeout) argument
242 WaitForPacketNoLock(StringExtractorGDBRemote &packet, Timeout<std::micro> timeout, bool sync_on_timeout) argument
1243 ScopedTimeout( GDBRemoteCommunication &gdb_comm, std::chrono::seconds timeout) argument
[all...]
/openbsd-current/usr.bin/ssh/
H A Dmux.c2247 int sock, timeout = options.connection_timeout, timeout_ms = -1; local
/openbsd-current/usr.bin/openssl/
H A Ds_client.c864 struct timeval timeout; local
[all...]
/openbsd-current/sbin/pfctl/
H A Dpfctl_parser.h91 u_int32_t timeout[PFTM_MAX]; member in struct:pfctl
282 int timeout; member in struct:pf_timeout

Completed in 289 milliseconds

<<11121314151617181920