/illumos-gate/usr/src/cmd/fs.d/nfs/dfshares/ |
H A D | dfshares.c | 104 struct timeval tout, rpc_totout_old; local 130 tout.tv_sec = 10; 131 tout.tv_usec = 0; 134 0, xdr_exports, (caddr_t)&ex, tout)) {
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | pmap_clnt.c | 197 caddr_t resp, struct timeval tout, rpcport_t *port_ptr) 219 (caddr_t)&r, tout); 195 pmap_rmtcall(struct sockaddr_in *addr, rpcprog_t prog, rpcvers_t vers, rpcproc_t proc, xdrproc_t xdrargs, caddr_t argsp, xdrproc_t xdrres, caddr_t resp, struct timeval tout, rpcport_t *port_ptr) argument
|
H A D | rpcb_clnt.c | 1158 const caddr_t resp, const struct timeval tout, struct netbuf *addr_ptr) 1183 (xdrproc_t)xdr_rpcb_rmtcallres, (char *)&r, tout); 1155 rpcb_rmtcall(const struct netconfig *nconf, const char *host, const rpcprog_t prog, const rpcvers_t vers, const rpcproc_t proc, const xdrproc_t xdrargs, const caddr_t argsp, const xdrproc_t xdrres, const caddr_t resp, const struct timeval tout, struct netbuf *addr_ptr) argument
|
H A D | clnt_vc.c | 467 hrtime_t tout; /* timeout in nanoseconds (from tp) */ local 519 tout = SECS_TO_NS(tp->tv_sec) + 530 if (elapsed >= tout) 541 if (NSECS_TO_MS(tout - elapsed) >= 546 NSECS_TO_MS(tout - elapsed); 548 tout - elapsed)
|
/illumos-gate/usr/src/cmd/fs.d/nfs/dfmounts/ |
H A D | dfmounts.c | 126 struct timeval tout, rpc_totout_old; local 152 tout.tv_sec = 10; 153 tout.tv_usec = 0; 156 0, xdr_mountlist, (caddr_t)&ml, tout)) {
|
/illumos-gate/usr/src/cmd/fs.d/nfs/showmount/ |
H A D | showmount.c | 86 struct timeval tout, rpc_totout_old; local 159 tout.tv_sec = 10; 160 tout.tv_usec = 0; 164 (caddr_t)&result_list, tout)) { 268 struct timeval tout; local 270 tout.tv_sec = 10; 271 tout.tv_usec = 0; 274 xdr_void, 0, xdr_exports, (caddr_t)&ex, tout)) {
|
/illumos-gate/usr/src/lib/lvm/libmeta/common/ |
H A D | metarpcopen.c | 184 struct timeval *tout 190 METAD_VERSION, METAD_VERSION_DEVID, "tcp", tout)); 213 * connection allowing up to tout seconds to complete the task. If the 215 * RPC_PROGNOTREGISTERED and tout seconds have not passed, 231 * tout - Number of seconds to allow for the connection 241 time_t tout, 271 while ((curtime.tv_sec - start.tv_sec) < tout) { 273 timeout.tv_sec = tout - (curtime.tv_sec - start.tv_sec); 237 meta_client_create_retry( char *hostname, clnt_create_func_t func, void *data, time_t tout, md_error_t *ep ) argument
|
/illumos-gate/usr/src/lib/libidmap/common/ |
H A D | utils.c | 225 const struct timeval tout) 267 outproc, out, tout); 219 _idmap_clnt_call( const rpcproc_t procnum, const xdrproc_t inproc, const caddr_t in, const xdrproc_t outproc, caddr_t out, const struct timeval tout) argument
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/ |
H A D | events.c | 593 int tout; local 608 tout = 1000; 611 tout = 1000 - (now - last_time) / 1000000ll; 614 (void) poll(fdarray, nextport + FDOFFSET, tout);
|
/illumos-gate/usr/src/cmd/avs/sdbc/ |
H A D | sd_stats.c | 146 struct timeval tout; local 340 tout.tv_sec = delay; 342 tout.tv_usec = 0; 344 &tout) <= 0) 351 tout.tv_sec = 0;
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | sys_bsd.c | 67 int tout; /* Output file descriptor */ variable 95 tout = fileno(stdout); 110 return (write(tout, buf, n)); 542 (void) ioctl(tout, FIONBIO, &onoff); 770 FD_SET(tout, &obits); 874 if (FD_ISSET(tout, &obits)) { 875 FD_CLR(tout, &obits);
|
/illumos-gate/usr/src/uts/sun4u/opl/io/ |
H A D | oplkmdrv.c | 828 clock_t tout; local 888 tout = drv_usectohz(OKM_MB_TOUT); 890 &okmsp->km_lock, tout, TR_CLOCK_TICK);
|
H A D | dm2s.c | 678 clock_t tout = drv_usectohz(DM2S_MB_TOUT); local 739 &dm2sp->ms_lock, tout, TR_CLOCK_TICK);
|
/illumos-gate/usr/src/lib/libv12n/sparc/ |
H A D | libv12n.c | 715 int tout; local 741 for (tout = 0; tout < v12n_ldma_timeout; tout += v12n_ldma_sleeptime) { 751 if (tout >= v12n_ldma_timeout) {
|
/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/boot2/ |
H A D | ixp425_board.c | 459 u_int32_t tout; local 461 tout = 0; 462 while (tout <= 5000000) { 481 DPRINTF("%s: status 0x%x mask 0x%x tout %u\n", 482 __func__, status, mask, tout); 486 if (tout > 1000) { 487 tout += 1000; 490 tout += 10; 501 u_int32_t tout; local 503 tout 559 u_int32_t tout; local [all...] |
/illumos-gate/usr/src/cmd/lvm/rpc.mdcommd/ |
H A D | mdmn_commd_server.c | 663 time_t tout = 0; local 675 (tout < MD_CLNT_CREATE_TOUT)) { 686 tout += MD_CLNT_CREATE_SUBTIMEOUT; 919 time_t tout = 0; local 953 (tout < MD_CLNT_CREATE_TOUT)) { 964 tout += MD_CLNT_CREATE_SUBTIMEOUT;
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_io.c | 1774 clock_t tout; local 1783 tout = SEC_TO_TICK(1); 1836 ret = iscsi_thread_wait(thread, tout);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | main.c | 2653 struct timeval levelt, tout, *top; local 2751 tout.tv_sec = 0; 2752 tout.tv_usec = 10000; 2757 top = &tout; 2764 top = &tout;
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | rpcmod.c | 2197 clock_t tout; local 2199 tout = mir->mir_idle_timeout - 2201 if (tout < 0) 2202 tout = 1000; 2207 mir->mir_idle_timeout, tout); 2210 mir_timer_start(wq, mir, tout);
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | main.c | 909 uint_t tout = (iflag || req_flag)? 0 : MILLISEC; local 924 (void) Lwait(Lwp, tout); 926 tout != 0 && !(interrupt | sigusr1)) {
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 1947 struct timeval tout, struct netbuf *resp_addr) 1986 tout, resp_addr); 2022 tout, resp_addr); 1944 pmap_rmt_call(struct knetconfig *knconf, struct netbuf *call_addr, bool_t bcast, rpcprog_t progn, rpcvers_t versn, rpcproc_t procn, xdrproc_t xdrargs, caddr_t argsp, xdrproc_t xdrres, caddr_t resp, struct timeval tout, struct netbuf *resp_addr) argument
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_rxdma.c | 509 uint16_t tout, uint8_t enable) 519 tout); 508 nxge_rxdma_cfg_rcr_timeout(p_nxge_t nxgep, uint8_t channel, uint16_t tout, uint8_t enable) argument
|
/illumos-gate/usr/src/cmd/cron/ |
H A D | cron.c | 2777 struct timespec tout, *toutp; local 2800 tout.tv_nsec = 0; 2801 tout.tv_sec = tim; 2802 toutp = &tout;
|