Searched refs:usec (Results 101 - 125 of 180) sorted by relevance

12345678

/freebsd-current/usr.sbin/inetd/
H A Dbuiltins.c381 int sec, usec; local
434 switch (sscanf(optarg, "%d.%d", &sec, &usec)) {
436 tv.tv_usec = usec;
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_true.c554 pp->usec = true_sample720();
556 TVUTOTSF(pp->usec, off.l_uf);
562 * adjusted the input time to reflect now (via pp->usec)
574 true_debug(peer, "true_sample720: %luus\n", pp->usec);
H A Drefclock_bancomm.c107 int32_t usec; /* usec 0 - 999999 */ member in struct:stfp_time
614 time_vme->frac = stfp->usec*1000;
/freebsd-current/tests/sys/kern/
H A Dsigwait.c97 support_create_sig_proc(int sig, int count, unsigned int usec) argument
108 usleep(usec);
/freebsd-current/sys/arm/allwinner/
H A Da10_timer.c443 a10_timer_delay(int usec, void *arg) argument
449 end = now + (sc->timer0_freq / 1000000) * (usec + 1);
/freebsd-current/stand/userboot/test/
H A Dtest.c494 test_delay(void *arg, int usec) argument
497 usleep(usec);
/freebsd-current/sys/arm/arm/
H A Dmachdep.c293 DELAY(int usec) argument
297 delay_impl(usec, delay_arg);
/freebsd-current/crypto/heimdal/lib/hdb/
H A Dprint.c203 ent->generation->usec,
H A Dcommon.c301 entry->entry.generation->usec = t.tv_usec;
/freebsd-current/sys/dev/enic/
H A Dvnic_dev.h135 u32 vnic_dev_intr_coal_timer_usec_to_hw(struct vnic_dev *vdev, u32 usec);
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dnet_dim.h47 u16 usec; member in struct:net_dim_cq_moder
/freebsd-current/sys/fs/udf/
H A Decma167-udf.h118 uint8_t usec; member in struct:timestamp
/freebsd-current/sys/dev/bhnd/siba/
H A Dsibavar.h119 uint32_t value, uint32_t mask, u_int usec);
/freebsd-current/sys/dev/regulator/
H A Dregulator.c510 regnode_delay(int usec) argument
514 if (usec == 0)
516 ticks = (usec * hz + 999999) / 1000000;
519 DELAY(usec);
/freebsd-current/usr.sbin/syslogd/
H A Dsyslogd.c208 suseconds_t usec; member in struct:logtime
1080 timestamp_remote.usec += (*msg++ - '0') * i;
1316 timestamp_remote.usec = 0;
1615 timestamp_now.usec = tv.tv_usec;
1987 suseconds_t usec; local
2007 usec = f->f_lasttime.usec;
2009 timebuf[i] = usec % 10 + '0';
2010 usec /= 10;
/freebsd-current/sys/kern/
H A Dkern_time.c418 /* XXX Don't convert nsec->usec and back */
995 * it. In this case, carry over (usec - old value) to
1002 itimerdecr(struct itimerval *itp, int usec) argument
1005 if (itp->it_value.tv_usec < usec) {
1008 usec -= itp->it_value.tv_usec;
1014 itp->it_value.tv_usec -= usec;
1015 usec = 0;
1022 itp->it_value.tv_usec -= usec;
H A Dkern_clock.c560 #define TIME_TO_TICKS(sec, usec, hz) \
561 ((sec) * (hz) + TIME_INT_SCALE(usec, hz, 1 << 6) / (1000000 >> 6))
/freebsd-current/contrib/wpa/src/utils/
H A Dwpa_debug.c81 (unsigned int) tv.usec);
84 printf("%ld.%06u: ", (long) tv.sec, (unsigned int) tv.usec);
/freebsd-current/sys/dev/ocs_fc/
H A Docs_os.h276 * @param usec number of micro-seconds to "busy-wait"
278 * @note The value of usec may be greater than 1,000,000
280 #define ocs_udelay(usec) DELAY(usec)
288 * @note The value of usec may be greater than 1,000,000
/freebsd-current/usr.sbin/bhyveload/
H A Dbhyveload.c545 cb_delay(void *arg __unused, int usec) argument
548 usleep(usec);
/freebsd-current/usr.sbin/rpc.tlsservd/
H A Drpc.tlsservd.c465 result->usec = rpctls_ssl_usec;
501 if (argp->sec == rpctls_ssl_sec && argp->usec ==
543 if (argp->sec == rpctls_ssl_sec && argp->usec ==
/freebsd-current/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c38 #define BASE_ACTIVATE_DELAY 100 /* 100 usec */
39 #define PLL_SETTLE_DELAY 300 /* 300 usec */
2828 uint32_t txLat, rxLat, usec, slot, refClock, eifs, init_usec; local
2843 * XXX TODO: should mask out the txlat/rxlat/usec values?
2858 usec = AR5416_HALF_RATE_USEC_44;
2867 usec = AR5416_HALF_RATE_USEC_40;
2878 usec = AR5416_QUARTER_RATE_USEC_44;
2887 usec = AR5416_QUARTER_RATE_USEC_40;
2894 OS_REG_WRITE(ah, AR_USEC, (usec | refClock | txLat | rxLat));
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Drrm.c349 diff_l = diff.sec * 10 + diff.usec / 100000;
1552 (diff.sec || diff.usec >= 8000)) {
1559 (unsigned int) diff.usec);
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_mng_tlv.c448 if (p_time->usec > 999)
449 p_time->usec = 0;
455 p_time->msec, p_time->usec);
/freebsd-current/crypto/heimdal/kadmin/
H A Dload.c303 (*gen)->usec = v;

Completed in 252 milliseconds

12345678