Home
last modified time | relevance | path

Searched full:need (Results 1 – 25 of 8929) sorted by relevance

12345678910>>...358

/freebsd-src/libexec/bootpd/
H A Ddovend.c43 #define NEED(LEN, MSG) do \ in dovend_rfc1497() macro
64 NEED(6, "to"); in dovend_rfc1497()
74 NEED(6, "sw"); in dovend_rfc1497()
87 NEED((len + 2), "rp"); in dovend_rfc1497()
100 NEED((len + 2), "df"); in dovend_rfc1497()
114 NEED(8, "ds"); in dovend_rfc1497()
122 NEED((len + 2), "dn"); in dovend_rfc1497()
136 NEED(8, "ys"); in dovend_rfc1497()
144 NEED((len + 2), "yn"); in dovend_rfc1497()
156 NEED(8, "ns"); in dovend_rfc1497()
[all …]
/freebsd-src/sys/contrib/dev/iwlwifi/cfg/
H A D22000.c157 * If the device doesn't support HE, no need to have that many buffers.
188 * so we need to restrict the size of transmitted aggregation to the
224 * so we need to restrict the size of transmitted aggregation to the
237 * so we need to restrict the size of transmitted aggregation to the
250 * so we need to restrict the size of transmitted aggregation to the
262 * so we need to restrict the size of transmitted aggregation to the
275 * so we need to restrict the size of transmitted aggregation to the
288 * so we need to restrict the size of transmitted aggregation to the
300 * so we need to restrict the size of transmitted aggregation to the
314 * so we need t
[all...]
/freebsd-src/sys/dev/mpr/
H A Dmpr_config.c103 * If the request returns an error then we need to do a diag in mpr_config_get_ioc_pg8()
116 * If the request returns an error then we need to do a diag in mpr_config_get_ioc_pg8()
125 * counters to match - Need to review the reply FIFO handling. in mpr_config_get_ioc_pg8()
162 * If the request returns an error then we need to do a diag in mpr_config_get_ioc_pg8()
175 * If the request returns an error then we need to do a diag in mpr_config_get_ioc_pg8()
235 * If the request returns an error then we need to do a diag in mpr_config_get_iounit_pg8()
248 * If the request returns an error then we need to do a diag in mpr_config_get_iounit_pg8()
257 * counters to match - Need to review the reply FIFO handling. in mpr_config_get_iounit_pg8()
294 * If the request returns an error then we need to do a diag in mpr_config_get_iounit_pg8()
307 * If the request returns an error then we need to do a diag in mpr_config_get_iounit_pg8()
[all …]
/freebsd-src/crypto/openssh/
H A Dkexsntrup761x25519.c47 size_t need; in kex_kem_sntrup761x25519_keypair() local
52 need = crypto_kem_sntrup761_PUBLICKEYBYTES + CURVE25519_SIZE; in kex_kem_sntrup761x25519_keypair()
53 if ((r = sshbuf_reserve(buf, need, &cp)) != 0) in kex_kem_sntrup761x25519_keypair()
83 size_t need; in kex_kem_sntrup761x25519_enc() local
90 need = crypto_kem_sntrup761_PUBLICKEYBYTES + CURVE25519_SIZE; in kex_kem_sntrup761x25519_enc()
91 if (sshbuf_len(client_blob) != need) { in kex_kem_sntrup761x25519_enc()
117 need = crypto_kem_sntrup761_CIPHERTEXTBYTES + CURVE25519_SIZE; in kex_kem_sntrup761x25519_enc()
118 if ((r = sshbuf_reserve(server_blob, need, &ciphertext)) != 0) in kex_kem_sntrup761x25519_enc()
167 size_t need; in kex_kem_sntrup761x25519_dec() local
172 need = crypto_kem_sntrup761_CIPHERTEXTBYTES + CURVE25519_SIZE; in kex_kem_sntrup761x25519_dec()
[all …]
H A DINSTALL11 To support Privilege Separation (which is now required) you will need
31 libcrypto, then you may need to configure OpenSSH --without-pie.
68 If you wish to build the GNOME passphrase requester, you will need the GNOME
81 If you wish to use the TCP wrappers functionality you will need at least
106 the code out of git yourself) then you will need autoconf-2.69 and
123 If you are making significant changes to the code you may need to rebuild
164 If you are using PAM, you may need to manually install a PAM control
169 executable, your PAM configuration may need to be modified.
172 you may need to edit it before using it on your system. If you are
215 $DISPLAY environment variable. Some broken systems need this.
[all …]
/freebsd-src/sys/dev/mps/
H A Dmps_config.c103 * If the request returns an error then we need to do a diag in mps_config_get_ioc_pg8()
116 * If the request returns an error then we need to do a diag in mps_config_get_ioc_pg8()
125 * counters to match - Need to review the reply FIFO handling. in mps_config_get_ioc_pg8()
162 * If the request returns an error then we need to do a diag in mps_config_get_ioc_pg8()
175 * If the request returns an error then we need to do a diag in mps_config_get_ioc_pg8()
194 * accordingly. Currently, this page does not need to return to caller.
240 /* If the poll returns error then we need to do diag reset */ in mps_config_get_man_pg10()
250 /* If the poll returns error then we need to do diag reset */ in mps_config_get_man_pg10()
257 * counters to match - Need to review the reply FIFO handling. in mps_config_get_man_pg10()
297 /* If the poll returns error then we need to do diag reset */ in mps_config_get_man_pg10()
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/sound/
H A Dsirf-audio.txt9 - hp-pa-gpios: Need to be present if the board need control external
11 - spk-pa-gpios: Need to be present if the board need control external
13 - hp-switch-gpios: Need to be present if the board capable to detect jack
/freebsd-src/tools/boot/
H A Dfull-test.readme1 First, you will need a few things.
3 (1) a small cache of binaries. You'll need to put these into
13 tools/boot/full-test.sh if need be, but you'll need at least amd64, arm64 and
22 since we need to fix arm64...
24 (5) You'll need to build the images. If you've done 1-5 correctly (and I've not
/freebsd-src/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname.c64 /* We don't need multithread support here */
114 * we need then use local replacements, avoiding name collisions.
462 #define NEED(need) \ in parse_dns_qsection() macro
464 if (*cp + need > answer + size) \ in parse_dns_qsection()
495 NEED(length); in parse_dns_qsection()
499 NEED(INT16SZ); in parse_dns_qsection()
504 NEED(INT16SZ); in parse_dns_qsection()
508 #undef NEED in parse_dns_qsection()
521 #define NEED(need) \ in parse_dns_rrsection() macro
523 if (*cp + need > answer + size) \ in parse_dns_rrsection()
[all …]
/freebsd-src/crypto/openssl/
H A DNOTES-ANDROID.md7 Beside basic tools like perl and make you'll need to download the Android
25 you still need to know the prefix to extend your PATH, in order to
29 Apart from `PATH` adjustment you need to set `ANDROID_NDK_ROOT` environment
35 `android-21`, etc. By default latest API level is chosen. If you need to target
64 Also, PATH would need even further adjustment to cover unprefixed, yet
65 target-specific, ar and ranlib. It's possible that you don't need to
82 remove occurrences of -ldl and -pie flags. You would also need to pick
88 If you need to pass additional flag to qemu, quotes are your friend, e.g.
/freebsd-src/sys/contrib/openzfs/module/icp/algs/modes/
H A Dcbc.c
/freebsd-src/sys/contrib/zstd/lib/common/
H A Dzstd_deps.h16 /* Need:
43 /* Need:
63 * Need:
75 /* Need:
87 /* Need:
101 * Need:
/freebsd-src/crypto/heimdal/lib/roken/
H A Dmissing63 WARNING: \`$1' is missing on your system. You should only need it if
72 WARNING: \`$1' is missing on your system. You should only need it if
81 WARNING: \`$1' is missing on your system. You should only need it if
100 WARNING: \`$1' is missing on your system. You should only need it if
111 WARNING: \`$1' is missing on your system. You should only need it if
112 you modified a \`.y' file. You may need the \`Bison' package
141 WARNING: \`$1' is missing on your system. You should only need it if
142 you modified a \`.l' file. You may need the \`Flex' package
164 WARNING: \`$1' is missing on your system. You should only need it if
/freebsd-src/contrib/lutok/
H A DINSTALL7 package, you do not need to read this document.
31 To build and use Lutok successfully you need:
38 need:
44 need the following tools:
59 system. You will also need to do this if you modify configure.ac,
66 need to tell autoreconf where the ATF M4 macros are located. Otherwise,
90 3. Install the library by running 'make install'. You may need to
97 installcheck'. You do not need to be root to do this.
/freebsd-src/contrib/bc/scripts/
H A Dsqrt_random.bc67 # Okay, I lied. If we need a perfect square, square now.
70 # If we need extra digits, we need to multiply by an even power of 10.
80 # If we need a number less than 1, just take the inverse, which will still
100 # If we need extra digits.
107 # If we need a value less than 1...
/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_runtime_wrapper.h75 // No need for device_launch_parameters.h as __clang_cuda_builtin_vars.h above
80 // functions. We don't need them as we're going to pull in their
105 // functional equivalent of what we need.
149 // CUDA 9.1 no longer provides declarations for libdevice functions, so we need
162 // counterpart does not do it, so we need to make it empty here to keep
202 // slow divides), so we need to scope our define carefully here.
229 // Considering that we only need these overloads for a few functions,
258 // Some atomic functions became compiler builtins in CUDA-9 , so we need their
274 // Predicate functions used in `__builtin_assume` need to have no side effect.
337 // guard temporarily to get the definitions we need.
[all …]
/freebsd-src/contrib/capsicum-test/
H A DCONTRIBUTING.md9 own the intellectual property, then you'll need to sign an [individual
13 then you'll need to sign a [corporate CLA][].
15 You generally only need to submit a CLA once, so if you've already submitted
16 one (even if it was for a different project), you probably don't need to do it
/freebsd-src/stand/libsa/zfs/
H A DMakefile.inc27 # standalone environment that's neither userland nor kernel, we sometimes need
29 # something just-so before we include the include/XXX file, or if we need to
57 # zfs.c is special: we need to define HAS_ZSTD_ZFS to get zfssubr.c to initialize zstd
58 # properly. We need to have the cddl boot compat directory in the include path for zfssubr.c
59 # to be found, and we need a couple of other include paths for skein and lz4. Finally we
60 # temporarily need LDRSRC to pick up part.h until libsa has a way to look into partitions
/freebsd-src/contrib/libevent/build-aux/
H A Dmissing142 echo "You should only need it if you modified 'configure.ac',"
147 echo "You should only need it if you modified 'acconfig.h' or"
152 echo "You should only need it if you modified 'Makefile.am' or"
157 echo "You should only need it if you modified 'acinclude.m4' or"
167 echo "You should only need it if you modified a '.y' file."
172 echo "You should only need it if you modified a '.l' file."
177 echo "You should only need it if you modified a dependency" \
183 echo "You should only need it if you modified a '.texi' file, or"
/freebsd-src/contrib/file/
H A Dmissing142 echo "You should only need it if you modified 'configure.ac',"
147 echo "You should only need it if you modified 'acconfig.h' or"
152 echo "You should only need it if you modified 'Makefile.am' or"
157 echo "You should only need it if you modified 'acinclude.m4' or"
167 echo "You should only need it if you modified a '.y' file."
172 echo "You should only need it if you modified a '.l' file."
177 echo "You should only need it if you modified a dependency" \
183 echo "You should only need it if you modified a '.texi' file, or"
/freebsd-src/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
H A Dcrypto_scrypt-common.c147 size_t need; in escrypt_r() local
167 need = prefixlen + saltlen + 1 + in escrypt_r()
169 if (need > buflen || need < saltlen) { in escrypt_r()
205 size_t need; in escrypt_gensalt_r() local
207 need = prefixlen + saltlen + 1; in escrypt_gensalt_r()
208 if (need > buflen || need < saltlen || saltlen < srclen) { in escrypt_gensalt_r()
/freebsd-src/contrib/openbsm/config/
H A Dmissing142 echo "You should only need it if you modified 'configure.ac',"
147 echo "You should only need it if you modified 'acconfig.h' or"
152 echo "You should only need it if you modified 'Makefile.am' or"
157 echo "You should only need it if you modified 'acinclude.m4' or"
167 echo "You should only need it if you modified a '.y' file."
172 echo "You should only need it if you modified a '.l' file."
177 echo "You should only need it if you modified a dependency" \
183 echo "You should only need it if you modified a '.texi' file, or"
/freebsd-src/contrib/ntp/sntp/libevent/
H A Dmissing142 echo "You should only need it if you modified 'configure.ac',"
147 echo "You should only need it if you modified 'acconfig.h' or"
152 echo "You should only need it if you modified 'Makefile.am' or"
157 echo "You should only need it if you modified 'acinclude.m4' or"
167 echo "You should only need it if you modified a '.y' file."
172 echo "You should only need it if you modified a '.l' file."
177 echo "You should only need it if you modified a dependency" \
183 echo "You should only need it if you modified a '.texi' file, or"
/freebsd-src/contrib/ntp/sntp/libevent/build-aux/
H A Dmissing142 echo "You should only need it if you modified 'configure.ac',"
147 echo "You should only need it if you modified 'acconfig.h' or"
152 echo "You should only need it if you modified 'Makefile.am' or"
157 echo "You should only need it if you modified 'acinclude.m4' or"
167 echo "You should only need it if you modified a '.y' file."
172 echo "You should only need it if you modified a '.l' file."
177 echo "You should only need it if you modified a dependency" \
183 echo "You should only need it if you modified a '.texi' file, or"
/freebsd-src/contrib/openpam/
H A Dmissing142 echo "You should only need it if you modified 'configure.ac',"
147 echo "You should only need it if you modified 'acconfig.h' or"
152 echo "You should only need it if you modified 'Makefile.am' or"
157 echo "You should only need it if you modified 'acinclude.m4' or"
167 echo "You should only need it if you modified a '.y' file."
172 echo "You should only need it if you modified a '.l' file."
177 echo "You should only need it if you modified a dependency" \
183 echo "You should only need it if you modified a '.texi' file, or"

12345678910>>...358