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

1 2 3

  /bionic/libc/kernel/uapi/asm-generic/
errno.h 36 #define EUNATCH 49
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 29 #define EUNATCH 42
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 30 #define EUNATCH 49 /* Protocol driver not attached */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 25 #define EUNATCH 42 /* Protocol driver not attached */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno.h 20 #define EUNATCH 49 /* Protocol driver not attached */
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 50 EUNATCH = 42
  /external/syslinux/com32/include/
errno.h 54 #define EUNATCH 49 /* Protocol driver not attached */
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 54 EUNATCH = 42
  /external/syslinux/core/lwip/src/include/lwip/
arch.h 127 #define EUNATCH 49 /* Protocol driver not attached */
  /external/strace/tests/
errno2name.c 468 #ifdef EUNATCH
469 CASE(EUNATCH);
  /external/strace/tests-m32/
errno2name.c 468 #ifdef EUNATCH
469 CASE(EUNATCH);
  /external/strace/tests-mx32/
errno2name.c 468 #ifdef EUNATCH
469 CASE(EUNATCH);
  /bionic/libc/private/
bionic_errdefs.h 87 __BIONIC_ERRDEF( EUNATCH , 49, "Protocol driver not attached" )
  /external/ltp/lib/
errnos.h 82 PAIR(EUNATCH)
  /toolchain/binutils/binutils-2.27/libiberty/
strerror.c 202 #if defined (EUNATCH)
203 ENTRY(EUNATCH, "EUNATCH", "Protocol driver not attached"),
  /external/minijail/linux-x86/
libconstants.gen.c 515 #ifdef EUNATCH
516 { "EUNATCH", (unsigned long) EUNATCH },
517 #endif // EUNATCH
    [all...]
  /external/libbrillo/brillo/errors/
error_codes.cc 83 ERROR_ENTRY(EUNATCH), // Protocol driver not attached
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_windows.go 142 EUNATCH
277 EUNATCH - APPLICATION_ERROR: "protocol driver not attached",
tables_nacl.go 144 EUNATCH Errno = 49 /* Protocol driver not attached */
270 EUNATCH: "Protocol driver not attached",
  /prebuilts/go/linux-x86/src/syscall/
zerrors_windows.go 142 EUNATCH
277 EUNATCH - APPLICATION_ERROR: "protocol driver not attached",
tables_nacl.go 144 EUNATCH Errno = 49 /* Protocol driver not attached */
270 EUNATCH: "Protocol driver not attached",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
errnomodule.c 291 #ifdef EUNATCH
292 inscode(d, ds, de, "EUNATCH", EUNATCH, "Protocol driver not attached");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
errnomodule.c 290 #ifdef EUNATCH
291 inscode(d, ds, de, "EUNATCH", EUNATCH, "Protocol driver not attached");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
errnomodule.c 291 #ifdef EUNATCH
292 inscode(d, ds, de, "EUNATCH", EUNATCH, "Protocol driver not attached");
  /external/python/cpython2/Modules/
errnomodule.c 281 #ifdef EUNATCH
282 inscode(d, ds, de, "EUNATCH", EUNATCH, "Protocol driver not attached");

Completed in 239 milliseconds

1 2 3