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

/external/llvm/test/MC/X86/
H A Dx86-32.s481 iret label
H A Dx86-64.s821 iret label
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap_peap.c620 struct eap_method_ret iret; local
635 os_memset(&iret, 0, sizeof(iret));
636 if (eap_tlv_process(sm, data, &iret, req, resp,
643 if (iret.methodState == METHOD_DONE ||
644 iret.methodState == METHOD_MAY_CONT) {
645 ret->methodState = iret.methodState;
646 ret->decision = iret.decision;
732 os_memset(&iret, 0, sizeof(iret));
[all...]
H A Deap_fast.c410 struct eap_method_ret iret; local
456 os_memset(&iret, 0, sizeof(iret));
458 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
461 (iret.methodState == METHOD_DONE &&
462 iret.decision == DECISION_FAIL)) {
465 } else if ((iret.methodState == METHOD_DONE ||
466 iret.methodState == METHOD_MAY_CONT) &&
467 (iret.decision == DECISION_UNCOND_SUCC ||
468 iret
[all...]
H A Deap_ttls.c483 struct eap_method_ret iret; local
485 os_memset(&iret, 0, sizeof(iret));
487 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
489 if ((iret.methodState == METHOD_DONE ||
490 iret.methodState == METHOD_MAY_CONT) &&
491 (iret.decision == DECISION_UNCOND_SUCC ||
492 iret.decision == DECISION_COND_SUCC ||
493 iret.decision == DECISION_FAIL)) {
494 ret->methodState = iret
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_peap.c616 struct eap_method_ret iret; local
631 os_memset(&iret, 0, sizeof(iret));
632 if (eap_tlv_process(sm, data, &iret, req, resp,
639 if (iret.methodState == METHOD_DONE ||
640 iret.methodState == METHOD_MAY_CONT) {
641 ret->methodState = iret.methodState;
642 ret->decision = iret.decision;
728 os_memset(&iret, 0, sizeof(iret));
[all...]
H A Deap_fast.c404 struct eap_method_ret iret; local
451 os_memset(&iret, 0, sizeof(iret));
453 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
456 (iret.methodState == METHOD_DONE &&
457 iret.decision == DECISION_FAIL)) {
460 } else if ((iret.methodState == METHOD_DONE ||
461 iret.methodState == METHOD_MAY_CONT) &&
462 (iret.decision == DECISION_UNCOND_SUCC ||
463 iret
[all...]
H A Deap_ttls.c265 struct eap_method_ret iret; local
267 os_memset(&iret, 0, sizeof(iret));
269 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
271 if ((iret.methodState == METHOD_DONE ||
272 iret.methodState == METHOD_MAY_CONT) &&
273 (iret.decision == DECISION_UNCOND_SUCC ||
274 iret.decision == DECISION_COND_SUCC ||
275 iret.decision == DECISION_FAIL)) {
276 ret->methodState = iret
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_peap.c616 struct eap_method_ret iret; local
631 os_memset(&iret, 0, sizeof(iret));
632 if (eap_tlv_process(sm, data, &iret, req, resp,
639 if (iret.methodState == METHOD_DONE ||
640 iret.methodState == METHOD_MAY_CONT) {
641 ret->methodState = iret.methodState;
642 ret->decision = iret.decision;
728 os_memset(&iret, 0, sizeof(iret));
[all...]
H A Deap_fast.c404 struct eap_method_ret iret; local
451 os_memset(&iret, 0, sizeof(iret));
453 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
456 (iret.methodState == METHOD_DONE &&
457 iret.decision == DECISION_FAIL)) {
460 } else if ((iret.methodState == METHOD_DONE ||
461 iret.methodState == METHOD_MAY_CONT) &&
462 (iret.decision == DECISION_UNCOND_SUCC ||
463 iret
[all...]
H A Deap_ttls.c265 struct eap_method_ret iret; local
267 os_memset(&iret, 0, sizeof(iret));
269 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
271 if ((iret.methodState == METHOD_DONE ||
272 iret.methodState == METHOD_MAY_CONT) &&
273 (iret.decision == DECISION_UNCOND_SUCC ||
274 iret.decision == DECISION_COND_SUCC ||
275 iret.decision == DECISION_FAIL)) {
276 ret->methodState = iret
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_peap.c616 struct eap_method_ret iret; local
631 os_memset(&iret, 0, sizeof(iret));
632 if (eap_tlv_process(sm, data, &iret, req, resp,
639 if (iret.methodState == METHOD_DONE ||
640 iret.methodState == METHOD_MAY_CONT) {
641 ret->methodState = iret.methodState;
642 ret->decision = iret.decision;
728 os_memset(&iret, 0, sizeof(iret));
[all...]
H A Deap_fast.c404 struct eap_method_ret iret; local
451 os_memset(&iret, 0, sizeof(iret));
453 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
456 (iret.methodState == METHOD_DONE &&
457 iret.decision == DECISION_FAIL)) {
460 } else if ((iret.methodState == METHOD_DONE ||
461 iret.methodState == METHOD_MAY_CONT) &&
462 (iret.decision == DECISION_UNCOND_SUCC ||
463 iret
[all...]
H A Deap_ttls.c265 struct eap_method_ret iret; local
267 os_memset(&iret, 0, sizeof(iret));
269 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
271 if ((iret.methodState == METHOD_DONE ||
272 iret.methodState == METHOD_MAY_CONT) &&
273 (iret.decision == DECISION_UNCOND_SUCC ||
274 iret.decision == DECISION_COND_SUCC ||
275 iret.decision == DECISION_FAIL)) {
276 ret->methodState = iret
[all...]
/external/kernel-headers/original/asm-x86/
H A Dparavirt.h125 void (*iret)(void); member in struct:pv_cpu_ops
/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 271 milliseconds