HomeSort by: relevance | last modified time | path
    Searched refs:REALTIME (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/lvm2/dist/
configure.in 317 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],
320 REALTIME=$enableval)
321 AC_MSG_RESULT($REALTIME)
869 dnl -- Check for realtime clock support
870 if test x$REALTIME = xyes; then
874 AC_DEFINE([HAVE_REALTIME], 1, [Define to 1 to include support for realtime clock.]
    [all...]
configure 1511 --enable-realtime Enable realtime clock support
9341 { $as_echo "$as_me:$LINENO: checking whether to enable realtime support" >&5
9342 $as_echo_n "checking whether to enable realtime support... " >&6; }
9343 # Check whether --enable-realtime was given.
9345 enableval=$enable_realtime; REALTIME=$enableval
9348 { $as_echo "$as_me:$LINENO: result: $REALTIME" >&5
9349 $as_echo "$REALTIME" >&6; }
13099 if test x$REALTIME = xyes; then
13180 { $as_echo "$as_me:$LINENO: WARNING: Disabling realtime clock" >&
    [all...]
  /src/dist/pf/sbin/pfctl/
parse.y 420 %token ALTQ CBQ PRIQ HFSC BANDWIDTH TBRSIZE LINKSHARE REALTIME UPPERLIMIT
1574 | REALTIME bandwidth {
1575 if (hfsc_opts.realtime.used) {
1576 yyerror("realtime already specified");
1579 hfsc_opts.realtime.m2 = $2;
1580 hfsc_opts.realtime.used = 1;
1582 | REALTIME '(' bandwidth comma number comma bandwidth ')'
1584 if (hfsc_opts.realtime.used) {
1585 yyerror("realtime already specified");
1588 hfsc_opts.realtime.m1 = $3
    [all...]

Completed in 34 milliseconds