/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_peap.c | 598 struct eap_method_ret iret; in eap_peap_phase2_request() local 613 os_memset(&iret, 0, sizeof(iret)); in eap_peap_phase2_request() 614 if (eap_tlv_process(sm, data, &iret, req, resp, in eap_peap_phase2_request() 621 if (iret.methodState == METHOD_DONE || in eap_peap_phase2_request() 622 iret.methodState == METHOD_MAY_CONT) { in eap_peap_phase2_request() 623 ret->methodState = iret.methodState; in eap_peap_phase2_request() 624 ret->decision = iret.decision; in eap_peap_phase2_request() 710 os_memset(&iret, 0, sizeof(iret)); in eap_peap_phase2_request() 712 &iret, req); in eap_peap_phase2_request() 713 if ((iret.methodState == METHOD_DONE || in eap_peap_phase2_request() [all …]
|
D | eap_ttls.c | 292 struct eap_method_ret iret; in eap_ttls_phase2_eap_process() local 294 os_memset(&iret, 0, sizeof(iret)); in eap_ttls_phase2_eap_process() 296 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret, in eap_ttls_phase2_eap_process() 298 if ((iret.methodState == METHOD_DONE || in eap_ttls_phase2_eap_process() 299 iret.methodState == METHOD_MAY_CONT) && in eap_ttls_phase2_eap_process() 300 (iret.decision == DECISION_UNCOND_SUCC || in eap_ttls_phase2_eap_process() 301 iret.decision == DECISION_COND_SUCC || in eap_ttls_phase2_eap_process() 302 iret.decision == DECISION_FAIL)) { in eap_ttls_phase2_eap_process() 303 ret->methodState = iret.methodState; in eap_ttls_phase2_eap_process() 304 ret->decision = iret.decision; in eap_ttls_phase2_eap_process()
|
D | eap_fast.c | 424 struct eap_method_ret iret; in eap_fast_phase2_request() local 471 os_memset(&iret, 0, sizeof(iret)); in eap_fast_phase2_request() 473 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret, in eap_fast_phase2_request() 476 (iret.methodState == METHOD_DONE && in eap_fast_phase2_request() 477 iret.decision == DECISION_FAIL)) { in eap_fast_phase2_request() 480 } else if ((iret.methodState == METHOD_DONE || in eap_fast_phase2_request() 481 iret.methodState == METHOD_MAY_CONT) && in eap_fast_phase2_request() 482 (iret.decision == DECISION_UNCOND_SUCC || in eap_fast_phase2_request() 483 iret.decision == DECISION_COND_SUCC)) { in eap_fast_phase2_request()
|
/external/fio/ |
D | iolog.c | 898 size_t iret; in iolog_file_inflate() local 900 iret = inflate_chunk(&ic, 1, stdout, &stream, &iter); in iolog_file_inflate() 901 total -= iret; in iolog_file_inflate() 908 ic.len -= iret; in iolog_file_inflate() 909 ic.buf += iret; in iolog_file_inflate()
|
/external/llvm/test/MC/Disassembler/X86/ |
D | intel-syntax.txt | 93 # CHECK: iret
|
/external/llvm/test/MC/X86/ |
D | x86-16.s | 379 iret label
|
D | x86-32.s | 491 iret label
|
D | x86-64.s | 853 iret label
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 466 #define IRET CHOICE(iret, iret, iret) 467 #define IRETD CHOICE(iret, iret, iretd) 1193 #define IRET iret
|
/external/valgrind/docs/internals/ |
D | 3_3_BUGSTATUS.txt | 288 vx1807 vx1840 Mgd 155011 vex x86->IR: 0xCF (iret)
|
/external/llvm/lib/Target/X86/ |
D | X86InstrSystem.td | 64 def IRET16 : I<0xcf, RawFrm, (outs), (ins), "iret{w}", [], IIC_IRET>, OpSize16; 65 def IRET32 : I<0xcf, RawFrm, (outs), (ins), "iret{l|d}", [], IIC_IRET>,
|
D | X86InstrInfo.td | 2547 def : MnemonicAlias<"iret", "iretw", "att">, Requires<[In16BitMode]>; 2548 def : MnemonicAlias<"iret", "iretl", "att">, Requires<[Not16BitMode]>;
|
/external/elfutils/src/libcpu/defs/ |
D | i386 | 375 11001111:iret{W1}
|
/external/valgrind/perf/ |
D | tinycc.c | 3152 DEF_ASM_OP0(iret, 0xcf) 3609 DEF_ASM_OP0(iret, 0xcf) 4484 DEF_ASM_OP0(iret, 0xcf) 4941 DEF_ASM_OP0(iret, 0xcf) 15191 DEF_ASM_OP0(iret, 0xcf) 15653 DEF_ASM_OP0(iret, 0xcf)
|
/external/valgrind/ |
D | NEWS.old | 40 155011 vex x86->IR: 0xCF (iret)
|
/external/elfutils/src/tests/ |
D | testfile44.expect.bz2 |
|
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |