Searched refs:timeout (Results 326 - 350 of 853) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/avs/dscfglockd/
H A Ddscfglockd.c127 #define lockdaemon_dead(ldp) ((ticker - (ldp)->timeout) > MAX_TIMEOUTS)
137 long timeout; member in struct:lockdaemon
366 ldp->timeout = ticker;
386 ldp->timeout = ticker;
672 " up %d timeout %ld missed %d state %d\n", ldp->up,
673 ldp->timeout, ticker - ldp->timeout, ldp->state);
914 (void) printf("%5ld ", ldp->timeout);
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_80003es2lan.c408 s32 timeout = 50; local
412 while (i < timeout) {
428 if (i == timeout) {
429 DEBUGOUT("Driver can't access resource, SW_FW_SYNC timeout.\n");
633 s32 timeout = PHY_CFG_TIMEOUT; local
641 while (timeout) {
645 timeout--;
647 if (!timeout) {
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) {
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport.c358 * can specify a timeout value.
599 struct timespec timeout; local
605 port_timer.pgt_timeout = &timeout;
606 timeout.tv_sec = (time_t)a2;
607 timeout.tv_nsec = (long)a3;
624 * timeout elapses.
1152 * The timeout argument of port_getn(3c) -which is embedded in the
1269 * the request, check timeout value and wait for
1533 /* no timeout checked */
1548 /* timeout alread
1749 port_get_timeout(timespec_t *timeout, timespec_t *rqtime, timespec_t **rqtp, int *blocking, int kerneldata) argument
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c48 * the rpc timeout value is zero (see clnt.h, rpc).
229 * clnt_create_vers_timed, clnt_tp_create_timed to pass down the timeout
233 * If tp is NULL, use default timeout to set up the connection.
386 * Set tcp connection timeout value.
420 * Get current tcp connection timeout value.
421 * Retun the timeout in milliseconds, or -1 for failure.
467 hrtime_t tout; /* timeout in nanoseconds (from tp) */
508 * If there is a timeout value specified, we will try to
509 * reset the tcp connection timeout. If the transport does
511 * for other reason, default timeout wil
643 clnt_vc_call(CLIENT *cl, rpcproc_t proc, xdrproc_t xdr_args, caddr_t args_ptr, xdrproc_t xdr_results, caddr_t results_ptr, struct timeval timeout) argument
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_conf.c1400 if (table_info->retrieveErrorRetry.timeout ==
1408 if (table_info->storeErrorRetry.timeout ==
1416 if (table_info->refreshErrorRetry.timeout ==
1466 if (table_info->retrieveErrorRetry.timeout ==
1474 if (table_info->storeErrorRetry.timeout ==
1482 if (table_info->refreshErrorRetry.timeout ==
1510 if (nis_config->threadCreationErrorTimeout.timeout ==
1517 if (nis_config->dumpErrorTimeout.timeout == (time_t)NO_VALUE_SET)
1524 if (nis_config->updateBatchingTimeout.timeout == (time_t)NO_VALUE_SET)
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypwhich.c74 #define TIMEOUT 30 /* Total seconds for timeout */
88 static struct timeval timeout = { variable in typeref:struct:timeval
581 timeout);
744 timeout);
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_signal.c643 const sigset_t *set, siginfo_t *info, const timespec_t *timeout)
650 set, info, timeout);
655 &sigset_set, info, timeout)) != 0)
642 s10_sigtimedwait(sysret_t *rval, const sigset_t *set, siginfo_t *info, const timespec_t *timeout) argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c13 * 3 - timeout waiting for a simple string.
188 int timeout = DEFAULT_CHAT_TIMEOUT; variable
270 * chat [ -v ] [ -E ] [ -T number ] [ -U number ] [ -t timeout ] [ -f chat-file ] \
322 timeout = atoi(arg);
478 Usage: %s [-e] [-E] [-v] [-V] [-t timeout] [-r report-file]\n\
1145 timeout = atoi(s);
1147 if (timeout <= 0)
1148 timeout = DEFAULT_CHAT_TIMEOUT;
1151 logf("timeout set to %d seconds", timeout);
[all...]
/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice_store.c459 int timeout)
467 if (device != NULL || timeout == 0) {
490 info->timeout_id = g_timeout_add (timeout,
454 hal_device_store_match_key_value_string_async(HalDeviceStore *store, const char *key, const char *value, HalDeviceStoreAsyncCallback callback, gpointer user_data, int timeout) argument
H A Ddevice.h197 int timeout);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_nx.c476 uint32_t done = 0, timeout = 0; local
484 if (timeout >= CRB_WIN_LOCK_TIMEOUT) {
485 EL(ha, "timeout\n");
488 timeout++;
1036 uint32_t done = 0, timeout = 0; local
1044 if (timeout >= timer) {
1045 EL(ha, "timeout\n");
1048 timeout++;
1068 uint32_t done = 0, timeout = 0; local
1076 if (timeout >
1101 uint32_t timeout = 0, done = 0; local
[all...]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dplatsvc.c136 * Power down timeout value of 5 minutes.
165 * The DELAY timeout is the time (in seconds) to wait for the
461 * Send a suspend response message. If a timeout is specified, wait
462 * intval seconds between attempts to send the message. The timeout
467 uint32_t result, uint32_t rec_result, char *reason, int timeout,
499 if (timeout == 0) {
504 deadline = gethrestime_sec() + timeout;
595 * only use a timeout for the post-suspend response because after
466 ps_suspend_send_response(ds_svc_hdl_t *ds_handle, uint64_t req_num, uint32_t result, uint32_t rec_result, char *reason, int timeout, int intval) argument
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_diag.c142 clock_t timeout; local
234 timeout = emlxs_timeout(hba, (pkt->pkt_timeout + 15));
238 cv_timedwait(&EMLXS_PKT_CV, &EMLXS_PKT_LOCK, timeout);
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_mcdi.c72 * a watchdog timeout occurs.
75 * used by the Solaris callout subsystem to invoke timeout handlers. If both
76 * worker threads are blocked (e.g. waiting for a condvar or mutex) then timeout
127 "MCDI timeout", 0);
135 clock_t timeout; local
138 /* Poll until request completes or timeout */
139 timeout = ddi_get_lbolt() + drv_usectohz(SFXGE_MCDI_WATCHDOG_INTERVAL);
143 if (ddi_get_lbolt() > timeout) {
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_main.c926 MUTEX_INIT(&hxgep->timeout.lock, NULL,
948 MUTEX_DESTROY(&hxgep->timeout.lock);
1054 return (timeout(func, (caddr_t)hxgep,
1215 MUTEX_ENTER(&hxgep->timeout.lock);
1216 if (hxgep->timeout.id)
1217 (void) untimeout(hxgep->timeout.id);
1218 MUTEX_EXIT(&hxgep->timeout.lock);
1248 MUTEX_ENTER(&hxgep->timeout.lock);
1249 hxgep->timeout.id = timeout(hxge_link_pol
[all...]
/illumos-gate/usr/src/lib/librsm/inc/
H A Drsmapi.h274 int rsm_intr_signal_wait(void * im_memseg, int timeout);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dmain.c43 #include "timeout.h"
529 /* sets timeout for command entry */
530 shp->timeout = shp->st.tmout;
532 if(shp->timeout <= 0 || shp->timeout > SHOPT_TIMEOUT)
533 shp->timeout = SHOPT_TIMEOUT;
/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPReg.c592 timestruc_t timeout; local
593 timeout.tv_nsec = 0;
600 timeout.tv_sec =
602 rmsg = slp_dequeue_timed(reg_q, &timeout, &etimed);
/illumos-gate/usr/src/cmd/utmpd/
H A Dutmpd.c218 * Read defaults file for poll timeout, WTMPX update frequency
229 dprintf(("Poll timeout set to %d\n", Poll_timeout));
373 int timeout; local
384 * Recalculate timeout - checking to see if time expired.
387 if ((timeout = Poll_timeout - (time(NULL) - last_timeout)) <= 0) {
388 timeout = Poll_timeout;
395 for (i = 0; i < (timeout / WTMPX_ufreq); i++) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd_impl.h136 int timeout; member in struct:__anon172
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_misc.c34 const gchar *devinfo_keyboard_get_prober(HalDevice *d, int *timeout);
/illumos-gate/usr/src/cmd/latencytop/common/
H A Ddisplay.c790 struct timeval timeout; local
850 timeout.tv_sec = remaining / 1000;
851 timeout.tv_usec = (remaining % 1000) * 1000;
858 if (select(gpipe + 1, &read_fd, NULL, NULL, &timeout) > 0) {
/illumos-gate/usr/src/ucbcmd/shutdown/
H A Dshutdown.c166 static void timeout(void);
302 (void) signal(SIGALRM, (void(*)())timeout);
655 timeout(void) function
657 (void) signal(SIGALRM, (void(*)())timeout);
720 * Don't want to wait for usual portmapper timeout you get with
721 * callrpc or clnt_call, so use rmtcall instead. Use timeout
722 * of 8 secs, based on the per try timeout of 3 secs for rmtcall
/illumos-gate/usr/src/lib/udapl/libdat/common/
H A Ddat_api.c222 IN DAT_TIMEOUT timeout,
234 timeout,
245 IN DAT_TIMEOUT timeout,
255 timeout,
218 dat_ep_connect( IN DAT_EP_HANDLE ep_handle, IN DAT_IA_ADDRESS_PTR remote_ia_address, IN DAT_CONN_QUAL remote_conn_qual, IN DAT_TIMEOUT timeout, IN DAT_COUNT private_data_size, IN const DAT_PVOID private_data, IN DAT_QOS quality_of_service, IN DAT_CONNECT_FLAGS connect_flags) argument
242 dat_ep_dup_connect( IN DAT_EP_HANDLE ep_handle, IN DAT_EP_HANDLE ep_dup_handle, IN DAT_TIMEOUT timeout, IN DAT_COUNT private_data_size, IN const DAT_PVOID private_data, IN DAT_QOS quality_of_service) argument

Completed in 320 milliseconds

<<11121314151617181920>>