/titanic_50/usr/src/uts/common/ktli/ |
H A D | t_kspoll.c | 88 clock_t timout; /* milliseconds */ in t_kspoll() local 102 timout = -1; in t_kspoll() 104 timout = TICK_TO_MSEC(timo); in t_kspoll() 119 error = kstrgetmsg(vp, NULL, NULL, &pri, &pflag, timout, &rval); in t_kspoll()
|
H A D | t_kutil.c | 95 clock_t timout; in tli_recv() local 99 timout = 0; in tli_recv() 101 timout = -1; in tli_recv() 106 error = kstrgetmsg(vp, bp, NULL, &pri, &pflag, timout, &rval); in tli_recv()
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | dkdial.c | 62 static SIGRTN timout(); /* Alarm signal handler */ 101 SigWas = signal(SIGALRM, timout); 173 timout(arg) in timout() function 188 (void) signal(SIGALRM, timout); in setalarm()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | l_strplumb.c | 161 clock_t timout; /* milliseconds */ in kstr_msg() local 188 timout = timeo->tv_sec * 1000 + timeo->tv_nsec / 1000000; in kstr_msg() 189 if (timout > INT_MAX) in kstr_msg() 192 timout = -1; in kstr_msg() 198 error = kstrgetmsg(vp, rmp, NULL, &pri, &pflag, timout, &rval); in kstr_msg()
|
/titanic_50/usr/src/uts/common/rpc/sec/ |
H A D | authdesubr.c | 320 struct timeval timout; in rtime() local 336 timout.tv_sec = 60; in rtime() 337 timout.tv_usec = 0; in rtime() 340 (caddr_t)&srvtime, timout); in rtime()
|
H A D | auth_des.c | 434 struct timeval timout; in synchronize() local 436 timout.tv_sec = RTIME_TIMEOUT; in synchronize() 437 timout.tv_usec = 0; in synchronize() 438 if (rtime(synconfig, syncaddr, calltype, timep, &timout) < 0) in synchronize()
|
/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | nl7c.c | 921 clock_t timout; in nl7c_process() local 952 timout = 0; in nl7c_process() 955 timout = nca_http_keep_alive_timeout; in nl7c_process() 958 timout = nca_http_timeout; in nl7c_process() 974 timout, &rval); in nl7c_process() 1005 if (timout > 0 || (first && pollin)) { in nl7c_process() 1040 timout = 0; in nl7c_process() 1042 timout = nca_http_keep_alive_timeout; in nl7c_process()
|
H A D | socktpi.c | 3069 clock_t timout; in sotpi_recvmsg() local 3224 timout = 0; in sotpi_recvmsg() 3226 timout = TICK_TO_MSEC(so->so_rcvtimeo); in sotpi_recvmsg() 3228 timout = -1; in sotpi_recvmsg() 3239 timout, &rval); in sotpi_recvmsg()
|
/titanic_50/usr/src/uts/sun4/os/ |
H A D | mp_startup.c | 214 int timout; in start_cpu() local 239 for (timout = CPU_WAKEUP_GRACE_MSEC; timout; timout--) { in start_cpu() 244 if (timout == 0) { in start_cpu()
|
/titanic_50/usr/src/uts/common/nfs/ |
H A D | nfssys.h | 132 time_t timout; /* client handle life (asynch RPCs) */ member 145 time32_t timout; /* client handle life (asynch RPCs) */ member
|
/titanic_50/usr/src/uts/common/rpc/ |
H A D | clnt_cots.c | 1185 clock_t timout; in clnt_cots_kcallit() local 1194 timout = wait.tv_sec * drv_usectohz(1000000) + in clnt_cots_kcallit() 1204 &call->call_lock, timout)) > 0 && in clnt_cots_kcallit() 1210 &call->call_lock, timout)) > 0 && in clnt_cots_kcallit() 1709 clock_t timout, cv_stat; in connmgr_cwait() local 1729 timout = waitp->tv_sec * drv_usectohz(1000000) + in connmgr_cwait() 1734 &connmgr_lock, timout)) > 0 && in connmgr_cwait() 1739 &connmgr_lock, timout)) > 0 && in connmgr_cwait() 2477 clock_t timout; in connmgr_dis_and_wait() local 2483 timout = clnt_cots_min_conntout * drv_usectohz(1000000); in connmgr_dis_and_wait() [all …]
|
H A D | clnt_clts.c | 478 clock_t ori_timout, timout; in clnt_clts_kcallit_addr() local 490 timout = TIMEVAL_TO_TICK(&wait); in clnt_clts_kcallit_addr() 491 ori_timout = timout; in clnt_clts_kcallit_addr() 636 clock_t cv_timout = timout; in clnt_clts_kcallit_addr() 959 timout = backoff(timout); in clnt_clts_kcallit_addr() 961 p->cku_timeall->rt_rtxcur = timout; in clnt_clts_kcallit_addr()
|
H A D | rpcib.c | 2180 clock_t timout, cv_wait_ret; in rib_sendwait() local 2190 timout = drv_usectohz(SEND_WAIT_TIME * 1000000) + in rib_sendwait() 2195 &wd->sendwait_lock, timout)) > 0 && in rib_sendwait() 2210 &wd->sendwait_lock, timout)) > 0 && in rib_sendwait() 2669 clock_t timout, cv_wait_ret; in rib_recv() local 2688 timout = ddi_get_lbolt() + in rib_recv() 2692 &qp->replylist_lock, timout)) > 0 && in rib_recv() 4223 clock_t cv_stat, timout; in rib_find_hca_connection() local 4283 timout = ddi_get_lbolt() + in rib_find_hca_connection() 4286 &cn->c_lock, timout)) > 0 && in rib_find_hca_connection()
|
/titanic_50/usr/src/cmd/fs.d/nfs/lockd/ |
H A D | lockd.c | 92 .timout = 5 * 60, 296 MyName, lmargs.debug, lmargs.timout, in main()
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_sys.c | 251 lsa.timout = STRUCT_FGET(ulsa, timout); in nfssys()
|
H A D | nfs_dump.c | 475 clock_t timout = TIMEOUT * (retry + 1); in nd_poll() local 482 while (!*eventp && ((ddi_get_lbolt() - start_bolt) < timout)) { in nd_poll()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | aio.c | 414 timeval2reltime(struct timeval *timout, timestruc_t *rqtime, in timeval2reltime() argument 424 if (timout == NULL) { /* wait indefinitely */ in timeval2reltime() 434 if ((intptr_t)timout == (intptr_t)-1) { /* don't wait */ in timeval2reltime() 439 if (copyin(timout, &wait_time, sizeof (wait_time))) in timeval2reltime() 448 if ((intptr_t)timout == (intptr_t)((uint32_t)-1)) { in timeval2reltime() 453 if (copyin(timout, &wait_time_32, sizeof (wait_time_32))) in timeval2reltime() 477 timespec2reltime(timespec_t *timout, timestruc_t *rqtime, in timespec2reltime() argument 486 if (timout == NULL) { in timespec2reltime() 492 if (copyin(timout, rqtime, sizeof (*rqtime))) in timespec2reltime() 497 if (copyin(timout, &wait_time_32, sizeof (wait_time_32))) in timespec2reltime() [all …]
|
H A D | driver_lyr.c | 2184 clock_t timout; /* milliseconds */ in ldi_getmsg() local 2198 timout = timeo->tv_sec * 1000 + timeo->tv_nsec / 1000000; in ldi_getmsg() 2199 if (timout > INT_MAX) in ldi_getmsg() 2202 timout = -1; in ldi_getmsg() 2209 rmp, NULL, &pri, &pflag, timout, &rval); in ldi_getmsg()
|
H A D | streamio.c | 7072 clock_t timout, in kstrgetmsg() argument 7250 fmode, timout, &done))) != 0 || done) { in kstrgetmsg()
|
H A D | strsubr.c | 2999 strwaitq(stdata_t *stp, int flag, ssize_t count, int fmode, clock_t timout, in strwaitq() argument 3094 rval = str_cv_wait(sleepon, &stp->sd_lock, timout, flag & STR_NOSIG); in strwaitq()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_capture.c | 751 strioctl(int fd, int cmd, int timout, int len, void *dp) in strioctl() argument 757 sioc.ic_timout = timout; in strioctl()
|
/titanic_50/usr/src/uts/common/klm/ |
H A D | klmmod.c | 271 g->cn_idle_tmo = args->timout; in lm_svc()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rarpd.c | 983 strioctl(int fd, int cmd, int timout, int len, char *dp) in strioctl() argument 988 si.ic_timout = timout; in strioctl()
|
/titanic_50/usr/src/common/net/wanboot/ |
H A D | boot_http.c | 428 http_set_socket_read_timeout(http_handle_t handle, uint_t timout) in http_set_socket_read_timeout() argument 435 c_id->read_timeout = (timout) ? timout : DEFAULT_TIMEOUT; in http_set_socket_read_timeout()
|
/titanic_50/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 9598 clock_t timout; in st_intr() local 9871 timout = ST_STATUS_BUSY_TIMEOUT; in st_intr() 9876 timout = ST_TRAN_BUSY_TIMEOUT; in st_intr() 9891 if (st_handle_intr_busy(un, bp, timout) == 0) in st_intr() 17051 int timout = ST_TRAN_BUSY_TIMEOUT; /* short (default) timeout */ in st_recov_cb() local 17144 timout = ST_STATUS_BUSY_TIMEOUT; in st_recov_cb() 17162 if (st_handle_intr_busy(un, bp, timout) == 0) { in st_recov_cb()
|