HomeSort by: relevance | last modified time | path
    Searched refs:due (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/lib/libc/isc/
ev_timers.c 189 struct timespec due,
197 "evSetTimer(ctx %p, func %p, uap %p, due %ld.%09ld, inter %ld.%09ld)\n",
199 (long)due.tv_sec, due.tv_nsec,
206 if (due.tv_nsec >= BILLION)
212 if (due.tv_sec < 0 || due.tv_nsec < 0 || due.tv_nsec >= BILLION)
219 /* due={0,0} is a magic cookie meaning "now." */
220 if (due.tv_sec == (time_t)0 && due.tv_nsec == 0L
    [all...]
eventlib_p.h 148 struct timespec due, inter; member in struct:evTimer
  /src/usr.bin/make/unit-tests/
directive-elifndef.mk 6 # At this point, VAR is not yet defined, and due to the 'n' in 'elifndef' the
16 # At this point, VAR is defined, and due to the 'n' in 'elifndef' the
varname-dot-shell.exp 8 Global: ignoring '.SHELL = overwritten' due to a command line variable of the same name
25 Global: ignoring '.SHELL = newly overwritten' due to a command line variable of the same name
varmod-no-match.mk 58 # grasp due to the many negations involved.
82 # due to the '!empty', the expression to be evaluated no longer starts with
posix-varassign.mk 69 # though it is not specified by POSIX, due to the differences in existing
depsrc-ignore.mk 11 # ignore-errors". This is due to stdout being buffered.
vardebug.exp 10 Global: ignoring 'FROM_CMDLINE = overwritten' due to a command line variable of the same name
directive-for-if.mk 54 # code looks clearly malformed. This is due to the '!', which is interpreted
directive-export-gmake.mk 76 # contain a ':', due to the overly strict parser. The indirect expressions
directive-include.mk 19 # due to an off-by-one bug in ParseTrackInput.
cond-short.mk 222 # only due to the ugly hack
227 # Due to the quotes around the left-hand side of the '<', the operand is
254 # only due to the ugly hack
directive-for-empty.mk 35 . error # not reached, due to the leaky abstraction
varmisc.mk 69 # interpreted as 'yes', due to the leading '$'; see ParseBoolean.
  /src/libexec/ld.elf_so/arch/x86_64/
rtld_start.S 76 # due to the additional argument pushed.
  /src/distrib/hp300/miniroot/
install.md 143 IMPORTANT NOTE: due to a limitation in the disklabel(8) program, the
421 However, due to the limitations of the standalone program used
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
sdm660.dtsi 21 * Though it cannot be used for now due to interconnect
sm8150-sony-xperia-kumano.dtsi 41 * That's (going to be) a lot of clocks, but it's necessary due
  /src/tests/usr.bin/indent/
t_misc.sh 257 /* $ The variable name is indented by 12 characters due to -di12. */
  /src/usr.bin/make/
test-variants.mk 50 # The following tests only fail due to the extra variable in the debug log.
148 # Running the code coverage using gcov took a long time on NetBSD < 10, due to
  /src/games/warp/
config.h.SH 30 * due to version numbering. It will also need to compensate for lack
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
armada-xp-synology-ds414.dts 71 * power button. This is possibly due to UART0_TXD
da850-lcdk.dts 178 * valid. Unfortunately due to a problem with the DA8XX OHCI controller, we
rk3288-veyron-mickey.dts 189 * throttle the CPU lower than 1.4 GHz due to GPU heat--we'll
  /src/sys/arch/sparc64/sparc64/
mp_subr.S 429 membar #Sync ! Should not be needed due to retry

Completed in 19 milliseconds

1 2