Home
last modified time | relevance | path

Searched full:injected (Results 1 – 25 of 207) sorted by relevance

123456789

/freebsd/tests/sys/kern/tty/
H A Dtest_sti.c45 { STIERR_BADTEXT, "read(2) data did not match injected data" },
160 * injected data will be available after TIOCSTI returns. This is all in ATF_TC_BODY()
168 ssize_t injected, readsz; in ATF_TC_BODY() local
170 injected = inject(STDIN_FILENO, sending); in ATF_TC_BODY()
171 if (injected != sizeof(sending) - 1) in ATF_TC_BODY()
176 if (readsz < 0 || readsz != injected) in ATF_TC_BODY()
197 ssize_t injected; in ATF_TC_BODY() local
224 injected = inject(term, sending); in ATF_TC_BODY()
225 ATF_REQUIRE_EQ_MSG(sizeof(sending) - 1, injected, in ATF_TC_BODY()
226 "Injected %zu characters, expected %zu", injected, in ATF_TC_BODY()
[all …]
/freebsd/contrib/bearssl/inc/
H A Dbearssl_hash.h274 * The `len` bytes starting at address `data` are injected into
290 * The hash output corresponding to all data bytes injected in the
295 * may be afterwards injected to continue the current computation.
309 * each block. The number of bytes injected so far is returned.
314 * \return the injected total byte length.
325 * \param count injected total byte length.
419 * \param data pointer to the injected data.
420 * \param len injected data length (in bytes).
427 * The MD5 output for the concatenation of all bytes injected in the
430 * itself is not modified, so extra bytes may be injected afterwards
[all …]
H A Dbearssl_aead.h110 * decrypted) must have been injected at that point. Also, this
212 * The provided data is injected into a running AEAD
213 * computation. Additional data must be injected _before_ the
214 * call to `flip()`. Additional data can be injected in several
229 * additional authenticated data was injected. No additional
230 * authenticated data may be injected after this function call.
412 * The provided data is injected into a running GCM computation. Additional
413 * data must be injected _before_ the call to `br_gcm_flip()`.
414 * Additional data can be injected in several chunks of arbitrary length;
429 * data was injected. No additional authenticated data may be injected
[all …]
H A Dbearssl_hmac.h106 * computation. It is modified as input bytes are injected. The context
178 * The provided `len` bytes are injected as extra input in the HMAC
/freebsd/sys/dev/amd_ecc_inject/
H A Decc_inject.c138 "should be injected");
142 "9-bit mask of words where errors should be injected (8 data + 1 ECC)");
147 "should be injected");
179 int injected; in ecc_ei_inject() local
191 for (injected = 0; injected < count; injected++) { in ecc_ei_inject()
193 if (delay_ms != 0 && injected != count - 1) in ecc_ei_inject()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/
H A Ddecompress_fault.ksh24 # Test that injected decompression errors are handled correctly.
33 log_assert "Testing that injected decompression errors are handled correctly"
59 log_pass "Injected decompression errors are handled correctly"
H A Ddecrypt_fault.ksh24 # Test that injected decryption errors are handled correctly.
33 log_assert "Testing that injected decryption errors are handled correctly"
60 log_pass "Injected decryption errors are handled correctly"
H A Dauto_spare_multiple.ksh79 # Corruption is injected in the third and fourth vdevs
162 # Corruption is injected in the third and fourth vdevs
/freebsd/sys/amd64/include/
H A Dvmm_instruction_emul.h87 * Returns 1 if an alignment check exception should be injected and 0 otherwise.
117 * 0 1 An exception was injected into the guest
124 * Like vm_gla2gpa, but no exceptions are injected into the guest and
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/
H A Dmmp_write_uberblocks.ksh56 log_fail "mmp writes did not occur when uberblock IO errors injected"
59 log_pass "mmp correctly wrote uberblocks when IO errors injected"
H A Dmultihost_history.ksh61 log_fail "mmp writes entries missing when delays injected"
65 log_fail "mmp skipped write entries missing when delays injected"
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBInjectedSource.h1 //===- IPDBInjectedSource.h - base class for PDB injected file --*- C++ -*-===//
18 /// which were injected directly into the PDB file during the compilation
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dnxp,imx93-adc.yaml32 ECH (End of Chain), JEOC (End of Injected Conversion) and
33 JECH (End of injected Chain).
/freebsd/sys/netinet/
H A Dip_divert.h58 uint64_t div_outbound; /* re-injected as outbound */
59 uint64_t div_inbound; /* re-injected as inbound */
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan.h30 // violations are detected. Calls to this method are injected at the code
40 // Injected into the code if "nosanitize(realtime)" is on a function.
/freebsd/share/man/man4/
H A Dng_ipfw.460 Packets can be injected into
72 Packets injected via the
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_monitor.c109 int injected = 0, failed = 0, rxflags = 0; in handle_monitor_read() local
141 injected = 1; in handle_monitor_read()
159 if (rxflags && injected) in handle_monitor_read()
162 if (!injected) in handle_monitor_read()
460 0x00, 0x00, /* this is the injected frame directly */ in nl80211_send_monitor()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.h58 /// \param add_locals True iff local variables should be injected into the
61 /// injected even if they are not used in the expression.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_parallel_admin.ksh44 # 4. Import the pool with an injected delay
131 # import pool asyncronously with an injected 10 second delay
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DFuzzerCLI.cpp55 errs() << NameAndArgs.first << ": Injected args:"; in handleExecNameEncodedBEOpts()
129 errs() << NameAndArgs.first << ": Injected args:"; in handleExecNameEncodedOptimizerOpts()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAEnumInjectedSources.h1 //==- DIAEnumInjectedSources.h - DIA Injected Sources Enumerator -*- C++ -*-==//
/freebsd/sys/amd64/vmm/io/
H A Dvlapic_priv.h127 * 16 priority levels with at most one vector injected per level.
161 * The 'isrvec_stk' is a stack of vectors injected by the local apic.
/freebsd/crypto/openssl/include/internal/
H A Dquic_txp.h39 /* Injected Dependencies */
58 * Injected dependencies - crypto streams.
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.h1 //==- NativeEnumInjectedSources.cpp - Native Injected Source Enumerator --*-==//
/freebsd/crypto/openssl/doc/man3/
H A DSSL_inject_net_dgram.pod29 the injected packet was not actually received from the network directly by

123456789