HomeSort by relevance Sort by last modified time
    Searched refs:iret (Results 1 - 25 of 27) sorted by null

1 2

  /bionic/libc/kernel/arch-x86/asm/
irqflags_32.h 23 #define INTERRUPT_RETURN iret
  /development/ndk/platforms/android-9/arch-x86/include/asm/
irqflags_32.h 23 #define INTERRUPT_RETURN iret
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
irqflags_32.h 23 #define INTERRUPT_RETURN iret
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
irqflags_32.h 23 #define INTERRUPT_RETURN iret
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
irqflags_32.h 23 #define INTERRUPT_RETURN iret
  /external/oprofile/module/x86/
oprofile_nmi.S 36 3: iret; \
  /external/wpa_supplicant/
eap_peap.c 285 struct eap_method_ret iret; local
300 os_memset(&iret, 0, sizeof(iret));
301 if (eap_tlv_process(sm, &iret, hdr, resp, resp_len,
308 if (iret.methodState == METHOD_DONE ||
309 iret.methodState == METHOD_MAY_CONT) {
310 ret->methodState = iret.methodState;
311 ret->decision = iret.decision;
362 os_memset(&iret, 0, sizeof(iret));
    [all...]
eap_ttls.c 526 struct eap_method_ret iret; local
585 os_memset(&iret, 0, sizeof(iret));
587 &iret, (u8 *) hdr, len,
589 if ((iret.methodState == METHOD_DONE ||
590 iret.methodState == METHOD_MAY_CONT) &&
591 (iret.decision == DECISION_UNCOND_SUCC ||
592 iret.decision == DECISION_COND_SUCC ||
593 iret.decision == DECISION_FAIL)) {
594 ret->methodState = iret.methodState
    [all...]
eap_fast.c 1051 struct eap_method_ret iret; local
1122 os_memset(&iret, 0, sizeof(iret));
1124 &iret, (u8 *) hdr, len,
1127 (iret.methodState == METHOD_DONE &&
1128 iret.decision == DECISION_FAIL)) {
1131 } else if ((iret.methodState == METHOD_DONE ||
1132 iret.methodState == METHOD_MAY_CONT) &&
1133 (iret.decision == DECISION_UNCOND_SUCC ||
1134 iret.decision == DECISION_COND_SUCC))
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_peap.c 620 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...]
eap_ttls.c 483 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.methodState
    [all...]
eap_fast.c 410 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.decision == DECISION_COND_SUCC))
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_peap.c 620 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...]
eap_ttls.c 483 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.methodState
    [all...]
eap_fast.c 410 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.decision == DECISION_COND_SUCC))
    [all...]
  /external/kernel-headers/original/asm-x86/
irqflags_32.h 109 #define INTERRUPT_RETURN iret
paravirt.h 125 void (*iret)(void); member in struct:pv_cpu_ops
  /external/llvm/test/MC/X86/
x86-32.s 453 iret label
x86-64.s 804 iret label
  /external/qemu-pc-bios/bochs/bios/
rombios.c 56 // $ff53 ; IRET Instruction for Dummy Interrupt Handler
8445 iret local
8462 iret local
8617 iret local
8680 iret local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
assyntax.h 426 #define IRET CHOICE(iret, iret, iret)
427 #define IRETD CHOICE(iret, iret, iretd)
    [all...]
  /external/grub/stage2/
asm.S 463 iret
589 iret
730 iret
    [all...]
  /frameworks/base/libs/rs/scriptc/
rs_cl.rsh 498 * @param iret iret[0] will be set to the integral portion of the number.
501 extern float __attribute__((overloadable)) modf(float x, float *iret);
  /prebuilt/sdk/14/renderscript/include/
rs_cl.rsh 498 * @param iret iret[0] will be set to the integral portion of the number.
501 extern float __attribute__((overloadable)) modf(float x, float *iret);
  /external/qemu-pc-bios/vgabios/
clext.c 461 iret

Completed in 1951 milliseconds

1 2