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

1 2 3

  /bionic/libc/kernel/uapi/asm-generic/
errno.h 41 #define EXFULL 54
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 36 #define EXFULL 52
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 35 #define EXFULL 54 /* Exchange full */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 32 #define EXFULL 52 /* Exchange full */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno.h 25 #define EXFULL 54 /* Exchange full */
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 57 EXFULL = 52
  /external/syslinux/com32/include/
errno.h 59 #define EXFULL 54 /* Exchange full */
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 62 EXFULL = 52
  /external/syslinux/core/lwip/src/include/lwip/
arch.h 132 #define EXFULL 54 /* Exchange full */
  /external/strace/tests/
errno2name.c 477 #ifdef EXFULL
478 CASE(EXFULL);
  /external/strace/tests-m32/
errno2name.c 477 #ifdef EXFULL
478 CASE(EXFULL);
  /external/strace/tests-mx32/
errno2name.c 477 #ifdef EXFULL
478 CASE(EXFULL);
  /bionic/libc/private/
bionic_errdefs.h 92 __BIONIC_ERRDEF( EXFULL , 54, "Exchange full" )
  /external/ltp/lib/
errnos.h 87 PAIR(EXFULL)
  /toolchain/binutils/binutils-2.27/libiberty/
strerror.c 223 #if defined (EXFULL)
224 ENTRY(EXFULL, "EXFULL", "Exchange full"),
  /external/minijail/linux-x86/
libconstants.gen.c 527 #ifdef EXFULL
528 { "EXFULL", (unsigned long) EXFULL },
529 #endif // EXFULL
    [all...]
  /external/libbrillo/brillo/errors/
error_codes.cc 88 ERROR_ENTRY(EXFULL), // Exchange full
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_windows.go 146 EXFULL
281 EXFULL - APPLICATION_ERROR: "exchange full",
tables_nacl.go 149 EXFULL Errno = 54 /* Exchange full */
275 EXFULL: "Exchange full",
  /prebuilts/go/linux-x86/src/syscall/
zerrors_windows.go 146 EXFULL
281 EXFULL - APPLICATION_ERROR: "exchange full",
tables_nacl.go 149 EXFULL Errno = 54 /* Exchange full */
275 EXFULL: "Exchange full",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
errnomodule.c 349 #ifdef EXFULL
350 inscode(d, ds, de, "EXFULL", EXFULL, "Exchange full");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
errnomodule.c 348 #ifdef EXFULL
349 inscode(d, ds, de, "EXFULL", EXFULL, "Exchange full");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
errnomodule.c 349 #ifdef EXFULL
350 inscode(d, ds, de, "EXFULL", EXFULL, "Exchange full");
  /external/python/cpython2/Modules/
errnomodule.c 339 #ifdef EXFULL
340 inscode(d, ds, de, "EXFULL", EXFULL, "Exchange full");

Completed in 237 milliseconds

1 2 3