Home
last modified time | relevance | path

Searched full:injection (Results 1 – 25 of 165) sorted by relevance

1234567

/freebsd/lib/libpmc/pmu-events/arch/arm64/fujitsu/a64fx/
H A Dother.json153 …"PublicDescription": "This event counts allocation type prefetch injection requests to L1D cache g…
156 …"BriefDescription": "This event counts allocation type prefetch injection requests to L1D cache ge…
159 …"PublicDescription": "This event counts non-allocation type prefetch injection requests to L1D cac…
162 …"BriefDescription": "This event counts non-allocation type prefetch injection requests to L1D cach…
171 …"PublicDescription": "This event counts allocation type prefetch injection requests to L2 cache ge…
174 …"BriefDescription": "This event counts allocation type prefetch injection requests to L2 cache gen…
177 …"PublicDescription": "This event counts non-allocation type prefetch injection requests to L2 cach…
180 …"BriefDescription": "This event counts non-allocation type prefetch injection requests to L2 cache…
/freebsd/sys/crypto/skein/amd64/
H A Dskein_block_asm.S507 addq %r8 ,%rax #initial key injection
577 leaq (%r\_r0_,%r\_r1_),%rdi #precompute key injection value for %rcx
603 leaq (%r\_r0_,%r\_r1_),%rsi #precompute key injection value for %rbx
753 _II_ = ((\_RR_)/4) + 1 #key injection counter
769 incq %rdi #bump key injection counter
786 #show the result of the key injection
824 addReg r13,rax #precompute key injection for tweak
833 addReg r8 , rax #do initial key injection
974 .if ((\_RN0_) & 3) == 3 #time to do key injection?
977 movq %\reg1 , xDebug_1024+8*\w1(%rsp) # (before inline key injection)
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zinject/
H A Dzinject_counts.ksh30 # checks the "match" and "inject" counters on the injection records to ensure
33 # Note that this is a test of the counters, not injection generally. We're
78 # Compute the expected injection count, and compare. Because we're
80 # the injection account to be within +/- 10% of the expected count.
/freebsd/sys/dev/amd_ecc_inject/
H A Decc_inject.c49 * - 2.13.3.1 DRAM Error Injection
127 "Hardware error injection");
130 "DRAM ECC error injection");
207 printf("DRAM ECC error injection is not supported\n"); in ecc_ei_load()
220 printf("DRAM ECC error injection support loaded\n"); in ecc_ei_load()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzio_inject.c30 * ZFS fault injection
32 * To handle fault injection, we keep track of a series of zinject_record_t
36 * or exported while the injection record exists.
38 * Device level injection is done using the 'zi_guid' field. If this is set, it
282 * Currently, we only support fault injection on reads. in zio_handle_fault_injection()
316 * Determine if the zio is part of a label update and has an injection
318 * allow error injection in either the nvlist or the uberblock region of
345 * The injection region is the relative offsets within a in zio_handle_label_injection()
380 /* Test if this zio matches the iotype from the injection record. */
450 * limit error injection if requested in zio_handle_device_injection_impl()
[all …]
/freebsd/share/man/man9/
H A Dfail.962 injection code, providing a
65 injection code should fire.
78 is the error injection code.
132 macros are wrappers around common error injection paths:
/freebsd/sys/contrib/openzfs/man/man8/
H A Dzinject.845 List injection records.
60 Cancel injection records.
209 Flush the ARC before injection.
312 Unload the pool after injection.
/freebsd/sbin/ping/tests/
H A DMakefile9 # Exclusive because each injection test case uses the same IP addresses
16 ${PACKAGE}FILES+= injection.py
H A Dping_test.sh215 … -s exit:0 -o match:"wrong total length" -o match:"NOP" python3 $(atf_get_srcdir)/injection.py opts
231 …match:"Destination Host Unreachable" -o match:"(01){40}" python3 $(atf_get_srcdir)/injection.py pip
243 atf_set "descr" "Basic ping test with packet injection"
249 …0 -o match:"1 packets transmitted, 1 packets received" python3 $(atf_get_srcdir)/injection.py reply
/freebsd/contrib/bearssl/inc/
H A Dbearssl_kdf.h103 * - `br_shake_flip()`: end the data injection process, and start the
163 * \brief HKDF input injection (HKDF-Extract).
178 * This call terminates the HKDF-Extract process (input injection), and
244 * \brief SHAKE input injection.
259 * This call terminates the input injection process, and starts the
/freebsd/sys/contrib/openzfs/cmd/zinject/
H A Dzinject.c100 * kernel via a special ioctl() to initiate fault injection for the given
101 * object. Note that 'type' is not strictly necessary for fault injection, but
116 * With no arguments, the command prints all currently registered injection
293 "\t\tList all active injection records.\n" in usage()
308 "\t\tlabel. Label injection can either be 'nvlist', 'uber',\n " in usage()
313 "\t\tdevice error injection to a percentage of the IOs.\n" in usage()
662 * Remove all fault injection handlers.
676 * Remove a specific fault injection handler.
697 * Register a new fault injection handler.
1224 * Device (-d) injection uses a completely different mechanism in main()
[all …]
/freebsd/crypto/openssl/test/
H A Dquic_multistream_test.c2834 /* 21. Fault injection - unknown frame in 1-RTT packet */
2974 /* 22. Fault injection - non-zero packet header reserved bits */
3003 /* 23. Fault injection - empty NEW_TOKEN */
3056 /* 24. Fault injection - excess value of MAX_STREAMS_BIDI */
3109 /* 25. Fault injection - excess value of MAX_STREAMS_UNI */
3128 /* 26. Fault injection - excess value of STREAMS_BLOCKED_BIDI */
3147 /* 27. Fault injection - excess value of STREAMS_BLOCKED_UNI */
3166 /* 28. Fault injection - received RESET_STREAM for send-only stream */
3231 /* 29. Fault injection - received RESET_STREAM for nonexistent send-only stream */
3258 /* 30. Fault injection - received STOP_SENDING for receive-only stream */
[all …]
/freebsd/contrib/googletest/googletest/include/gtest/internal/custom/
H A Dgtest-printers.h30 // This file provides an injection point for custom printers in a local
35 // Injection point for custom user configurations. See README for details
H A DREADME.md3 The custom directory is an injection point for custom user configurations.
H A Dgtest-port.h30 // Injection point for custom user configurations. See README for details
/freebsd/sys/crypto/skein/
H A Dskein_debug.c97 { /* a key injection (or feedforward) point */ in Skein_Show_Round()
106 printf(" [state after initial key injection]"); in Skein_Show_Round()
109 printf(" [state after key injection #%02d]",injectNum); in Skein_Show_Round()
/freebsd/sys/dev/qat/qat_api/common/compression/include/
H A Ddc_session.h259 /* Flag to disable or enable CnV Error Injection mechanism */
331 * This function enables the CnVError injection for the session
333 * are injected with CnV errors. This error injection is for the
335 * setting being cleared. CnV error injection does not apply to
/freebsd/contrib/googletest/googlemock/include/gmock/internal/custom/
H A DREADME.md3 The custom directory is an injection point for custom user configurations.
H A Dgmock-port.h30 // Injection point for custom user configurations. See README for details
H A Dgmock-matchers.h30 // Injection point for custom user configurations. See README for details
/freebsd/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpi40.h1040 /// EINJ - Error Injection Table
1056 /// EINJ Error Injection Actions
1092 /// EINJ Injection Instructions
1106 /// EINJ Injection Instruction Entry
1163 /// "EINJ" Error Injection Table
/freebsd/sys/contrib/device-tree/Bindings/net/pse-pd/
H A Dpodl-pse-regulator.yaml13 by the PHY node to control power injection to the Ethernet cable.
/freebsd/sys/contrib/device-tree/Bindings/net/wireless/
H A Dqcom,ath11k.yaml122 - description: interrupt event for ring host2reo-re-injection
176 - const: host2reo-re-injection
340 "host2reo-re-injection",
/freebsd/sys/contrib/device-tree/Bindings/misc/
H A Dxlnx,tmr-inject.yaml14 injection by changing selected MicroBlaze instructions, which provides the
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DInjectTLIMappings.h1 //===- InjectTLIMAppings.h - TLI to VFABI attribute injection ------------===//

1234567