Home
last modified time | relevance | path

Searched refs:workaround (Results 1 – 25 of 177) sorted by relevance

12345678

/freebsd/tools/test/stress2/misc/
H A Dmdconfig2.sh42 workaround=${workaround:-0}
48 while [ $workaround -eq 1 -a -c /dev/md$mdstart ]; do
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DLeonFeatures.td69 "Enable workaround for errata described in GRLIB-TN-0009"
76 "Enable workaround for errata described in GRLIB-TN-0010"
83 "Enable workaround for errata described in GRLIB-TN-0011"
90 "Enable workaround for errata described in GRLIB-TN-0012"
97 "Enable workaround for errata described in GRLIB-TN-0013"
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6qdl-tqma6a.dtsi13 fsl,err006687-workaround-present;
47 * This pinmuxing is required for the ERR006687 workaround. Board
49 * fsl,err006687-workaround-present must include this group.
H A Dimx6q-arm2.dts174 fsl,err006687-workaround-present;
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devppkey_rsa_common.txt256 # The old FIPS provider doesn't include the workaround (#13817)
258 # Note: disable the Bleichenbacher workaround to see if it passes
264 # The old FIPS provider doesn't include the workaround (#13817)
267 # Note: output is generated synthethically by the Bleichenbacher workaround
272 # The old FIPS provider doesn't include the workaround (#13817)
275 # Note: disable the Bleichenbacher workaround to see if it fails
361 # Test vectors for the Bleichenbacher workaround
413 # The old FIPS provider doesn't include the workaround (#13817)
420 # The old FIPS provider doesn't include the workaround (#13817)
427 # The old FIPS provider doesn't include the workaround (#13817)
[all …]
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dcs4271.txt29 One (undocumented) workaround is to assert and de-assert the PDN bit
30 in the MODE2 register. This workaround can be enabled with this DT
/freebsd/contrib/unbound/dnstap/
H A Ddnstap.m459 # workaround for protobuf-c includes at old dir before protobuf-c-1.0.0
76 # workaround for protobuf-c includes at old dir before protobuf-c-1.0.0
90 # workaround for protobuf-c includes at old dir before protobuf-c-1.0.0
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dfsl-fec.txt22 - fsl,err006687-workaround-present: If present indicates that the system has
23 the hardware workaround for ERR006687 applied and does not need a software
24 workaround.
H A Dsmsc-lan91c111.txt16 - pxa-u16-align4 : Boolean, put in place the workaround the force all
/freebsd/tools/build/options/
H A DWITHOUT_WARNS2 Useful as a temporary workaround when code enters the tree
H A DWITHOUT_WERROR2 Useful as a temporary workaround when working on fixing compiler warnings.
/freebsd/lib/libc/arm/aeabi/
H A DSymbol.map26 * A workaround for DEFINE_AEABI_FUNCTION_ALIAS() bug.
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ddr/
H A Dlpddr3-timings.txt38 reg = <800000000>; /* workaround: it shows max-freq */
H A Dlpddr3.txt85 /* workaround: 'reg' shows max-freq */
/freebsd/sys/contrib/device-tree/Bindings/net/can/
H A Dgrcan.txt25 a bug workaround is activated.
/freebsd/sys/contrib/device-tree/Bindings/ddr/
H A Dlpddr3-timings.txt38 reg = <800000000>; /* workaround: it shows max-freq */
H A Dlpddr3.txt84 /* workaround: 'reg' shows max-freq */
/freebsd/sys/dev/ocs_fc/
H A Docs_hw.c295 if (hw->workaround.disable_dump_loc) { in ocs_hw_read_max_dump_size()
423 if (hw->workaround.override_fcfi) { in ocs_hw_setup()
443 if (hw->workaround.use_dif_sec_xri) { in ocs_hw_setup()
821 if (hw->workaround.override_fcfi) { in ocs_hw_init()
1217 if (hw->workaround.use_unregistered_rpi) { in ocs_hw_teardown()
1218 sli_resource_free(&hw->sli, SLI_RSRC_FCOE_RPI, hw->workaround.unregistered_rid); in ocs_hw_teardown()
1705 *value = hw->workaround.disable_ar_tgt_dif; in ocs_hw_get()
1717 *value = sli_get_is_sgl_chaining_capable(&hw->sli) || hw->workaround.sglc_misreported; in ocs_hw_get()
1726 if ((sli_get_is_sgl_chaining_capable(&hw->sli) || hw->workaround.sglc_misreported) && in ocs_hw_get()
1732 if ((sli_get_is_sgl_chaining_capable(&hw->sli) || hw->workaround.sglc_misreported) && in ocs_hw_get()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dti-omap-hsmmc.txt83 [workaround for missing swakeup on am33xx]
104 The workaround is to reconfigure the dat1 line as a GPIO upon suspend. To make
/freebsd/contrib/wpa/src/eap_peer/
H A Deap.c980 if (sm->workaround) in SM_STATE()
1152 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) || in eap_success_workaround()
1207 if (sm->workaround && duplicate && in eap_peer_req_is_duplicate()
1250 else if (sm->workaround && sm->lastId == -1 && sm->rxSuccess && in eap_peer_sm_step_received()
1253 else if (sm->workaround && sm->lastId == -1 && sm->rxFailure && in eap_peer_sm_step_received()
1257 else if (sm->workaround && sm->rxSuccess && !sm->rxFailure && in eap_peer_sm_step_received()
2059 if (sm->workaround) { in eap_sm_parseEapReq()
2793 void eap_set_workaround(struct eap_sm *sm, unsigned int workaround) in eap_set_workaround() argument
2795 sm->workaround = workaround; in eap_set_workaround()
H A Deap_i.h363 unsigned int workaround; member
H A Deap.h351 void eap_set_workaround(struct eap_sm *sm, unsigned int workaround);
/freebsd/contrib/tcp_wrappers/
H A DREADME.NIS80 The tcpd source comes with a workaround for this problem. The
81 workaround is ugly and is not part of the programs attached below.
/freebsd/sys/contrib/openzfs/rpm/redhat/
H A Dzfs-kmod.spec.in81 # (Based on Fedora's kernel.spec workaround)
/freebsd/lib/libthr/
H A Dpthread.map298 /* ABI bug workaround, indicate that pli->rtli_version is valid */

12345678