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

1 2 3

  /src/sys/arch/atari/stand/bootxx/
start.S 8 bra _C_LABEL(bootxx) | bootxx is small enough so bra works
  /src/usr.bin/make/unit-tests/
varname-dot-objdir.mk 11 # well enough to reach the code.
varcmd.mk 14 # and vardebug.mk fail, which is not enough.
cond-op-parentheses.mk 37 # of the platform. Anyway, 112 should be enough for all practical purposes.
  /src/sys/modules/arch/
compatsubdir.mk 10 # make sure we get an objdir built early enough
  /src/etc/rc.d/
sshd 29 not enough entropy configured, so they may be predictable.
32 man page. After this machine has enough entropy, re-generate
  /src/compat/
compatsubdir.mk 12 # make sure we get an objdir built early enough
  /src/usr.sbin/sysinst/arch/hp300/
msg.md.en 63 {%s does not have enough free partitions for NetBSD.
  /src/sys/dev/ic/
athrate-onoe.c 380 int dir = 0, nrate, enough; local in function:ath_rate_ctl
386 enough = (on->on_tx_ok + on->on_tx_err >= 10);
393 if (enough && on->on_tx_ok < on->on_tx_retr)
397 if (enough && on->on_tx_err == 0 &&
409 if (enough && on->on_tx_upper > 0)
438 } else if (enough)
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
msm8996-v3.0.dtsi 16 * the GPU. Funnily enough, it's simpler to make it an
  /src/usr.sbin/sysinst/arch/mvme68k/
msg.md.en 73 {%s does not have enough free partitions for NetBSD.
  /src/usr.sbin/sysinst/arch/virt68k/
msg.md.en 73 {%s does not have enough free partitions for NetBSD.
  /src/usr.sbin/sysinst/arch/x68k/
msg.md.en 74 {%s does not have enough free partitions for NetBSD.
  /src/usr.sbin/sysinst/
msg.entropy.en 35 number generator. There is not enough entropy available to create secure
106 {Since not enough entropy is available on this system, all crytographic
msg.entropy.es 35 number generator. There is not enough entropy available to create secure
106 {Since not enough entropy is available on this system, all crytographic
msg.entropy.fr 35 number generator. There is not enough entropy available to create secure
106 {Since not enough entropy is available on this system, all crytographic
msg.entropy.pl 35 number generator. There is not enough entropy available to create secure
106 {Since not enough entropy is available on this system, all crytographic
  /src/sys/arch/m68k/m68k/
compat_13_sigreturn13.s 54 lea -84(%sp),%sp | leave enough space for largest frame
compat_16_sigreturn14.s 54 lea -84(%sp),%sp | leave enough space for largest frame
  /src/common/lib/libc/arch/sparc/string/
bzero.S 109 ! not enough to bother: do byte-at-a-time loop.
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
CMakeLists.txt 62 # -gline-tables-only must be enough for these tests, so use it if possible.
90 # enough for the unittests. Some unittests require more than 2M.
  /src/sys/external/bsd/compiler_rt/dist/lib/interception/tests/
CMakeLists.txt 24 # -gline-tables-only must be enough for these tests, so use it if possible.
  /src/common/dist/zlib/examples/
enough.c 0 /* enough.c -- determine the maximum size of inflate's Huffman code tables over
281 // we can use at most this many bit patterns, lest there not be enough
418 // we can use at most this many bit patterns, lest there not be enough
454 local void enough(int syms) { function in typeref:typename:local void
496 // For the deflate literal/length code, use "enough". For the deflate distance
497 // code, use "enough 30 6".
590 enough(syms);
  /src/sys/arch/sparc64/doc/
TODO 46 - locore.s: rft_user (sun4v specific manual fill) - seems to work, but is it good enough (compared to openbsds rft_user?
  /src/sbin/restore/
interactive.c 471 fprintf(stderr, "canonname: not enough buffer space\n");

Completed in 19 milliseconds

1 2 3