Searched defs:timeout (Results 176 - 200 of 446) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_health.c203 /* setup RPC timeout */
426 clock_t timeout = RDC_SYNC_EVENT_TIMEOUT * 2; /* 2 min */ local
439 nsc_lbolt() + timeout) == 0) {
/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_ioctl.h106 uint16_t timeout; /* timeout for command */ member in struct:cpqary3_bmic_pass
118 uint16_t timeout; /* timeout for command */ member in struct:cpqary3_scsi_pass
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_evd_util.c1296 * timeout
1308 DAT_TIMEOUT timeout)
1341 if (evd_ptr->threshold == 0 && timeout == 0)
1352 if (timeout == 0) {
1355 } else if (timeout == DAT_TIMEOUT_INFINITE) {
1378 final_time = curr_time + (uint64_t)(timeout&0x7fffffff)*1000;
1306 dapls_evd_copy_events( DAPL_EVD *evd_ptr, DAT_TIMEOUT timeout) argument
/illumos-gate/usr/src/stand/lib/inet/
H A Dibd.c129 * The timeout argument is the number of milliseconds to wait for a
130 * response. An infinite timeout can be specified as 0xffffffff.
133 ibd_comarp(struct arp_packet *out, uint32_t timeout) argument
156 wait_time = prom_gettime() + timeout;
157 for (count = 0; timeout == ~0U || prom_gettime() < wait_time; count++) {
225 ibd_arp(struct in_addr *ip, void *hap, uint32_t timeout) argument
243 result = ibd_comarp(&out, timeout);
277 * inetgrams as long as there's data and the mac level IP timeout timer
297 uint32_t timeout, reltime; local
316 timeout
[all...]
/illumos-gate/usr/src/uts/common/xen/os/
H A Dhypercall.c176 * Note: this timeout must be the Xen system time not hrtime (see
180 HYPERVISOR_set_timer_op(uint64_t timeout) argument
184 return (__hypercall1(__HYPERVISOR_set_timer_op, timeout));
188 uint32_t timeout_hi = (uint32_t)(timeout >> 32);
189 uint32_t timeout_lo = (uint32_t)timeout;
380 * An optional timeout (in nanoseconds, absolute time since boot) may be
381 * specified. Note: this timeout must be the Xen system time not hrtime (see
385 HYPERVISOR_poll(evtchn_port_t *ports, uint_t nr_ports, uint64_t timeout) argument
392 sched_poll.timeout = timeout;
[all...]
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_pipe_mgmt.c563 int timeout; local
573 for (timeout = 0; timeout < usba_drain_timeout; timeout++) {
666 int timeout; local
703 for (timeout = 0; (timeout < usba_drain_timeout) &&
706 timeout++) {
718 if (timeout == usba_drain_timeout) {
1055 int timeout; local
1517 int timeout = 100 * (int)((uintptr_t)(request->arg)); 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/intel/io/heci/
H A Dheci_init.c567 long timeout = 60; /* 60 second */ local
572 clock_t delta = (clock_t)(timeout * HZ);
649 long timeout = 5; /* 5 second */ local
654 clock_t delta = (clock_t)(timeout * HZ);
913 * @timeout: connect timeout in seconds
920 long timeout)
923 clock_t delta = (clock_t)(timeout * HZ);
1091 long timeout = 15; /* 15 seconds */ local
1093 clock_t delta = (clock_t)(timeout * H
918 heci_connect_me_client(struct iamt_heci_device *dev, struct heci_file_private *priv, long timeout) argument
[all...]
/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd.c733 ulong_t timeout,
777 ghd_timer_start(cccp, gcmdp, timeout);
730 ghd_transport(ccc_t *cccp, gcmd_t *gcmdp, gtgt_t *gtgtp, ulong_t timeout, int polled, void *intr_status) argument
/illumos-gate/usr/src/cmd/lp/model/netpr/
H A Dnetpr.h112 int timeout; member in struct:job
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_main.c877 int timeout; local
897 timeout = ((15 - (local_tm.tm_min % 15)) * SECSPERMIN);
898 (void) sleep(timeout);
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_nvm.c264 s32 timeout = E1000_NVM_GRANT_ATTEMPTS; local
271 while (timeout) {
276 timeout--;
279 if (!timeout) {
397 u16 timeout = NVM_MAX_RETRY_SPI; local
408 * not cleared within 'timeout', then error out.
410 while (timeout) {
419 timeout--;
422 if (!timeout) {
H A De1000_82571.c956 s32 timeout = PHY_CFG_TIMEOUT; local
960 while (timeout) {
965 timeout--;
967 if (!timeout) {
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_mac.c98 dev_err(sp->s_dip, CE_NOTE, SFXGE_CMN_ERR "MAC stats timeout");
277 clock_t timeout; local
303 /* Wait for timeout or end of polling */
304 timeout = ddi_get_lbolt() + drv_usectohz(1000 *
308 &(smp->sm_lock), timeout) < 0) {
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_vf.c178 u32 timeout = IXGBE_VF_INIT_TIMEOUT; local
199 while (!mbx->ops.check_for_rst(hw, 0) && timeout) {
200 timeout--;
204 if (!timeout)
210 /* mailbox timeout can now become active */
211 mbx->timeout = IXGBE_VF_MBX_INIT_TIMEOUT;
553 if (!mbx->ops.check_for_rst(hw, 0) || !mbx->timeout)
605 if (!mbx->timeout) {
H A Dixgbe_x540.c754 u32 timeout = 200; local
770 for (i = 0; i < timeout; i++) {
872 u32 timeout = 2000; local
879 for (i = 0; i < timeout; i++) {
894 for (i = 0; i < timeout; i++) {
906 if (i >= timeout) {
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dpxe.c86 time_t timeout);
636 pxe_netif_get(struct iodesc *desc, void *pkt, size_t len, time_t timeout) argument
681 readudp(struct iodesc *h, void *pkt, size_t len, time_t timeout) argument
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_comm.c120 /* Default timeout can be changed using clnt_control() */
667 struct timeval timeout; local
721 * For the timeout pick the specific timeout for the message times the
725 timeout.tv_sec = mdmn_get_timeout(type) * NNODES;
726 timeout.tv_usec = 0;
738 clnt_control(local_daemon, CLSET_TIMEOUT, (char *)&timeout);
841 (char *)&timeout);
887 mdmn_suspend(set_t setno, md_mn_msgclass_t class, long timeout) argument
904 if (timeout !
947 mdmn_resume(set_t setno, md_mn_msgclass_t class, uint_t flags, long timeout) argument
1020 mdmn_reinit_set(set_t setno, long timeout) argument
[all...]
/illumos-gate/usr/src/lib/scsi/libsmp/common/
H A Dsmp_engine.c410 * Set the timeout in seconds for this action. If no timeout is specified
411 * or if the timeout is set to 0, an implementation-specific timeout will be
413 * Not all engines support all timeout values. Setting the timeout to a value
418 smp_action_set_timeout(smp_action_t *ap, uint32_t timeout) argument
420 ap->sa_timeout = timeout;
424 * Obtain the timeout setting for this action.
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_net.c215 int timeout; local
237 /* timeout loop */
240 for (timeout = slp_get_next_onlist(&state);
241 timeout != -1 &&
243 timeout = slp_get_next_onlist(&state)) {
254 0, &timeout, sent, &now, pfd, 1);
257 /* timeout */
299 if (timeout != -1)
339 int maxwait, timeout, noresults, anyresults; local
358 /* set the final timeout */
1006 mc_recvmsg(struct pollfd *pfd, nfds_t nfds, slp_handle_impl_t *hp, const char *scopes, char *header, void **collator, unsigned long long final_to, unsigned long long sent, unsigned long long *now, int *noresults, int *anyresults, int timeout) argument
1156 wait_for_response( unsigned long long final_to, int *timeout, unsigned long long sent, unsigned long long *now, struct pollfd pfd[], nfds_t nfds) argument
[all...]
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dmain.c864 ** again until a timeout value is reached. The timeout value is
879 int timeout = (int)(long)Timeout; local
889 if( prior + delay > timeout ){
890 delay = timeout - prior;
896 int timeout = (int)(long)Timeout;
897 if( (count+1)*1000 > timeout ){
/illumos-gate/usr/src/lib/libv12n/sparc/
H A Dlibv12n.c109 /* 'agent-system' timeout values in seconds */
717 timestruc_t timeout; local
759 timeout.tv_sec = v12n_ldma_timeout;
760 timeout.tv_nsec = 0;
765 &v12n_ldma_cv_lock, &timeout)) != EINTR)
770 * Check for timeout or an error.
790 &v12n_ldma_cv_lock, &timeout)) != EINTR)
/illumos-gate/usr/src/lib/libnisdb/
H A Dnisdb_ldap.h128 /* Keep track of desired number of attempts and timeout */
131 time_t timeout; member in struct:__anon3654
/illumos-gate/usr/src/lib/libpcp/common/
H A Dlibpcp.c64 * uint32_t timeout);
108 * timeout field is supplied by user. timeout field is used to decide
109 * how long to block on glvc driver calls before we return timeout error
338 * uint32_t timeout - timeout field when waiting for data from channel.
343 * PCPL_GLVC_TIMEOUT - glvc call timeout.
351 uint32_t timeout)
373 if (timeout > 0)
374 glvc_timeout = timeout;
350 pcp_send_recv(int channel_fd, pcp_msg_t *req_msg, pcp_msg_t *resp_msg, uint32_t timeout) argument
990 uint32_t timeout; local
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dctl_clnt.c95 struct timespec timeout; member in struct:ctl_cctx
150 u_int timeout, ctl_logfunc logger)
167 ctx->timeout = evConsTime(timeout, 0);
576 if (evSetIdleTimer(ctx->ev, timer, ctx, ctx->timeout, &ctx->tiID) < 0){
615 (*ctx->logger)(ctl_error, "%s: timeout after %u seconds while %s", me,
616 ctx->timeout.tv_sec, state_names[ctx->state]);
147 ctl_client(evContext lev, const struct sockaddr *cap, size_t cap_len, const struct sockaddr *sap, size_t sap_len, ctl_clntdone donefunc, void *uap, u_int timeout, ctl_logfunc logger) argument

Completed in 207 milliseconds

1234567891011>>