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

1 2 3

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
suffix.s 15 iret
22 iret
x86-64-suffix.s 15 iret
24 iret
  /external/syslinux/com32/gdbstub/
int.S 77 iret
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
mcu.s 6 iret
mcu.d 11 [ 0-9a-f]+: 42000038 iret
micromips@mcu.d 11 [ 0-9a-f]+: 0000 d37c iret
  /external/ltp/testcases/kernel/fs/fsx-linux/
fsx-linux.c 591 unsigned iret; local
622 iret = read(fd, temp_buf, size);
630 if (iret != size) {
631 if (iret == -1)
635 iret, size);
724 unsigned iret; local
760 iret = write(fd, good_buf + offset, size);
768 if (iret != size) {
769 if (iret == -1)
773 iret, size)
918 ssize_t iret; local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_peap.c 601 struct eap_method_ret iret; local
616 os_memset(&iret, 0, sizeof(iret));
617 if (eap_tlv_process(sm, data, &iret, req, resp,
624 if (iret.methodState == METHOD_DONE ||
625 iret.methodState == METHOD_MAY_CONT) {
626 ret->methodState = iret.methodState;
627 ret->decision = iret.decision;
714 os_memset(&iret, 0, sizeof(iret));
    [all...]
eap_ttls.c 340 struct eap_method_ret iret; local
342 os_memset(&iret, 0, sizeof(iret));
344 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
346 if ((iret.methodState == METHOD_DONE ||
347 iret.methodState == METHOD_MAY_CONT) &&
348 (iret.decision == DECISION_UNCOND_SUCC ||
349 iret.decision == DECISION_COND_SUCC ||
350 iret.decision == DECISION_FAIL)) {
351 ret->methodState = iret.methodState
    [all...]
eap_fast.c 422 struct eap_method_ret iret; local
469 os_memset(&iret, 0, sizeof(iret));
471 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
474 (iret.methodState == METHOD_DONE &&
475 iret.decision == DECISION_FAIL)) {
478 } else if ((iret.methodState == METHOD_DONE ||
479 iret.methodState == METHOD_MAY_CONT) &&
480 (iret.decision == DECISION_UNCOND_SUCC ||
481 iret.decision == DECISION_COND_SUCC))
    [all...]
  /external/syslinux/gpxe/src/arch/i386/drivers/net/
undiisr.S 76 iret
  /device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
VbeShim.asm 221 iret
227 iret
233 iret
  /toolchain/binutils/binutils-2.27/binutils/
winduni.c 778 int iret; local
783 iret = iconv_onechar (cd, (ICONV_CONST char *) mb, p_tmp, 32, & n_mb, & n_tmp);
789 if (!iret)
851 int iret; local
856 iret = iconv_onechar (cd, (ICONV_CONST char *) u, p_tmp, 32, &n_u, & n_tmp);
862 if (!iret)
  /external/syslinux/gpxe/src/arch/i386/interface/pxe/
pxe_entry.S 209 iret
  /external/syslinux/gpxe/src/arch/i386/firmware/pcbios/
e820mangler.S 497 * be immediately before IRET
519 iret
543 iret
562 iret
  /external/syslinux/gpxe/src/arch/i386/core/
gdbidt.S 215 iret
  /hardware/qcom/keymaster/
keymaster_qcom.cpp 196 int32_t iret = 0; local
270 iret = munmap(handle->ion_sbuffer, ion_alloc_data.len);
271 if (iret)
279 iret = ioctl(ion_fd, ION_IOC_FREE, &handle_data);
280 if (iret) {
281 ALOGE("Error::ION FREE ioctl returned error = %d",iret);
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
st16_64.asm     [all...]
st32_64.asm     [all...]
start.asm     [all...]
start16.asm     [all...]
start32.asm     [all...]
start64.asm     [all...]
  /external/fio/
iolog.c 1028 size_t iret; local
1030 iret = inflate_chunk(&ic, 1, stdout, &stream, &iter);
1031 total -= iret;
1038 ic.len -= iret;
1039 ic.buf += iret;
  /external/llvm/test/MC/X86/
x86-16.s 379 iret label

Completed in 312 milliseconds

1 2 3