| /freebsd/tests/sys/kern/tty/ | 
| H A D | test_sti.c | 45 	{ 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 D | bearssl_hash.h | 274 	 * The `len` bytes starting at address `data` are injected into290 	 * 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 D | bearssl_aead.h | 110  *     decrypted) must have been injected at that point. Also, this212 	 * 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 D | bearssl_hmac.h | 106  * computation. It is modified as input bytes are injected. The context178  * The provided `len` bytes are injected as extra input in the HMAC
 
 | 
| /freebsd/sys/dev/amd_ecc_inject/ | 
| H A D | ecc_inject.c | 138     "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 D | decompress_fault.ksh | 24 # 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 D | decrypt_fault.ksh | 24 # 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 D | auto_spare_multiple.ksh | 79 		# Corruption is injected in the third and fourth vdevs162 		# Corruption is injected in the third and fourth vdevs
 
 | 
| /freebsd/sys/amd64/include/ | 
| H A D | vmm_instruction_emul.h | 87  * 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 D | mmp_write_uberblocks.ksh | 56 	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 D | multihost_history.ksh | 61 	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 D | IPDBInjectedSource.h | 1 //===- 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 D | nxp,imx93-adc.yaml | 32           ECH (End of Chain), JEOC (End of Injected Conversion) and33           JECH (End of injected Chain).
 
 | 
| /freebsd/sys/netinet/ | 
| H A D | ip_divert.h | 58 	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 D | rtsan.h | 30 // violations are detected. Calls to this method are injected at the code40 // Injected into the code if "nosanitize(realtime)" is on a function.
 
 | 
| /freebsd/share/man/man4/ | 
| H A D | ng_ipfw.4 | 60 Packets can be injected into72 Packets injected via the
 
 | 
| /freebsd/contrib/wpa/src/drivers/ | 
| H A D | driver_nl80211_monitor.c | 109 	int injected = 0, failed = 0, rxflags = 0;  in handle_monitor_read()  local141 			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 D | ClangExpressionSourceCode.h | 58   /// \param add_locals True iff local variables should be injected into the61   ///        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 D | zpool_import_parallel_admin.ksh | 44 #	4. Import the pool with an injected delay131 # import pool asyncronously with an injected 10 second delay
 
 | 
| /freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ | 
| H A D | FuzzerCLI.cpp | 55   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 D | DIAEnumInjectedSources.h | 1 //==- DIAEnumInjectedSources.h - DIA Injected Sources Enumerator -*- C++ -*-==//
 | 
| /freebsd/sys/amd64/vmm/io/ | 
| H A D | vlapic_priv.h | 127  * 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 D | quic_txp.h | 39     /* Injected Dependencies */58      * Injected dependencies - crypto streams.
 
 | 
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ | 
| H A D | NativeEnumInjectedSources.h | 1 //==- NativeEnumInjectedSources.cpp - Native Injected Source Enumerator --*-==//
 | 
| /freebsd/crypto/openssl/doc/man3/ | 
| H A D | SSL_inject_net_dgram.pod | 29 the injected packet was not actually received from the network directly by
 |