Searched defs:iret (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Diret.asm2 iret label
6 iret label
10 iret label
/external/llvm/test/MC/X86/
H A Dx86-32.s491 iret label
H A Dx86-16.s379 iret label
H A Dx86-64.s853 iret label
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_peap.c598 struct eap_method_ret iret; local
613 os_memset(&iret, 0, sizeof(iret));
614 if (eap_tlv_process(sm, data, &iret, req, resp,
621 if (iret.methodState == METHOD_DONE ||
622 iret.methodState == METHOD_MAY_CONT) {
623 ret->methodState = iret.methodState;
624 ret->decision = iret.decision;
710 os_memset(&iret, 0, sizeof(iret));
[all...]
H A Deap_fast.c419 struct eap_method_ret iret; local
466 os_memset(&iret, 0, sizeof(iret));
468 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
471 (iret.methodState == METHOD_DONE &&
472 iret.decision == DECISION_FAIL)) {
475 } else if ((iret.methodState == METHOD_DONE ||
476 iret.methodState == METHOD_MAY_CONT) &&
477 (iret.decision == DECISION_UNCOND_SUCC ||
478 iret
[all...]
H A Deap_ttls.c288 struct eap_method_ret iret; local
290 os_memset(&iret, 0, sizeof(iret));
292 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
294 if ((iret.methodState == METHOD_DONE ||
295 iret.methodState == METHOD_MAY_CONT) &&
296 (iret.decision == DECISION_UNCOND_SUCC ||
297 iret.decision == DECISION_COND_SUCC ||
298 iret.decision == DECISION_FAIL)) {
299 ret->methodState = iret
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_peap.c598 struct eap_method_ret iret; local
613 os_memset(&iret, 0, sizeof(iret));
614 if (eap_tlv_process(sm, data, &iret, req, resp,
621 if (iret.methodState == METHOD_DONE ||
622 iret.methodState == METHOD_MAY_CONT) {
623 ret->methodState = iret.methodState;
624 ret->decision = iret.decision;
710 os_memset(&iret, 0, sizeof(iret));
[all...]
H A Deap_fast.c419 struct eap_method_ret iret; local
466 os_memset(&iret, 0, sizeof(iret));
468 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
471 (iret.methodState == METHOD_DONE &&
472 iret.decision == DECISION_FAIL)) {
475 } else if ((iret.methodState == METHOD_DONE ||
476 iret.methodState == METHOD_MAY_CONT) &&
477 (iret.decision == DECISION_UNCOND_SUCC ||
478 iret
[all...]
H A Deap_ttls.c288 struct eap_method_ret iret; local
290 os_memset(&iret, 0, sizeof(iret));
292 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
294 if ((iret.methodState == METHOD_DONE ||
295 iret.methodState == METHOD_MAY_CONT) &&
296 (iret.decision == DECISION_UNCOND_SUCC ||
297 iret.decision == DECISION_COND_SUCC ||
298 iret.decision == DECISION_FAIL)) {
299 ret->methodState = iret
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_peap.c598 struct eap_method_ret iret; local
613 os_memset(&iret, 0, sizeof(iret));
614 if (eap_tlv_process(sm, data, &iret, req, resp,
621 if (iret.methodState == METHOD_DONE ||
622 iret.methodState == METHOD_MAY_CONT) {
623 ret->methodState = iret.methodState;
624 ret->decision = iret.decision;
710 os_memset(&iret, 0, sizeof(iret));
[all...]
H A Deap_fast.c419 struct eap_method_ret iret; local
466 os_memset(&iret, 0, sizeof(iret));
468 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
471 (iret.methodState == METHOD_DONE &&
472 iret.decision == DECISION_FAIL)) {
475 } else if ((iret.methodState == METHOD_DONE ||
476 iret.methodState == METHOD_MAY_CONT) &&
477 (iret.decision == DECISION_UNCOND_SUCC ||
478 iret
[all...]
H A Deap_ttls.c288 struct eap_method_ret iret; local
290 os_memset(&iret, 0, sizeof(iret));
292 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
294 if ((iret.methodState == METHOD_DONE ||
295 iret.methodState == METHOD_MAY_CONT) &&
296 (iret.decision == DECISION_UNCOND_SUCC ||
297 iret.decision == DECISION_COND_SUCC ||
298 iret.decision == DECISION_FAIL)) {
299 ret->methodState = iret
[all...]
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c8136 ;; Build an iret stack frame that will take us to the boot vector.
8137 ;; iret pops ip, then cs, then flags, so push them in the opposite order.
8152 iret
8445 iret local
8456 iret
8462 iret local
8571 ;; pop ds; pop es; popa; iret
8617 iret local
8680 iret local
9108 iret
[all...]

Completed in 317 milliseconds