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

/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.c424 struct eap_method_ret iret; local
471 os_memset(&iret, 0, sizeof(iret));
473 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
476 (iret.methodState == METHOD_DONE &&
477 iret.decision == DECISION_FAIL)) {
480 } else if ((iret.methodState == METHOD_DONE ||
481 iret.methodState == METHOD_MAY_CONT) &&
482 (iret.decision == DECISION_UNCOND_SUCC ||
483 iret
[all...]
H A Deap_ttls.c292 struct eap_method_ret iret; local
294 os_memset(&iret, 0, sizeof(iret));
296 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
298 if ((iret.methodState == METHOD_DONE ||
299 iret.methodState == METHOD_MAY_CONT) &&
300 (iret.decision == DECISION_UNCOND_SUCC ||
301 iret.decision == DECISION_COND_SUCC ||
302 iret.decision == DECISION_FAIL)) {
303 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.c424 struct eap_method_ret iret; local
471 os_memset(&iret, 0, sizeof(iret));
473 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
476 (iret.methodState == METHOD_DONE &&
477 iret.decision == DECISION_FAIL)) {
480 } else if ((iret.methodState == METHOD_DONE ||
481 iret.methodState == METHOD_MAY_CONT) &&
482 (iret.decision == DECISION_UNCOND_SUCC ||
483 iret
[all...]
H A Deap_ttls.c292 struct eap_method_ret iret; local
294 os_memset(&iret, 0, sizeof(iret));
296 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
298 if ((iret.methodState == METHOD_DONE ||
299 iret.methodState == METHOD_MAY_CONT) &&
300 (iret.decision == DECISION_UNCOND_SUCC ||
301 iret.decision == DECISION_COND_SUCC ||
302 iret.decision == DECISION_FAIL)) {
303 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.c424 struct eap_method_ret iret; local
471 os_memset(&iret, 0, sizeof(iret));
473 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
476 (iret.methodState == METHOD_DONE &&
477 iret.decision == DECISION_FAIL)) {
480 } else if ((iret.methodState == METHOD_DONE ||
481 iret.methodState == METHOD_MAY_CONT) &&
482 (iret.decision == DECISION_UNCOND_SUCC ||
483 iret
[all...]
H A Deap_ttls.c292 struct eap_method_ret iret; local
294 os_memset(&iret, 0, sizeof(iret));
296 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
298 if ((iret.methodState == METHOD_DONE ||
299 iret.methodState == METHOD_MAY_CONT) &&
300 (iret.decision == DECISION_UNCOND_SUCC ||
301 iret.decision == DECISION_COND_SUCC ||
302 iret.decision == DECISION_FAIL)) {
303 ret->methodState = iret
[all...]
/external/fio/
H A Diolog.c898 size_t iret; local
900 iret = inflate_chunk(&ic, 1, stdout, &stream, &iter);
901 total -= iret;
908 ic.len -= iret;
909 ic.buf += iret;

Completed in 269 milliseconds