Searched refs:timeout (Results 301 - 325 of 853) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_events.h75 uint32_t timeout; member in struct:emlxs_event
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_nvm.c80 /* Max NVM timeout */
81 nvm->timeout = I40E_MAX_NVM_TIMEOUT;
104 u64 gtime, timeout; local
117 /* Store the timeout */
127 timeout = I40E_MS_TO_GTIME(I40E_MAX_NVM_TIMEOUT) + gtime;
128 while ((gtime < timeout) && time_left) {
172 * results in an admin Q timeout, so handle them correctly
/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/
H A Dsio.S64 jz sio_putc.2 # If timeout
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dtmplout.c455 struct timeval timeout; local
469 timeout.tv_sec = SEARCH_TIMEOUT_SECS;
470 timeout.tv_usec = 0;
505 "objectClass=*", ocattrs, 0, &timeout, &ldmp );
539 fetchattrs, 0, &timeout, &ldmp );
1046 struct timeval timeout;
1098 timeout.tv_sec = SEARCH_TIMEOUT_SECS;
1099 timeout.tv_usec = 0;
1108 retattrs, 0, &timeout, &ldmp );
1045 struct timeval timeout; local
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_mpi.c31 * Wait upto timeout seconds for Processor Interrupt
32 * if timeout is 0, then wait for default waittime
35 ql_poll_processor_intr(qlge_t *qlge, uint8_t timeout) argument
39 if (ql_wait_reg_bit(qlge, REG_STATUS, STS_PI, BIT_SET, timeout)
58 "Wait for processor address register ready timeout.");
249 if (ql_poll_processor_intr(qlge, (uint8_t)mbx_cmd->timeout)
277 } else { /* timeout */
322 /* default 5 seconds from now to timeout */
324 if (mbx_cmd->timeout) {
326 mbx_cmd->timeout * drv_usectoh
855 ql_set_IDC_Req(qlge_t *qlge, uint8_t dest_functions, uint8_t timeout) argument
[all...]
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_lacp.c141 * Note that we cannot fully rely on the aggr's mac perimeter in the timeout
145 * (lacp_timer_bits). This flag is set/cleared by timeout()/stop_timer()
147 * timeout operation.
293 pl->ActorAdminPortState.bit.timeout = B_TRUE;
307 pl->PartnerAdminPortState.bit.timeout =
308 pl->PartnerOperPortState.bit.timeout = B_TRUE;
379 pl->ActorOperPortState.bit.timeout =
380 pl->ActorAdminPortState.bit.timeout;
388 pl->PartnerOperPortState.bit.timeout = B_TRUE; /* fast t/o */
448 pl->periodic_timer.id = timeout(periodic_timer_po
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dpmap_clnt.c54 static const struct timeval timeout = { 5, 0 }; variable in typeref:struct:timeval
137 client = clntudp_bufcreate(address, PMAPPROG, PMAPVERS, timeout,
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dmqueue.c663 uint_t msg_prio, const timespec_t *timeout, int abs_rel)
699 if (timeout == NULL)
702 err = sem_timedwait(&mqhp->mq_notfull, timeout);
704 err = sem_reltimedwait_np(&mqhp->mq_notfull, timeout);
799 uint_t *msg_prio, const timespec_t *timeout, int abs_rel)
849 if (timeout == NULL)
852 err = sem_timedwait(&mqhp->mq_notempty, timeout);
854 err = sem_reltimedwait_np(&mqhp->mq_notempty, timeout);
859 * We took a signal or timeout while waiting
662 __mq_timedsend(mqd_t mqdes, const char *msg_ptr, size_t msg_len, uint_t msg_prio, const timespec_t *timeout, int abs_rel) argument
798 __mq_timedreceive(mqd_t mqdes, char *msg_ptr, size_t msg_len, uint_t *msg_prio, const timespec_t *timeout, int abs_rel) argument
/illumos-gate/usr/src/cmd/ypcmd/
H A Dyp_b_subr.c76 #define PINGTOTTIM 5 /* Total seconds for ping timeout */
461 struct timeval timeout; local
589 timeout.tv_sec = PINGTIME;
590 timeout.tv_usec = 0;
594 (char *)&isok, timeout) == RPC_SUCCESS) {
1014 struct timeval timeout; local
1041 timeout.tv_sec = PINGTOTTIM;
1042 timeout.tv_usec = 0;
1046 timeout) == RPC_SUCCESS) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dwait.c150 * Callback function that handles the timeout of an instance's method.
230 /* register a timeout for the method, if required */
234 if (mi->timeout > 0) {
237 mi->timeout, method_timeout, me);
240 "Failed to schedule method timeout"));
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dcontrol.c248 controltimeout(timeout)
249 int timeout;
281 /* handle possible input timeout */
286 "timeout waiting for input during control command");
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_acpi.c243 devinfo_acpi_get_prober(HalDevice *d, int *timeout) argument
245 *timeout = DEVINFO_PROBE_ACPI_TIMEOUT; /* 30 second timeout */
/illumos-gate/usr/src/lib/udapl/libdat/common/
H A Dudat_api.c157 IN DAT_TIMEOUT timeout,
164 timeout,
155 dat_cno_wait( IN DAT_CNO_HANDLE cno_handle, IN DAT_TIMEOUT timeout, OUT DAT_EVD_HANDLE *evd_handle) argument
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvdc.h71 #define VDC_MD_TIMEOUT "vdc-timeout"
135 * a timeout is triggered. The 'timeout' parameter specifiecs the wait
141 #define VD_GET_TIMEOUT_HZ(timeout, mul) \
142 (ddi_get_lbolt() + ((timeout) * MAX(1, (mul))))
347 boolean_t ctimeout_reached; /* connection timeout has expired */
/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/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) {
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dserial.c102 int timeout = 100000;
107 if (--timeout == 0)
101 int timeout = 100000; local
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c244 boolean_t timeout = B_FALSE; local
276 timeout = B_TRUE;
310 if (timeout == B_TRUE) {
434 timeout = B_TRUE;
461 if (timeout == B_TRUE) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftp.c82 { "timeout", timeout_str, timeout_handler },
91 static int timeout; variable
101 timeout += rexmtval;
102 if (timeout >= maxtimeout) {
158 timeout = 0;
284 timeout = 0;
452 * Return the timeout option value string to include in the request packet.
500 * Validate and action the timeout option value string from the OACK packet.
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dnfs_cast.c114 nfs_cast(struct mapfs *mfs_in, struct mapfs **mfs_out, int timeout) argument
323 * The response timeout grows larger per iteration.
327 for (tsec = 4; timeout > 0; tsec *= 2) {
329 timeout -= tsec;
330 if (timeout <= 0)
331 tsec += timeout;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/
H A Dnetcat.c99 int timeout = -1; variable
214 timeout = strtonum(optarg, 0, INT_MAX / 1000, &errstr);
216 errx(1, "timeout %s: %s", errstr, optarg);
217 timeout *= 1000;
268 if (lflag && (timeout >= 0))
690 if ((n = poll(pfd, 2 - dflag, timeout)) < 0) {
947 "\t [-s source_ip_address] [-T ToS] [-w timeout]"
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_mbx.c160 int countdown = mbx->timeout;
192 int countdown = mbx->timeout;
251 * received an ack to that message within delay * timeout period
261 /* exit if either we can't write or there isn't a defined timeout */
262 if (!mbx->ops.write || !mbx->timeout)
505 /* start mailbox as timed out and let the reset_hw call set the timeout
507 mbx->timeout = 0;
750 mbx->timeout = 0;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/watchdog/
H A Dpiclwatchdog.c436 req_pkt.data[2] = timeout_2; /* wd timeout 2 */
438 req_pkt.data[4] = timeout_1[1]; /* LSB for wd timeout 1 */
439 req_pkt.data[5] = timeout_1[0]; /* MSB for wd timeout 1 */
468 * Validates timeout and action fields and arms the watchdog-timers
1347 /* create timeout property here */
1643 * volatile function to read the timeout
1767 * volatile function to write the timeout
1769 * timeout property. Properties can be modified only when watchdog
1775 int32_t timeout; local
1798 /* validate the timeout value
[all...]
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Drdr_messages.c177 int timeout);
178 static int rdr_snd_raw(int fd, char *msg, int data_sz, int timeout);
180 static int rdr_rcv(int fd, rdr_msg_hdr_t *hdr, char **data, int timeout);
182 static int rdr_rcv_raw(int fd, char *msg, int data_size, int timeout);
563 rdr_snd_msg(int fd, rdr_msg_hdr_t *hdr, cfga_params_t *param, int timeout) argument
792 err = rdr_snd(fd, hdr, pack_buf, pack_buf_sz, timeout);
807 rdr_rcv_msg(int fd, rdr_msg_hdr_t *hdr, cfga_params_t *param, int timeout) argument
821 if ((err = rdr_rcv(fd, hdr, &unpack_buf, timeout)) != RDR_OK) {
1418 rdr_snd(int fd, rdr_msg_hdr_t *hdr, char *data, int data_sz, int timeout) argument
1436 err = rdr_snd_raw(fd, (char *)hdr, RDR_MSG_HDR_SIZE, timeout);
1463 rdr_snd_raw(int fd, char *msg, int data_sz, int timeout) argument
1540 rdr_rcv(int fd, rdr_msg_hdr_t *hdr, char **data, int timeout) argument
1598 rdr_rcv_raw(int fd, char *msg, int data_size, int timeout) argument
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_util.c130 config_info->threadCreationErrorTimeout.timeout = (time_t)NO_VALUE_SET;
133 config_info->dumpErrorTimeout.timeout = (time_t)NO_VALUE_SET;
136 config_info->updateBatchingTimeout.timeout = (time_t)NO_VALUE_SET;
143 table_info->retrieveErrorRetry.timeout = (time_t)NO_VALUE_SET;
146 table_info->storeErrorRetry.timeout = (time_t)NO_VALUE_SET;
149 table_info->refreshErrorRetry.timeout = (time_t)NO_VALUE_SET;
1010 if (config_info->threadCreationErrorTimeout.timeout ==
1012 config_info->threadCreationErrorTimeout.timeout =
1020 if (config_info->dumpErrorTimeout.timeout == (time_t)NO_VALUE_SET)
1021 config_info->dumpErrorTimeout.timeout
[all...]

Completed in 170 milliseconds

<<11121314151617181920>>