Home
last modified time | relevance | path

Searched refs:tout (Results 1 – 24 of 24) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/showmount/
H A Dshowmount.c85 struct timeval tout, rpc_totout_old; in main() local
145 tout.tv_sec = 10; in main()
146 tout.tv_usec = 0; in main()
149 (caddr_t)&result_list, tout); in main()
255 struct timeval tout; in printex() local
257 tout.tv_sec = 10; in printex()
258 tout.tv_usec = 0; in printex()
261 (caddr_t)&ex, tout); in printex()
/illumos-gate/usr/src/cmd/fs.d/nfs/dfshares/
H A Ddfshares.c102 struct timeval tout, rpc_totout_old; in pr_exports() local
113 tout.tv_sec = 10; in pr_exports()
114 tout.tv_usec = 0; in pr_exports()
117 (caddr_t)&ex, tout); in pr_exports()
/illumos-gate/usr/src/cmd/fs.d/nfs/dfmounts/
H A Ddfmounts.c124 struct timeval tout, rpc_totout_old; in pr_mounts() local
135 tout.tv_sec = 10; in pr_mounts()
136 tout.tv_usec = 0; in pr_mounts()
139 (caddr_t)&ml, tout); in pr_mounts()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c63 int tout; /* Output file descriptor */ variable
91 tout = fileno(stdout); in init_sys()
106 return (write(tout, buf, n));
538 (void) ioctl(tout, FIONBIO, &onoff);
767 FD_SET(tout, &obits); in process_rings()
871 if (FD_ISSET(tout, &obits)) { in process_rings()
872 FD_CLR(tout, &obits); in process_rings()
H A Dutilities.c1016 FD_SET(tout, &o); in EmptyTerminal()
1018 (void) select(tout+1, NULL, &o, NULL, NULL); in EmptyTerminal()
1025 FD_SET(tout, &o); in EmptyTerminal()
1027 (void) select(tout+1, NULL, &o, NULL, NULL); in EmptyTerminal()
H A Dexterns.h105 extern int tout; /* Terminal output file descriptor */
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymreport.pl157 my $tout;
158 $tout = gettext(
162 $tout .= "\n $working_dir\n\n";
164 $tout .= gettext(
167 pmsg("%s", $tout);
/illumos-gate/usr/src/lib/libv12n/sparc/
H A Dlibv12n.c715 int tout; in v12n_get_ldma_system_msg() local
741 for (tout = 0; tout < v12n_ldma_timeout; tout += v12n_ldma_sleeptime) { in v12n_get_ldma_system_msg()
751 if (tout >= v12n_ldma_timeout) { in v12n_get_ldma_system_msg()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dpmap_clnt.c197 caddr_t resp, struct timeval tout, rpcport_t *port_ptr) in pmap_rmtcall() argument
219 (caddr_t)&r, tout); in pmap_rmtcall()
H A Dclnt_vc.c463 hrtime_t tout; /* timeout in nanoseconds (from tp) */ in set_up_connection() local
514 tout = SECS_TO_NS(tp->tv_sec) + in set_up_connection()
525 if (elapsed >= tout) in set_up_connection()
536 if (NSECS_TO_MS(tout - elapsed) >= in set_up_connection()
541 NSECS_TO_MS(tout - elapsed); in set_up_connection()
543 tout - elapsed) in set_up_connection()
H A Drpcb_clnt.c1158 const caddr_t resp, const struct timeval tout, struct netbuf *addr_ptr) in rpcb_rmtcall() argument
1183 (xdrproc_t)xdr_rpcb_rmtcallres, (char *)&r, tout); in rpcb_rmtcall()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Devents.c593 int tout; in event_loop() local
608 tout = 1000; in event_loop()
611 tout = 1000 - (now - last_time) / 1000000ll; in event_loop()
614 (void) poll(fdarray, nextport + FDOFFSET, tout); in event_loop()
/illumos-gate/usr/src/lib/libidmap/common/
H A Dutils.c225 const struct timeval tout) in _idmap_clnt_call() argument
267 outproc, out, tout); in _idmap_clnt_call()
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcmod.c2207 clock_t tout; in mir_timer() local
2209 tout = mir->mir_idle_timeout - in mir_timer()
2211 if (tout < 0) in mir_timer()
2212 tout = 1000; in mir_timer()
2217 mir->mir_idle_timeout, tout); in mir_timer()
2220 mir_timer_start(wq, mir, tout); in mir_timer()
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Doplkmdrv.c828 clock_t tout; in okm_mbox_init() local
888 tout = drv_usectohz(OKM_MB_TOUT); in okm_mbox_init()
890 &okmsp->km_lock, tout, TR_CLOCK_TICK); in okm_mbox_init()
H A Ddm2s.c678 clock_t tout = drv_usectohz(DM2S_MB_TOUT); in dm2s_mbox_init() local
739 &dm2sp->ms_lock, tout, TR_CLOCK_TICK); in dm2s_mbox_init()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c2650 struct timeval levelt, tout, *top; local
2748 tout.tv_sec = 0;
2749 tout.tv_usec = 10000;
2754 top = &tout;
2761 top = &tout;
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c2746 struct timespec tout, *toutp; in msg_wait() local
2769 tout.tv_nsec = 0; in msg_wait()
2770 tout.tv_sec = tim; in msg_wait()
2771 toutp = &tout; in msg_wait()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c2010 struct timeval tout, struct netbuf *resp_addr) in pmap_rmt_call() argument
2049 tout, resp_addr); in pmap_rmt_call()
2085 tout, resp_addr); in pmap_rmt_call()
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c913 uint_t tout = (iflag || req_flag)? 0 : MILLISEC; in worker_thread() local
928 (void) Lwait(Lwp, tout); in worker_thread()
930 tout != 0 && !(interrupt | sigusr1)) { in worker_thread()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_io.c1774 clock_t tout; in iscsi_tx_thread() local
1783 tout = SEC_TO_TICK(1); in iscsi_tx_thread()
1836 ret = iscsi_thread_wait(thread, tout); in iscsi_tx_thread()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_rxdma.c509 uint16_t tout, uint8_t enable) in nxge_rxdma_cfg_rcr_timeout() argument
519 tout); in nxge_rxdma_cfg_rcr_timeout()
/illumos-gate/usr/src/cmd/look/
H A Dwords23129 tout
/illumos-gate/usr/src/cmd/spell/
H A Dlist23128 tout