Searched refs:timeout (Results 426 - 450 of 853) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dvia-rhine.c952 unsigned int timeout; local
992 timeout = currticks() + 2;
993 for (timeout = currticks() + 2; currticks() < timeout;)
/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Dtransport.c69 extern int timeout; /* connection timeout */
504 * connect_timeout() - sets nonblocking I/O on a socket and timeout-connects
530 rc = poll(&fds, 1, timeout * 1000);
531 if (rc == 0) { /* timeout */
552 * send_timeout() - send data (in chunks if needed, each chunk in timeout secs).
566 rc = poll(&fds, 1, timeout * 1000);
567 if (rc == 0) { /* timeout */
599 * recv_timeout() - receive data (in chunks if needed, each chunk in timeout
601 * cycles the poll() call in timeout second
[all...]
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dliterals.h133 L_DECL(timeout); variable
/illumos-gate/usr/src/cmd/fs.d/nfs/nfs4cbd/
H A Dnfs4cbd.c171 cb_svcpool.timeout = 0;
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_proc.c793 struct timeval timeout; local
824 timeout.tv_usec = 0;
825 timeout.tv_sec = SM_CLTS_TIMEOUT;
827 CLSET_RETRY_TIMEOUT, (caddr_t)&timeout);
/illumos-gate/usr/src/cmd/hal/hald-runner/
H A Dmain.c117 /* Then an uint32 timeout for it */
120 dbus_message_iter_get_basic(&iter, &(r->timeout));
/illumos-gate/usr/src/cmd/krb5/kadmin/server/
H A Dovsec_kadmd.c1241 struct timeval timeout; local
1247 timeout.tv_sec = TIMEOUT;
1248 timeout.tv_usec = 0;
1267 __rpc_timeval_to_msec(&timeout))) {
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_rq.h195 int smb_rq_simple_timed(struct smb_rq *rqp, int timeout);
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.h101 (so)->so_rcv_timer_tid = timeout(so_timer_callback, \
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdcsrv.c321 p.timeout = 0;
/illumos-gate/usr/src/uts/common/rpc/
H A Dib.h334 clock_t timeout; member in struct:rib_qp_s
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd.c979 sc->timeout_id = timeout(zyd_next_scan, sc,
1111 * Wait on lock until someone calls the "signal" function or the timeout
1112 * expires. Note: timeout is in microseconds.
1115 zyd_cb_lock_wait(struct zyd_cb_lock *lock, clock_t timeout) argument
1125 if (timeout < 0) {
1126 /* no timeout - wait as long as needed */
1130 /* wait with timeout (given in usec) */
1131 etime = ddi_get_lbolt() + drv_usectohz(timeout);
H A Dzyd.h145 /* timeout for scanning */
383 zyd_res zyd_cb_lock_wait(struct zyd_cb_lock *lock, clock_t timeout);
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dses.h147 timeout_id_t ses_restart_id; /* restart timeout id */
251 ssc->ses_restart_id = timeout(ses_restart, (void *) pkt, \
/illumos-gate/usr/src/uts/sun4u/starfire/cvc/
H A Dcvc.c252 cvc_timeout_id = timeout(cvc_flush_buf, NULL,
289 * it doesn't clean up mutexes, kill the timeout routine
758 cvc_timeout_id = timeout(cvc_flush_buf, NULL,
838 cvc_timeout_id = timeout(cvc_flush_buf,
956 cvc_timeout_id = timeout(cvc_flush_buf, NULL,
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Denviron.c120 /* overtemp polling routine timeout delay */
355 * is mapped, the timeout thread can read the temperature and
447 (void) timeout(overtemp_wakeup, NULL, overtemp_timeout_sec*hz);
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmc_comm_dp.c156 * setup data link timeout handler
178 dps->timer_link_setup = timeout(dp_link_setup_tohandler,
185 * delay acknowledgment of a received message timeout handler
319 dps->timer_link_setup = timeout(dp_link_setup_tohandler,
658 dps->timer_link_setup = timeout(dp_link_setup_tohandler,
1053 dps->timer_delay_ack = timeout(dp_delay_ack_tohandler,
1461 * timeout callback will not do any processing in the
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmemscrub.c87 #include <sys/systm.h> /* timeout, types, t_lock */
330 (void) timeout(memscrub_wakeup, NULL, interval_sec * hz);
/illumos-gate/usr/src/cmd/lp/model/netpr/
H A Dbsd_misc.c124 job->np_timeout = injob->timeout;
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_vf.h251 u32 timeout; member in struct:e1000_mbx_info
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_loader.c613 } else if (strcmp(opt, "timeout") == 0) {
617 bam_error(_("invalid timeout: %s\n"), val);
621 (void) snprintf(path, PATH_MAX, "%s" CONF_DIR "/timeout",
631 * timeout=-1 is to disable auto boot in illumos, but
816 char *timeout = "-1"; local
819 timeout = ptr;
822 (void) printf("Timeout: %s\n", timeout);
823 else if (strcasecmp(setting, "timeout") == 0) {
824 (void) printf("%s\n", timeout);
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dbootstrap.h62 int autoboot(int timeout, char *prompt);
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Darmada-38x.dtsi210 timeout-ms = <1000>;
221 timeout-ms = <1000>;
/illumos-gate/usr/src/cmd/luxadm/
H A Dhotplug.c1729 int tid, slot, f_r, al_pa, timeout = 0; local
1905 (timeout >
1921 timeout++;
1950 if (timeout > PHOTON_SPINUP_TIMEOUT) {
1966 timeout++;
1993 if (timeout > PHOTON_SPINUP_TIMEOUT) {
2010 timeout++;
/illumos-gate/usr/src/cmd/format/
H A Dctlr_scsi.c1992 int timeout = 0; local
2029 * Set timeout: 30 seconds for all commands except format
2036 * Get the timeout value computed using page4 geometry.
2038 * add another 50% margin to have a safe timeout.
2041 if ((timeout = scsi_format_time()) > 0) {
2042 timeout *= 60; /* convert to seconds */
2043 timeout += timeout;
2049 if (timeout > SHRT_MAX)
2050 timeout
[all...]

Completed in 197 milliseconds

<<11121314151617181920>>