Searched refs:timers (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.2-release/include/
H A Dtimers.h1 /* ==== timers.h ============================================================
32 * $FreeBSD: releng/10.2/include/timers.h 50473 1999-08-27 23:45:13Z peter $
34 * Description : Basic timers header.
43 #include <sys/timers.h>
H A DMakefile25 time.h timeconv.h timers.h ttyent.h \
/freebsd-10.2-release/lib/libc/isc/
H A Dev_timers.c18 /* ev_timers.c - implement timers for the eventlib
226 if (heap_insert(ctx->timers, id) < 0)
234 evPrintf(ctx, 7, "timers after evSetTimer:\n");
235 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx);
258 if (heap_element(ctx->timers, del->index) != del)
261 if (heap_delete(ctx->timers, del->index) < 0)
266 evPrintf(ctx, 7, "timers after evClearTimer:\n");
267 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx);
285 if (heap_element(ctx->timers, timer->index) != timer)
311 if (heap_element(ctx->timers, time
[all...]
H A Deventlib_p.h259 heap_context timers; member in struct:__anon5819
/freebsd-10.2-release/contrib/ntp/include/
H A Dntp_unixtime.h19 # include <sys/timers.h>
/freebsd-10.2-release/crypto/openssh/openbsd-compat/
H A Dport-aix.h71 # include <sys/timers.h>
/freebsd-10.2-release/usr.sbin/uhsoctl/
H A Duhsoctl.c177 struct timers { struct
192 static struct timers timers; variable in typeref:struct:timers
199 tmr_run(struct timers *tmrs)
221 tmr_add(struct timers *tmrs, int id, int timeout, tmr_cb func, void *arg)
300 tmr_add(&timers, 1, 5, tmr_watchdog, ctx);
329 tmr_run(&timers);
733 tmr_add(&timers, 1, 1, tmr_creg, ctx);
736 tmr_add(&timers, 1, 30, tmr_creg, ctx);
760 tmr_add(&timers,
[all...]
/freebsd-10.2-release/usr.sbin/sendmail/
H A DMakefile21 timers.c tls.c trace.c udb.c usersmtp.c util.c version.c
/freebsd-10.2-release/sys/kern/
H A Dposix4_mib.c94 P1B_SYSCTL(CTL_P1003_1B_TIMERS, timers);
H A Dkern_time.c54 #include <sys/timers.h>
76 * the time-of-day and per-process interval timers. Subroutines
78 * and decrementing interval timers, optionally reloading the interval
79 * timers when they expire.
634 * time timers are kept in the p_stats area, since they can be swapped out.
643 * Virtual time timers are processed in the hardclock() routine of
649 * therefore, to reload the real timer .it_value from the real time timers
855 * that it is called in a context where the timers
1624 /* Clean up timers when some process events are being triggered. */
1640 * According to susv3, XSI interval timers shoul
[all...]
H A Dkern_sig.c81 #include <sys/timers.h>
/freebsd-10.2-release/contrib/sendmail/src/
H A DMakefile.m49 define(`bldSOURCES', `main.c alias.c arpadate.c bf.c collect.c conf.c control.c convtime.c daemon.c deliver.c domain.c envelope.c err.c headers.c macro.c map.c mci.c milter.c mime.c parseaddr.c queue.c ratectrl.c readcf.c recipient.c sasl.c savemail.c sfsasl.c shmticklib.c sm_resolve.c srvrsmtp.c stab.c stats.c sysexits.c timers.c tls.c trace.c udb.c usersmtp.c util.c version.c ')
/freebsd-10.2-release/contrib/ntp/lib/isc/
H A Dtimer.c107 LIST(isc__timer_t) timers;
382 UNLINK(manager->timers, timer, link);
405 * Create a new 'type' timer managed by 'manager'. The timers
497 APPEND(manager->timers, timer, link);
898 INIT_LIST(manager->timers);
993 REQUIRE(EMPTY(manager->timers));
/freebsd-10.2-release/sys/xen/interface/arch-x86/hvm/
H A Dsave.h484 #define HPET_TIMER_NUM 3 /* 3 timers supported now */
495 struct { /* timers */
500 } timers[HPET_TIMER_NUM]; member in struct:hvm_hw_hpet
/freebsd-10.2-release/tools/tools/cxgbtool/
H A Dcxgbtool.c555 timers = regs[TP_CMM_TIMER_BASE / 4] & 0xfffffff, local
579 timers - 1, timers - cq_cntxt);
580 printf(" Timers: 0x%08x - 0x%08x [%u]\n", timers,
581 pstructs - 1, pstructs - timers);
/freebsd-10.2-release/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c3111 unsigned int timers = 0, timers_shift = 22; local
3115 timers = 1;
3118 timers = 2;
3121 timers = 3;
3148 t3_write_reg(adap, A_TP_CMM_TIMER_BASE, V_CMTIMERMAXNUM(timers) | m);
/freebsd-10.2-release/crypto/openssh/
H A Dconfigure6623 sys/timers.h \
/freebsd-10.2-release/contrib/ntp/sntp/
H A Dconfigure9703 for ac_header in arpa/nameser.h sys/param.h sys/time.h sys/timers.h
/freebsd-10.2-release/contrib/ntp/
H A Dconfigure22131 for ac_header in arpa/nameser.h sys/param.h sys/time.h sys/timers.h
[all...]

Completed in 217 milliseconds