/titanic_41/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_buffers.c | 287 tlm_buffer_setup_timer(timestruc_t *timo, unsigned milli_timo) in tlm_buffer_setup_timer() argument 293 timo->tv_sec = (milli_timo / 1000); in tlm_buffer_setup_timer() 295 timo->tv_sec = 0; in tlm_buffer_setup_timer() 296 timo->tv_nsec = (milli_timo % 1000) * 1000000L; in tlm_buffer_setup_timer() 309 timestruc_t timo; in tlm_buffer_in_buf_timed_wait() local 311 tlm_buffer_setup_timer(&timo, milli_timo); in tlm_buffer_in_buf_timed_wait() 315 (void) cond_reltimedwait(&bufs->tbs_in_cv, &bufs->tbs_mtx, &timo); in tlm_buffer_in_buf_timed_wait() 335 timestruc_t timo; in tlm_buffer_out_buf_timed_wait() local 337 tlm_buffer_setup_timer(&timo, milli_timo); in tlm_buffer_out_buf_timed_wait() 341 (void) cond_reltimedwait(&bufs->tbs_out_cv, &bufs->tbs_mtx, &timo); in tlm_buffer_out_buf_timed_wait()
|
/titanic_41/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_smb.c | 85 uint32_t *lenp, uio_t *uiop, smb_cred_t *scred, int timo); 87 uint32_t *lenp, uio_t *uiop, smb_cred_t *scred, int timo); 90 uint32_t *lenp, uio_t *uiop, smb_cred_t *scred, int timo); 92 uint32_t *lenp, uio_t *uiop, smb_cred_t *scred, int timo); 610 uio_t *uiop, smb_cred_t *scred, int timo) in smb_rwuio() argument 667 error = (*iofun)(ssp, fid, &rlen, uiop, scred, timo); in smb_rwuio() 679 timo = 0; /* only first I/O should wait */ in smb_rwuio() 696 uio_t *uiop, smb_cred_t *scred, int timo) in smb_smb_readx() argument 731 if (timo == 0) in smb_smb_readx() 732 timo = smb_timo_read; in smb_smb_readx() [all …]
|
H A D | smb_subr.h | 159 int smb_smb_echo(smb_vc_t *vcp, smb_cred_t *scred, int timo); 182 uio_t *uiop, smb_cred_t *scred, int timo);
|
H A D | smb_trantcp.c | 99 int events, fmode, timo, waitflg; in nb_getmsg_mlen() local 124 timo = SEC_TO_TICK(SMB_NBTIMO); in nb_getmsg_mlen() 125 error = t_kspoll(nbp->nbp_tiptr, timo, waitflg, &events); in nb_getmsg_mlen()
|
/titanic_41/usr/src/uts/common/rpc/sec/ |
H A D | authdesubr.c | 82 int timo; in rtime() local 137 timo = TIMEVAL_TO_TICK(wait); in rtime() 139 RPCLOG(8, "rtime: timo %x\n", timo); in rtime() 140 if ((error = t_kspoll(tiptr, timo, READWAIT, in rtime() 232 timo = TIMEVAL_TO_TICK(wait); in rtime() 234 RPCLOG(8, "rtime: timo %x\n", timo); in rtime() 242 error = t_kspoll(tiptr, timo, READWAIT, &type); in rtime()
|
/titanic_41/usr/src/lib/libbc/libc/net/ |
H A D | rexec.c | 52 int s, timo = 1, s3; in rexec() local 75 if (errno == ECONNREFUSED && timo <= 16) { in rexec() 77 sleep(timo); in rexec() 78 timo *= 2; in rexec()
|
H A D | rcmd.c | 41 int s, timo = 1, pid, oldmask, retval; in rcmd() local 76 if (errno == ECONNREFUSED && timo <= 16) { in rcmd() 77 sleep(timo); in rcmd() 78 timo *= 2; in rcmd()
|
/titanic_41/usr/src/uts/common/ktli/ |
H A D | t_kspoll.c | 83 t_kspoll(TIUSER *tiptr, int timo, int waitflg, int *events) in t_kspoll() argument 101 if (timo < 0) in t_kspoll() 104 timout = TICK_TO_MSEC(timo); in t_kspoll()
|
/titanic_41/usr/src/cmd/lp/model/netpr/ |
H A D | tcp_misc.c | 76 unsigned timo = 1; in tcp_open() local 123 if (errno == ECONNREFUSED && timo <= 16) { in tcp_open() 124 (void) sleep(timo); in tcp_open() 125 timo *= 2; in tcp_open()
|
H A D | netpr.c | 83 unsigned timo = 1; in net_open() local 146 if (errno == ECONNREFUSED && timo <= 16) { in net_open() 147 (void) sleep(timo); in net_open() 148 timo *= 2; in net_open()
|
/titanic_41/usr/src/cmd/backup/lib/ |
H A D | myrcmd.c | 70 int s, timo, retval; in myrcmd() local 141 timo = 1; in myrcmd() 186 if (saverr == ECONNREFUSED && timo <= 16) { in myrcmd() 187 sleep(timo); in myrcmd() 188 timo *= 2; in myrcmd()
|
/titanic_41/usr/src/lib/libsocket/inet/ |
H A D | rexec.c | 72 int s, timo = 1, s3; in rexec_af() local 112 if (errno == ECONNREFUSED && timo <= 16) { in rexec_af() 114 (void) sleep(timo); in rexec_af() 115 timo *= 2; in rexec_af()
|
H A D | rcmd.c | 101 int s, timo = 1; in rcmd_af() local 225 if (errno == ECONNREFUSED && timo <= 16) { in rcmd_af() 226 (void) sleep(timo); in rcmd_af() 227 timo *= 2; in rcmd_af()
|
/titanic_41/usr/src/lib/libc/port/aio/ |
H A D | posix_aio.c | 341 __aio_suspend(void **list, int nent, const timespec_t *timo, int largefile) in __aio_suspend() argument 370 if (timo) { in __aio_suspend() 371 if (timo->tv_sec < 0 || timo->tv_nsec < 0 || in __aio_suspend() 372 timo->tv_nsec >= NANOSEC) { in __aio_suspend() 377 if (timo->tv_sec > 0 || timo->tv_nsec > 0) { in __aio_suspend() 444 list, nent, timo, -1); in __aio_suspend() 479 hrtend = hrtstart + (hrtime_t)timo->tv_sec * (hrtime_t)NANOSEC + in __aio_suspend() 480 (hrtime_t)timo->tv_nsec; in __aio_suspend() 488 twait = *timo; /* content of timo = 0 : polling */ in __aio_suspend()
|
/titanic_41/usr/src/uts/intel/io/ipmi/ |
H A D | ipmi.c | 136 int timo) in ipmi_submit_driver_request() argument 152 if (timo == 0) in ipmi_submit_driver_request() 156 ddi_get_lbolt() + timo); in ipmi_submit_driver_request()
|
/titanic_41/usr/src/lib/libast/common/uwin/ |
H A D | rcmd.c | 98 int s, timo = 1; in rcmd() local 183 if (errno == ECONNREFUSED && timo <= 16) { in rcmd() 184 sleep(timo); in rcmd() 185 timo *= 2; in rcmd()
|
/titanic_41/usr/src/uts/common/io/ksocket/ |
H A D | ksocket.c | 729 ksocket_spoll(ksocket_t ks, int timo, short events, short *revents, in ksocket_spoll() argument 775 error = socket_poll(so, (short)events, (timo == 0), in ksocket_spoll() 780 if (error != 0 || *revents != 0 || timo == 0) in ksocket_spoll() 792 if (timo > 0) in ksocket_spoll() 794 MSEC_TO_TICK_ROUNDUP(timo); in ksocket_spoll() 826 if (timo == -1) { in ksocket_spoll()
|
/titanic_41/usr/src/lib/print/libpapi-lpd/common/ |
H A D | lpd-port.c | 119 unsigned timo = 1; in sock_connect() local 168 if (errno == ECONNREFUSED && timo <= 16) { in sock_connect() 169 (void) sleep(timo); in sock_connect() 170 timo *= 2; in sock_connect()
|
/titanic_41/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_subr.h | 211 struct smb_cred *scredp, int timo); 277 int ioflag, int timo);
|
H A D | smbfs_vnops.c | 673 int error, timo; in smbfs_write() local 742 timo = smb_timo_write; in smbfs_write() 744 timo = smb_timo_append; in smbfs_write() 756 uiop, &scred, timo); in smbfs_write()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | sendto_kdc.c | 597 struct timeval now, *timo; in krb5int_cm_call_select() local 605 timo = 0; in krb5int_cm_call_select() 607 timo = &out->end_time; in krb5int_cm_call_select() 624 timo); in krb5int_cm_call_select() 625 *sret = select(out->max, &out->rfds, &out->wfds, &out->xfds, timo); in krb5int_cm_call_select()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 1487 wait_input(timo) in wait_input() argument 1488 struct timeval *timo; in wait_input() 1492 t = (timo == NULL ? -1 : (timo->tv_sec * 1000 + timo->tv_usec / 1000));
|
H A D | main.c | 302 struct timeval timo; local 605 wait_input(timeleft(&timo)); 895 wait_input(timeleft(&timo)); 1017 wait_input(timeleft(&timo));
|
/titanic_41/usr/src/uts/sun/io/ |
H A D | socal.c | 2799 void (*func)(), int timo, int flag, uint_t *diagcode) in socal_doit() argument 2807 status = socal_transport_poll(fcalpkt, timo, CQ_REQUEST_0); in socal_doit() 2818 lb+drv_usectohz(timo))) == -1) { in socal_doit()
|