Home
last modified time | relevance | path

Searched refs:realtime (Results 1 – 25 of 37) sorted by relevance

12

/netbsd/src/dist/pf/sbin/pfctl/
Dpfctl_altq.c846 rtsc = &qopts->data.hfsc_opts.realtime; in print_hfsc_opts()
1174 if (opts->data.hfsc_opts.realtime.used) { in eval_queue_opts()
1176 eval_bwspec(&opts->data.hfsc_opts.realtime.m1, in eval_queue_opts()
1179 eval_bwspec(&opts->data.hfsc_opts.realtime.m2, in eval_queue_opts()
1182 opts->data.hfsc_opts.realtime.d; in eval_queue_opts()
Dpfctl_parser.h146 struct node_hfsc_sc realtime; member
Dparse.y1575 if (hfsc_opts.realtime.used) {
1579 hfsc_opts.realtime.m2 = $2;
1580 hfsc_opts.realtime.used = 1;
1584 if (hfsc_opts.realtime.used) {
1588 hfsc_opts.realtime.m1 = $3;
1589 hfsc_opts.realtime.d = $5;
1590 hfsc_opts.realtime.m2 = $7;
1591 hfsc_opts.realtime.used = 1;
/netbsd/src/external/gpl2/lvm2/dist/
Dconfigure.in317 dnl -- Disable realtime clock support
318 AC_MSG_CHECKING(whether to enable realtime support)
319 AC_ARG_ENABLE(realtime, [ --enable-realtime Enable realtime clock support], optenable
869 dnl -- Check for realtime clock support
874 … AC_DEFINE([HAVE_REALTIME], 1, [Define to 1 to include support for realtime clock.])
877 AC_MSG_WARN(Disabling realtime clock)
DWHATS_NEW40 Disable realtime support code by default.
1032 Add timestamp functions with --disable-realtime configure option.
/netbsd/src/sys/arch/mipsco/conf/
DINSTALL55 mkclock0 at obio0 addr 0xbd000000 # MK48T02 realtime clock
DRC323094 mkclock0 at obio0 addr 0xbd000000 # MK48T02 realtime clock
DGENERIC120 mkclock0 at obio0 addr 0xbd000000 # MK48T02 realtime clock
/netbsd/src/sys/arch/newsmips/conf/
DWAPIKO58 mkclock0 at hb0 addr 0xbff40000 # MK48T02 realtime clock
DINSTALL66 mkclock0 at hb0 addr 0xbff40000 # MK48T02 realtime clock
DGENERIC142 mkclock0 at hb0 addr 0xbff40000 # MK48T02 realtime clock
/netbsd/src/sys/altq/
Daltq_hfsc.c741 int realtime = 0; in hfsc_dequeue() local
756 realtime = (cl->cl_e <= cur_time); in hfsc_dequeue()
765 realtime = 1; in hfsc_dequeue()
813 if (realtime) in hfsc_dequeue()
821 if (realtime) in hfsc_dequeue()
/netbsd/src/sys/dev/pci/
Dmlyreg.h325 u_int32_t realtime; /* N/A */ member
/netbsd/src/external/bsd/openldap/dist/doc/guide/admin/
Daspell.en.pws611 realtime
Dreplication.sdf51 listens for updates that are sent by the provider in realtime. Since the
/netbsd/src/external/gpl2/lvm2/dist/lib/misc/
Dconfigure.h.in188 /* Define to 1 to include support for realtime clock. */
/netbsd/src/sys/arch/alpha/conf/
Dfiles.alpha94 # realtime clock compatible to OSF/1
DGENERIC181 # realtime clock compatible to OSF/1
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
Dconfig.h.in942 /* Defined if clock_gettime syscall has monotonic and realtime clock support.
949 /* Defined if clock_gettime has realtime clock support. */
Dacinclude.m41315 dnl checks for the availability of monotonic and realtime clocks,
1448 AC_MSG_CHECKING([for realtime clock])
1494 [Defined if clock_gettime syscall has monotonic and realtime clock support. ])
1529 [ Defined if clock_gettime has realtime clock support. ])
/netbsd/src/external/gpl3/binutils/dist/gprof/
DREADME15 new file format supports basic-block execution counts and non-realtime
Dgprof.texi1776 for basic-block execution counts and non-realtime histograms. A magic
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
DChangeLog198 realtime timer, only in use as a last resort.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sh/
Dsync.md159 ;; increase the interrupt latency which might be important for hard-realtime
/netbsd/src/external/bsd/wpa/dist/hostapd/
DChangeLog697 for realtime capturing or from pcap files for offline analysis.

12