HomeSort by: relevance | last modified time | path
    Searched refs:workaround (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/external/mit/libuv/dist/src/unix/
pthread-fixes.c 40 static int workaround; local
43 if (uv__load_relaxed(&workaround)) {
49 uv__store_relaxed(&workaround, 1);
  /src/external/bsd/wpa/dist/src/eap_peer/
eap.h 351 void eap_set_workaround(struct eap_sm *sm, unsigned int workaround);
eap_i.h 363 unsigned int workaround; member in struct:eap_sm
eap.c 249 * reply correctly. This occurred when the workaround in FAIL state set
250 * eapNoResp = true.. Maybe that workaround needs to be fixed to do
964 if (sm->workaround)
1136 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) ||
1138 wpa_printf(MSG_DEBUG, "EAP: Workaround for unexpected "
1191 if (sm->workaround && duplicate &&
1199 * workaround these issues.
1203 wpa_printf(MSG_DEBUG, "EAP: workaround - assume this is not a "
1234 else if (sm->workaround && sm->lastId == -1 && sm->rxSuccess &&
1237 else if (sm->workaround && sm->lastId == -1 && sm->rxFailure &
    [all...]
eap_tls_common.c 170 if (sm->workaround && data->eap_type != EAP_TYPE_FAST &&
176 * the ClientHello instead). As a workaround, disable use of
179 * supports EAP-FAST does not need this workaround).
947 if (!sm->workaround) {
952 wpa_printf(MSG_DEBUG, "SSL: Workaround - assume no Flags "
eap_mschapv2.c 744 if (sm->workaround) {
747 wpa_printf(MSG_INFO, "EAP-MSCHAPV2: workaround, ignore"
eap_peap.c 818 if (wpabuf_len(in_data) == 0 && sm->workaround &&
1185 if (sm->workaround && data->resuming) {
1196 wpa_printf(MSG_DEBUG, "EAP-PEAP: Workaround - "
  /src/share/mk/
bsd.kmodule.mk 44 # XXX This is a workaround for platforms that have relative relocations
48 # relocations inside the loader and removing this workaround, as the
  /src/external/bsd/wpa/dist/src/eapol_supp/
eapol_supp_sm.h 50 * workaround - Whether EAP workarounds are enabled
52 unsigned int workaround; member in struct:eapol_config
eapol_supp_sm.c 1324 if (sm->conf.wps && sm->conf.workaround &&
1338 * As a workaround, fix the EAPOL header based on the
1341 wpa_printf(MSG_DEBUG, "EAPOL: Workaround - fix EAPOL "
1352 if (sm->conf.workaround) {
1572 sm->conf.workaround = conf->workaround;
1582 eap_set_workaround(sm->eap, conf->workaround);
  /src/external/gpl3/gcc.old/dist/libgcc/config/cris/
mulsi3.S 109 ;; "ret"), due to hardware bug. See documentation for -mmul-bug-workaround.
umulsidi3.S 50 ;; the documentation for -mmul-bug-workaround.
  /src/external/gpl3/gcc/dist/libgcc/config/cris/
mulsi3.S 109 ;; "ret"), due to hardware bug. See documentation for -mmul-bug-workaround.
umulsidi3.S 50 ;; the documentation for -mmul-bug-workaround.
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
frame.c 2025 enum { NONE, ALIGN4, ALIGN8, FAIL } workaround = NONE;
2062 if (workaround < ALIGN4 && (start_offset & 3) != 0)
2065 workaround = ALIGN4;
2068 if (workaround < ALIGN8 && (start_offset & 7) != 0)
2071 workaround = ALIGN8;
2078 workaround = FAIL;
2083 switch (workaround)
2090 Corrupt data in %s:%s; align 4 workaround apparently succeeded"),
2097 Corrupt data in %s:%s; align 8 workaround apparently succeeded"),
2016 enum { NONE, ALIGN4, ALIGN8, FAIL } workaround = NONE; local
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
frame.c 2027 enum { NONE, ALIGN4, ALIGN8, FAIL } workaround = NONE;
2064 if (workaround < ALIGN4 && (start_offset & 3) != 0)
2067 workaround = ALIGN4;
2070 if (workaround < ALIGN8 && (start_offset & 7) != 0)
2073 workaround = ALIGN8;
2080 workaround = FAIL;
2085 switch (workaround)
2092 Corrupt data in %s:%s; align 4 workaround apparently succeeded"),
2099 Corrupt data in %s:%s; align 8 workaround apparently succeeded"),
2018 enum { NONE, ALIGN4, ALIGN8, FAIL } workaround = NONE; local
  /src/sys/arch/vax/boot/xxboot/
start.S 205 calls $0, _C_LABEL(Xmain) # call Xmain (gcc workaround)which is
  /src/external/bsd/wpa/dist/src/rsn_supp/
preauth.c 246 eapol_conf.workaround = sm->eap_workaround;
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/nxp/imx/
imx6q-evi.dts 152 fsl,err006687-workaround-present;
imx6qdl-ts7970.dtsi 198 fsl,err006687-workaround-present;
  /src/usr.bin/make/
test-variants.mk 126 # C99 features though (snprintf). The workaround with USE_C99_BOOLEAN is
  /src/usr.bin/make/unit-tests/
cond-token-plain.mk 37 # the line '.else # comment3'. This workaround is not needed anymore since
  /src/external/bsd/wpa/dist/wpa_supplicant/
pasn_supplicant.c 443 eapol_conf.workaround = ssid->eap_workaround;
eapol_test.c 645 eapol_conf.workaround = ssid->eap_workaround;
wpa_supplicant.c 357 eapol_conf.workaround = ssid->eap_workaround;
3655 * Workaround: Add Extended Capabilities element only if the AP

Completed in 63 milliseconds

1 2