Searched defs:timeout (Results 301 - 325 of 446) sorted by relevance

<<1112131415161718

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_server.c1975 smb_event_create(smb_server_t *sv, int timeout) argument
1990 event->se_timeout = timeout;
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_parse.c1787 struct timeval timeout; local
1894 timeout.tv_usec = 0;
1895 timeout.tv_sec = 25;
1897 xdr_exports, (caddr_t)&ex, timeout)) {
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_mac.c1718 s32 timeout = hw->nvm.word_size + 1; local
1724 while (i < timeout) {
1733 if (i == timeout) {
1739 for (i = 0; i < timeout; i++) {
1750 if (i == timeout) {
2088 s32 timeout = MASTER_DISABLE_TIMEOUT; local
2099 while (timeout) {
2105 timeout--;
2108 if (!timeout) {
H A De1000_82575.c1059 s32 i = 0, timeout = 200; local
1063 while (i < timeout) {
1082 if (i == timeout) {
1083 DEBUGOUT("Driver can't access resource, SW_FW_SYNC timeout.\n");
1133 s32 timeout = PHY_CFG_TIMEOUT; local
1144 while (timeout) {
1148 timeout--;
1150 if (!timeout)
1442 /* set the completion timeout for interface */
1445 DEBUGOUT("PCI-E Set completion timeout ha
1862 s32 timeout = 3; local
3549 u32 timeout = 10; local
[all...]
/illumos-gate/usr/src/uts/common/io/vscan/
H A Dvscan_svc.c462 clock_t timeout, time_left; local
503 timeout = time_left;
505 &vscan_svc_mutex, timeout, TR_CLOCK_TICK);
509 cmn_err(CE_WARN, "Virus scan request timeout %s (%d) \n",
/illumos-gate/usr/src/lib/libdns_sd/java/common/
H A DJNISupport.c242 struct timeval timeout = { 1, 0 }; local
263 if (select( sd + 1, &readFDs, (fd_set*) NULL, (fd_set*) NULL, &timeout) == 1) return(1);
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_rx.c57 /* RXQ flush response timeout (in microseconds) */
1039 * man timeout(9f) states that this code should adhere to the
1072 srp->sr_tid = timeout(sfxge_rx_qpoll, srp,
1088 srp->sr_tid = timeout(sfxge_rx_qpoll, srp, 0);
1104 * can race with sfxge_rx_qpoll() for timeout id updates.
1106 * Do not hold locks used by any timeout(9f) handlers across
1970 clock_t timeout; local
1996 timeout = ddi_get_lbolt() + drv_usectohz(SFXGE_RX_QFLUSH_USEC);
2008 timeout) < 0) {
2011 SFXGE_CMN_ERR "rxq[%d] flush timeout", inde
[all...]
H A Dsfxge_tx.c53 /* TXQ flush response timeout (in microseconds) */
3018 clock_t timeout; local
3048 timeout = ddi_get_lbolt() + drv_usectohz(SFXGE_TX_QFLUSH_USEC);
3052 timeout) < 0) {
3056 DTRACE_PROBE(timeout);
3058 SFXGE_CMN_ERR "tx qflush timeout");
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82599.c2512 s32 timeout = 200; local
2523 while (timeout) {
2529 timeout--;
2532 if (!timeout) {
2534 " acquiring I2C bus timeout.\n");
2569 s32 timeout = 200; local
2580 while (timeout) {
2586 timeout--;
2589 if (!timeout) {
2591 " acquiring I2C bus timeout
[all...]
H A Dixgbe_phy.c2413 u32 timeout = 10; local
2431 for (i = 0; i < timeout; i++) {
2537 u32 timeout = IXGBE_I2C_CLOCK_STRETCHING_TIMEOUT; local
2547 for (i = 0; i < timeout; i++) {
/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.h112 /* special timeout values for dhcp_ipc_make_request() */
274 int32_t timeout; /* timeout in seconds */ member in struct:dhcp_ipc_request
/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme.c96 * queues. There is currently no timeout handling of I/O commands.
130 * it. In general admin commands are issued at attach time only. No timeout
208 /* tunable for admin command timeout in seconds, default is 1s */
1186 * nvme_wait_cmd -- wait for command completion or timeout
1194 * In case of a serious error or a timeout of the abort command the hardware
1200 clock_t timeout = ddi_get_lbolt() + drv_usectohz(sec * MICROSEC); local
1207 if (cv_timedwait(&cmd->nc_cv, &cmd->nc_mutex, timeout) == -1)
1221 * register or DMA handle, or for a double timeout (abort command timed
1225 dev_err(nvme->n_dip, CE_WARN, "!command timeout, "
1259 * the timeout wa
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_set.c4251 long timeout,
4385 if (mdmn_reinit_set(sp->setno, timeout)) {
5354 * yet another RPC timeout if a node has failed.
5670 * more RPC calls, since one timeout is enough
5999 * more RPC calls, since one timeout is enough
4250 meta_reconfig_choose_master( long timeout, md_error_t *ep ) argument
/illumos-gate/usr/src/lib/librsm/common/
H A Drsmlib.c2574 rsm_intr_signal_wait(void *memseg, int timeout) argument
2594 return (__rsm_intr_signal_wait_common(&fds, &rnum, 1, timeout, NULL));
2598 rsm_intr_signal_wait_pollfd(struct pollfd fds[], nfds_t nfds, int timeout, argument
2601 return (__rsm_intr_signal_wait_common(fds, NULL, nfds, timeout,
2611 * - timeout
2617 nfds_t nfds, int timeout, int *numfdsp)
2635 numfd = poll(fds, nfds, timeout);
2616 __rsm_intr_signal_wait_common(struct pollfd fds[], minor_t rnums[], nfds_t nfds, int timeout, int *numfdsp) argument
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dio.c42 #include "timeout.h"
67 static void *timeout; variable
1667 timeout = 0;
1744 if(sh.timeout)
1745 timeout = (void*)sh_timeradd(sh_isstate(SH_GRACE)?1000L*TGRACE:1000L*sh.timeout,0,time_grace,NIL(void*));
1747 if(timeout)
1748 timerdel(timeout);
1749 timeout=0;
H A Dxec.c70 static void *timeout; variable
1635 shp->timeout = 0;
2365 timeout = 0;
2387 timeout = (void*)sh_timeradd(forkcnt, 0, timed_out, NIL(void*));
2389 if(timeout)
2395 timerdel(timeout);
2396 timeout = 0;
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlwlan.c434 uint_t key_count, int timeout)
544 if ((timeout >= 0) && (gethrtime() - start) /
545 NANOSEC >= timeout) {
557 dladm_wlan_attr_t *attrp, int timeout, void *keys, uint_t key_count,
592 create_ibss, keys, key_count, timeout);
610 attrp, create_ibss, keys, key_count, timeout);
632 ap, create_ibss, keys, key_count, timeout);
640 ap, create_ibss, keys, key_count, timeout);
1889 * Wait for some time till timeout to avoid
432 do_connect(dladm_handle_t handle, datalink_id_t linkid, void *buf, int bufsize, dladm_wlan_attr_t *attrp, boolean_t create_ibss, void *keys, uint_t key_count, int timeout) argument
556 dladm_wlan_connect(dladm_handle_t handle, datalink_id_t linkid, dladm_wlan_attr_t *attrp, int timeout, void *keys, uint_t key_count, uint_t flags) argument
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgweb.c342 * timeout - how long to wait before retrying,
352 int retries, int timeout, int nointeract, char **fname)
368 ps->timeout = timeout;
1680 if (http_set_socket_read_timeout(ps->hps, ps->timeout) != 0) {
350 web_session_control(PKG_ERR *err, char *url, char *dwnld_dir, keystore_handle_t keystore, char *proxy, ushort_t proxy_port, int retries, int timeout, int nointeract, char **fname) argument
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dscalls.c643 * Don't return yet if we didn't really get a timeout.
1009 _pollsys(struct pollfd *fds, nfds_t nfd, const timespec_t *timeout, argument
1017 rv = __pollsys(fds, nfd, timeout, sigmask);
1023 sigtimedwait(const sigset_t *set, siginfo_t *infop, const timespec_t *timeout) argument
1035 sig = __sigtimedwait(set, &info, timeout);
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_util.c261 struct timeval timeout; local
266 timeout.tv_sec = 0;
267 timeout.tv_usec = 1000;
271 ret = select(FD_SETSIZE, &fds, NULL, NULL, &timeout);
357 struct timeval timeout; local
373 timeout.tv_sec = 10;
375 timeout.tv_sec = 0;
376 timeout.tv_usec = 0;
397 n = select(FD_SETSIZE, &rfds, &wfds, &efds, &timeout);
1231 cmd.uscsi_timeout = (request->timeout < 100
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/
H A Dpsvcplugin.c375 struct timespec timeout; local
402 * or when timeout occurs.
404 (void) clock_gettime(CLOCK_REALTIME, &timeout);
405 timeout.tv_sec += app_timeout;
411 &timer_mutex, &timeout);
585 static int32_t get_timeout(FILE *fp, int *timeout) argument
598 (void) sscanf(buf, "%31s %d", name, timeout);
/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c1376 int timeout; local
1589 timeout = opts.o_interval * MILLISEC;
1666 * timeout and loop around because we check the signals at the
1670 if (poll(&pollset, (nfds_t)1, timeout) > 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c857 * incoming events (reply, timeout, etc.).
1253 * holdoff_end - called via a timeout when the holdoff period ends.
1614 * timeout - Schedule a timeout.
1616 * Note that this timeout takes the number of seconds, NOT hz (as in
1620 timeout(func, arg, time) function
1630 * Allocate timeout.
1633 novm("callout structure for timeout.");
1654 * untimeout - Unschedule a timeout.
1666 * Find first matching timeout an
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c2255 time_t timeout = time(0) + 60; local
2284 if (time(0) > timeout) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd.c47 * There's also a timeout set for the poll, which is set to the nearest
468 * than inetd and in the case we get wedged, the stop method timeout
3500 int timeout; local
3506 timeout = 0;
3508 timeout = iu_earliest_timer(timer_queue);
3511 pret = poll(poll_fds, num_pollfds, timeout);

Completed in 193 milliseconds

<<1112131415161718