Searched refs:tmo (Results 1 - 9 of 9) sorted by relevance
/osnet-11/usr/src/lib/libsmbfs/common/ |
H A D | smbfs_nb_ssn.c | 152 int tmo = smb_recv_timeout * 1000; local 158 if ((err = smbfs_nb_ssn_pollin(ctx, tmo)) != 0) { 194 if ((err = smbfs_nb_ssn_pollin(ctx, tmo)) != 0) { 221 smbfs_nb_ssn_pollin(struct smb_ctx *ctx, int tmo) argument 229 cnt = poll(pfd, 1, tmo);
|
H A D | smbfs_iod_cl.c | 138 int err, tmo; local 141 tmo = iod_start_timeout; 143 if (--tmo <= 0)
|
/osnet-11/usr/src/grub/grub-0.97/netboot/ |
H A D | misc.c | 59 unsigned long tmo; local 61 for (tmo = currticks()+secs*TICKS_PER_SEC; currticks() < tmo; ) {
|
H A D | nic.c | 1136 unsigned long tmo; local 1141 tmo = (base << exp) + (TICKS_PER_SEC - (random()/TWO_SECOND_DIVISOR)); 1142 return tmo; 1151 unsigned long divisor, tmo; local 1157 tmo = random()/divisor; 1158 return tmo;
|
/osnet-11/usr/src/cmd/sendmail/src/ |
H A D | sfsasl.c | 354 ** tmo -- timeout 366 sfdcsasl(fin, fout, conn, tmo) 370 int tmo; 407 sm_io_setinfo(*fin, SM_IO_WHAT_TIMEOUT, &tmo); 408 sm_io_setinfo(*fout, SM_IO_WHAT_TIMEOUT, &tmo);
|
H A D | deliver.c | 3148 int tmo; local 3156 tmo = DATA_PROGRESS_TIMEOUT * 1000; 3159 mci->mci_conn, tmo) == 0)
|
H A D | srvrsmtp.c | 1409 int tmo; local 1417 tmo = TimeOuts.to_datablock * 1000; 1419 conn, tmo) == 0)
|
/osnet-11/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_name_service.c | 641 int tmo; local 729 tmo = -1; 734 tmo = timeout/1000; 736 retval = poll(&pollfd, 1, tmo);
|
/osnet-11/usr/src/cmd/sendmail/libsm/ |
H A D | ldap.c | 1398 struct timeval tmo; local 1400 tmo.tv_sec = lmap->ldap_networktmo; 1401 tmo.tv_usec = 0; 1402 ldap_set_option(ld, LDAP_OPT_NETWORK_TIMEOUT, &tmo);
|
Completed in 84 milliseconds