/freebsd/lib/libpmc/pmu-events/arch/arm64/fujitsu/a64fx/ |
H A D | other.json | 153 …"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 D | skein_block_asm.S | 507 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/dev/amd_ecc_inject/ |
H A D | ecc_inject.c | 49 * - 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 D | zio_inject.c | 29 * ZFS fault injection 31 * To handle fault injection, we keep track of a series of zinject_record_t 35 * or exported while the injection record exists. 37 * Device level injection is done using the 'zi_guid' field. If this is set, it 281 * Currently, we only support fault injection on reads. in zio_handle_fault_injection() 315 * Determine if the zio is part of a label update and has an injection in zio_handle_label_injection() 317 * allow error injection in either the nvlist or the uberblock region of in zio_handle_label_injection() 344 * The injection region is the relative offsets within a 379 /* Test if this zio matches the iotype from the injection record. */ in zio_handle_device_injection_impl() 449 * limit error injection i in zio_handle_device_injection_impl() [all...] |
/freebsd/share/man/man9/ |
H A D | fail.9 | 62 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 D | zinject.8 | 44 List injection records. 59 Cancel injection records. 194 Flush the ARC before injection. 297 Unload the pool after injection.
|
/freebsd/sbin/ping/tests/ |
H A D | Makefile | 8 # Exclusive because each injection test case uses the same IP addresses 15 ${PACKAGE}FILES+= injection.py
|
H A D | ping_test.sh | 215 … -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 D | bearssl_kdf.h | 103 * - `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 D | zinject.c | 99 * kernel via a special ioctl() to initiate fault injection for the given 100 * object. Note that 'type' is not strictly necessary for fault injection, but 113 * With no arguments, the command prints all currently registered injection 286 "\t\tList all active injection records.\n" in usage() 301 "\t\tlabel. Label injection can either be 'nvlist', 'uber',\n " in usage() 306 "\t\tdevice error injection to a percentage of the IOs.\n" in usage() 648 * Remove all fault injection handlers. in parse_delay() 662 * Remove a specific fault injection handler. 683 * Register a new fault injection handler. 1183 * Device (-d) injection use in main() [all...] |
/freebsd/contrib/googletest/googletest/include/gtest/internal/custom/ |
H A D | gtest-printers.h | 30 // 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 D | README.md | 3 The custom directory is an injection point for custom user configurations.
|
H A D | gtest-port.h | 30 // Injection point for custom user configurations. See README for details
|
H A D | gtest.h | 30 // Injection point for custom user configurations. See README for details
|
/freebsd/sys/crypto/skein/ |
H A D | skein_debug.c | 97 { /* 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 D | dc_session.h | 259 /* 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 D | README.md | 3 The custom directory is an injection point for custom user configurations.
|
H A D | gmock-port.h | 30 // Injection point for custom user configurations. See README for details
|
H A D | gmock-matchers.h | 30 // Injection point for custom user configurations. See README for details
|
/freebsd/sys/contrib/edk2/Include/IndustryStandard/ |
H A D | Acpi40.h | 1034 /// EINJ - Error Injection Table 1050 /// EINJ Error Injection Actions 1086 /// EINJ Injection Instructions 1100 /// EINJ Injection Instruction Entry 1157 /// "EINJ" Error Injection Table
|
/freebsd/sys/contrib/device-tree/Bindings/net/pse-pd/ |
H A D | podl-pse-regulator.yaml | 13 by the PHY node to control power injection to the Ethernet cable.
|
/freebsd/sys/contrib/device-tree/Bindings/net/wireless/ |
H A D | qcom,ath11k.yaml | 122 - 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 D | xlnx,tmr-inject.yaml | 14 injection by changing selected MicroBlaze instructions, which provides the
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | InjectTLIMappings.h | 1 //===- InjectTLIMAppings.h - TLI to VFABI attribute injection ------------===//
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/ |
H A D | decompress_fault.ksh | 29 # 4. Confirm that the decompression injection was added to the ZED logs
|