Home
last modified time | relevance | path

Searched refs:iret (Results 1 – 17 of 17) sorted by relevance

/third_party/ltp/testcases/kernel/fs/fsx-linux/
Dfsx-linux.c588 unsigned iret; in doread() local
619 iret = read(fd, temp_buf, size); in doread()
627 if (iret != size) { in doread()
628 if (iret == -1) in doread()
632 iret, size); in doread()
721 unsigned iret; in dowrite() local
757 iret = write(fd, good_buf + offset, size); in dowrite()
765 if (iret != size) { in dowrite()
766 if (iret == -1) in dowrite()
770 iret, size); in dowrite()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_peap.c604 struct eap_method_ret iret; in eap_peap_phase2_request() local
619 os_memset(&iret, 0, sizeof(iret)); in eap_peap_phase2_request()
620 if (eap_tlv_process(sm, data, &iret, req, resp, in eap_peap_phase2_request()
627 if (iret.methodState == METHOD_DONE || in eap_peap_phase2_request()
628 iret.methodState == METHOD_MAY_CONT) { in eap_peap_phase2_request()
629 ret->methodState = iret.methodState; in eap_peap_phase2_request()
630 ret->decision = iret.decision; in eap_peap_phase2_request()
717 os_memset(&iret, 0, sizeof(iret)); in eap_peap_phase2_request()
719 &iret, req); in eap_peap_phase2_request()
720 if ((iret.methodState == METHOD_DONE || in eap_peap_phase2_request()
[all …]
Deap_ttls.c342 struct eap_method_ret iret; in eap_ttls_phase2_eap_process() local
344 os_memset(&iret, 0, sizeof(iret)); in eap_ttls_phase2_eap_process()
346 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret, in eap_ttls_phase2_eap_process()
348 if ((iret.methodState == METHOD_DONE || in eap_ttls_phase2_eap_process()
349 iret.methodState == METHOD_MAY_CONT) && in eap_ttls_phase2_eap_process()
350 (iret.decision == DECISION_UNCOND_SUCC || in eap_ttls_phase2_eap_process()
351 iret.decision == DECISION_COND_SUCC || in eap_ttls_phase2_eap_process()
352 iret.decision == DECISION_FAIL)) { in eap_ttls_phase2_eap_process()
353 ret->methodState = iret.methodState; in eap_ttls_phase2_eap_process()
354 ret->decision = iret.decision; in eap_ttls_phase2_eap_process()
Deap_teap.c382 struct eap_method_ret iret; in eap_teap_phase2_request() local
430 os_memset(&iret, 0, sizeof(iret)); in eap_teap_phase2_request()
432 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret, in eap_teap_phase2_request()
434 if (iret.methodState == METHOD_DONE) in eap_teap_phase2_request()
437 (iret.methodState == METHOD_DONE && in eap_teap_phase2_request()
438 iret.decision == DECISION_FAIL)) { in eap_teap_phase2_request()
441 } else if ((iret.methodState == METHOD_DONE || in eap_teap_phase2_request()
442 iret.methodState == METHOD_MAY_CONT) && in eap_teap_phase2_request()
443 (iret.decision == DECISION_UNCOND_SUCC || in eap_teap_phase2_request()
444 iret.decision == DECISION_COND_SUCC)) { in eap_teap_phase2_request()
Deap_fast.c422 struct eap_method_ret iret; in eap_fast_phase2_request() local
469 os_memset(&iret, 0, sizeof(iret)); in eap_fast_phase2_request()
471 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret, in eap_fast_phase2_request()
474 (iret.methodState == METHOD_DONE && in eap_fast_phase2_request()
475 iret.decision == DECISION_FAIL)) { in eap_fast_phase2_request()
478 } else if ((iret.methodState == METHOD_DONE || in eap_fast_phase2_request()
479 iret.methodState == METHOD_MAY_CONT) && in eap_fast_phase2_request()
480 (iret.decision == DECISION_UNCOND_SUCC || in eap_fast_phase2_request()
481 iret.decision == DECISION_COND_SUCC)) { in eap_fast_phase2_request()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_peap.c604 struct eap_method_ret iret; in eap_peap_phase2_request() local
621 os_memset(&iret, 0, sizeof(iret)); in eap_peap_phase2_request()
622 if (eap_tlv_process(sm, data, &iret, req, resp, in eap_peap_phase2_request()
629 if (iret.methodState == METHOD_DONE || in eap_peap_phase2_request()
630 iret.methodState == METHOD_MAY_CONT) { in eap_peap_phase2_request()
631 ret->methodState = iret.methodState; in eap_peap_phase2_request()
632 ret->decision = iret.decision; in eap_peap_phase2_request()
733 os_memset(&iret, 0, sizeof(iret)); in eap_peap_phase2_request()
735 &iret, req); in eap_peap_phase2_request()
736 if ((iret.methodState == METHOD_DONE || in eap_peap_phase2_request()
[all …]
Deap_ttls.c354 struct eap_method_ret iret; in eap_ttls_phase2_eap_process() local
356 os_memset(&iret, 0, sizeof(iret)); in eap_ttls_phase2_eap_process()
358 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret, in eap_ttls_phase2_eap_process()
360 if ((iret.methodState == METHOD_DONE || in eap_ttls_phase2_eap_process()
361 iret.methodState == METHOD_MAY_CONT) && in eap_ttls_phase2_eap_process()
362 (iret.decision == DECISION_UNCOND_SUCC || in eap_ttls_phase2_eap_process()
363 iret.decision == DECISION_COND_SUCC || in eap_ttls_phase2_eap_process()
364 iret.decision == DECISION_FAIL)) { in eap_ttls_phase2_eap_process()
365 ret->methodState = iret.methodState; in eap_ttls_phase2_eap_process()
366 ret->decision = iret.decision; in eap_ttls_phase2_eap_process()
Deap_fast.c426 struct eap_method_ret iret; in eap_fast_phase2_request() local
489 os_memset(&iret, 0, sizeof(iret)); in eap_fast_phase2_request()
491 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret, in eap_fast_phase2_request()
494 (iret.methodState == METHOD_DONE && in eap_fast_phase2_request()
495 iret.decision == DECISION_FAIL)) { in eap_fast_phase2_request()
498 } else if ((iret.methodState == METHOD_DONE || in eap_fast_phase2_request()
499 iret.methodState == METHOD_MAY_CONT) && in eap_fast_phase2_request()
500 (iret.decision == DECISION_UNCOND_SUCC || in eap_fast_phase2_request()
501 iret.decision == DECISION_COND_SUCC)) { in eap_fast_phase2_request()
Deap_teap.c405 struct eap_method_ret iret; in eap_teap_phase2_request() local
462 os_memset(&iret, 0, sizeof(iret)); in eap_teap_phase2_request()
464 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret, in eap_teap_phase2_request()
466 if (iret.methodState == METHOD_DONE) in eap_teap_phase2_request()
469 (iret.methodState == METHOD_DONE && in eap_teap_phase2_request()
470 iret.decision == DECISION_FAIL)) { in eap_teap_phase2_request()
474 } else if ((iret.methodState == METHOD_DONE || in eap_teap_phase2_request()
475 iret.methodState == METHOD_MAY_CONT) && in eap_teap_phase2_request()
476 (iret.decision == DECISION_UNCOND_SUCC || in eap_teap_phase2_request()
477 iret.decision == DECISION_COND_SUCC)) { in eap_teap_phase2_request()
/third_party/openssl/ssl/record/
Drec_layer_d1.c345 int i, j, iret; in dtls1_read_bytes() local
423 iret = dtls1_get_record(s); in dtls1_read_bytes()
424 if (iret <= 0) { in dtls1_read_bytes()
425 iret = dtls1_read_failed(s, iret); in dtls1_read_bytes()
430 if (iret <= 0) in dtls1_read_bytes()
431 return iret; in dtls1_read_bytes()
/third_party/mesa3d/src/freedreno/.gitlab-ci/reference/
Dafuc_test.asm137 l007: iret
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrControl.td51 def IRET16 : I <0xcf, RawFrm, (outs), (ins), "iret{w}", []>,
53 def IRET32 : I <0xcf, RawFrm, (outs), (ins), "iret{l|d}", []>, OpSize32;
DX86InstrInfo.td3118 def : MnemonicAlias<"iret", "iretw", "att">, Requires<[In16BitMode]>;
3119 def : MnemonicAlias<"iret", "iretl", "att">, Requires<[Not16BitMode]>;
/third_party/mesa3d/src/mesa/x86/
Dassyntax.h466 #define IRET CHOICE(iret, iret, iret)
467 #define IRETD CHOICE(iret, iret, iretd)
1185 #define IRET iret
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst1114 - freedreno/afuc: Add iret
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenAsmMatcher.inc1039 if (Features.test(Feature_In16BitModeBit)) // "iret"
7678 "iret\005iretd\005iretl\005iretq\005iretw\002ja\003jae\002jb\003jbe\004j"
23495 { 3316 /* iret */, X86::IRET16, Convert_NoOperands, AMFBS_None, { }, },
/third_party/gstreamer/gstplugins_good/
DChangeLog120466 iret was never read outside of that loop, and is always being exited if
120467 iret was != GST_FLOW_OK anyway.