Searched refs:tmo (Results 1 - 20 of 20) sorted by relevance

/freebsd-9.3-release/lib/libstand/
H A Dnet.c79 time_t t, tmo, tlast; local
87 tmo = MINTMO;
93 if (tmo >= MAXTMO) {
102 tleft = tmo;
103 tmo += MINTMO;
104 if (tmo > MAXTMO)
105 tmo = MAXTMO;
109 while ((getsecs() - t) < tmo)
/freebsd-9.3-release/sys/dev/ieee488/
H A Dugpib.h113 int ibdev(int boardID, int pad, int sad, int tmo, int eot, int eos);
145 int ibtmo(int handle, int tmo);
H A Dibfoo_int.h129 int tmo; member in struct:ibarg
H A Dibfoo.c582 h->timeout = timeouts[ib->ap->tmo];
753 ib->h->timeout = timeouts[ib->ap->tmo];
880 if (ap->__field & __F_TMO) printf(" tmo=%d", ap->tmo);
1033 if (ap->tmo < 0 || ap->tmo >= max_timeouts)
/freebsd-9.3-release/sys/dev/acpica/Osd/
H A DOsdSynch.c155 int error, prevtick, slptick, tmo; local
191 tmo = timeout2hz(Timeout);
195 error = cv_timedwait_sig(&as->as_cv, &as->as_lock, tmo);
204 if (slptick >= tmo || slptick < 0) {
208 tmo -= slptick;
346 int error, prevtick, slptick, tmo; local
384 tmo = timeout2hz(Timeout);
389 "acmtx", tmo);
398 if (slptick >= tmo || slptick < 0) {
402 tmo
[all...]
/freebsd-9.3-release/contrib/amd/amq/
H A Dpawd.c183 struct timeval tmo = {10, 0}; local
205 clnt = clntudp_create(&server_addr, AMQ_PROGRAM, AMQ_VERSION, tmo, &s);
/freebsd-9.3-release/lib/libgpib/
H A Dibfoo.c150 ibdev (int boardID, int pad, int sad, int tmo, int eot, int eos) argument
158 io.tmo = tmo;
538 ibtmo (int handle, int tmo) argument
544 io.tmo = tmo;
/freebsd-9.3-release/sbin/atacontrol/
H A Datacontrol.c316 int tmo; local
319 tmo = strtoul(arg, NULL, 0);
320 if (ioctl(fd, IOCATASSPINDOWN, &tmo) < 0)
323 if (ioctl(fd, IOCATAGSPINDOWN, &tmo) < 0)
325 if (tmo == 0)
329 dev, tmo);
/freebsd-9.3-release/sys/dev/tpm/
H A Dtpm.c632 tpm_tmotohz(int tmo) argument
636 tv.tv_sec = tmo / 1000;
637 tv.tv_usec = 1000 * (tmo % 1000);
712 tpm_waitfor_poll(struct tpm_softc *sc, u_int8_t mask, int tmo, void *c) argument
720 while (((sc->sc_stat = tpm_status(sc)) & mask) != mask && tmo--) {
735 tpm_waitfor_int(struct tpm_softc *sc, u_int8_t mask, int tmo, void *c, argument
767 to = tpm_tmotohz(tmo);
802 tpm_waitfor(struct tpm_softc *sc, u_int8_t b0, int tmo, void *c) argument
833 return tpm_waitfor_int(sc, b, tmo, c,
839 rv = tpm_waitfor_int(sc, b, tmo,
[all...]
/freebsd-9.3-release/contrib/sendmail/src/
H A Dsfsasl.c354 ** 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 Ddeliver.c3155 int tmo; local
3163 tmo = DATA_PROGRESS_TIMEOUT * 1000;
3166 mci->mci_conn, tmo) == 0)
H A Dsrvrsmtp.c1410 int tmo; local
1418 tmo = TimeOuts.to_datablock * 1000;
1420 conn, tmo) == 0)
/freebsd-9.3-release/contrib/ofed/management/infiniband-diags/src/
H A Dmcm_rereg_test.c221 uint8_t *umad, int length, int tmo)
226 while((ret = umad_recv(port, umad, &len, tmo)) < 0 &&
220 rereg_recv(int port, int agent, ib_portid_t *dport, uint8_t *umad, int length, int tmo) argument
/freebsd-9.3-release/sys/dev/oce/
H A Doce_hw.c54 int tmo = 60000; local
67 if (--tmo == 0)
H A Doce_mbox.c344 uint32_t tmo = 0; local
353 /* get the tmo */
354 tmo = mbx->tag[0];
361 rc = oce_mbox_dispatch(sc, tmo);
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dldap.c1398 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);
/freebsd-9.3-release/sys/dev/ppbus/
H A Dimmio.c495 imm_wait(struct vpoio_data *vpo, int tmo) argument
512 WAIT_TMO, tmo);
H A Dvpoio.c519 vpoio_wait(struct vpoio_data *vpo, int tmo) argument
543 WAIT_TMO, tmo);
/freebsd-9.3-release/sys/dev/isp/
H A Disp_freebsd.h340 struct callout tmo; /* general timer */ member in struct:isposinfo
H A Disp_freebsd.c227 callout_init_mtx(&isp->isp_osinfo.tmo, &isp->isp_osinfo.lock, 0);
229 callout_reset(&isp->isp_osinfo.tmo, isp_timer_count, isp_timer, isp);
291 callout_stop(&isp->isp_osinfo.tmo);
6413 callout_reset(&isp->isp_osinfo.tmo, isp_timer_count, isp_timer, isp);

Completed in 298 milliseconds