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

1 2 3 4

  /bionic/libc/kernel/uapi/asm-generic/
errno-base.h 35 #define ENOTBLK 15
  /external/kernel-headers/original/uapi/asm-generic/
errno-base.h 19 #define ENOTBLK 15 /* Block device required */
  /external/syslinux/dos/
errno.h 18 #define ENOTBLK 15 /* Block device required */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno-base.h 18 #define ENOTBLK 15 /* Block device required */
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
errno.h 65 #define ENOTBLK 15 /* Block device required */
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 23 ENOTBLK = 15
  /external/syslinux/com32/include/
errno.h 20 #define ENOTBLK 15 /* Block device required */
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 67 #define ENOTBLK __ENOTBLK /* 15 Block device required */
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 27 ENOTBLK = 15
  /external/syslinux/core/lwip/src/include/lwip/
arch.h 93 #define ENOTBLK 15 /* Block device required */
  /external/tensorflow/tensorflow/core/platform/posix/
error.cc 76 case ENOTBLK: // Block device required
  /external/strace/tests/
errno2name.c 324 #ifdef ENOTBLK
325 CASE(ENOTBLK);
  /external/strace/tests-m32/
errno2name.c 324 #ifdef ENOTBLK
325 CASE(ENOTBLK);
  /external/strace/tests-mx32/
errno2name.c 324 #ifdef ENOTBLK
325 CASE(ENOTBLK);
  /bionic/libc/private/
bionic_errdefs.h 54 __BIONIC_ERRDEF( ENOTBLK , 15, "Block device required" )
  /external/ltp/lib/
errnos.h 47 PAIR(ENOTBLK)
  /external/ltp/testcases/kernel/syscalls/mount/
mount02.c 27 2) ENOTBLK if specialfile is not a block device
85 {&char_dev, &mntpoint, &fs_type, 0, ENOTBLK, NULL, NULL},
  /toolchain/binutils/binutils-2.27/libiberty/
strerror.c 121 #if defined (ENOTBLK)
122 ENTRY(ENOTBLK, "ENOTBLK", "Block device required"),
  /external/minijail/linux-x86/
libconstants.gen.c 398 #ifdef ENOTBLK
399 { "ENOTBLK", (unsigned long) ENOTBLK },
400 #endif // ENOTBLK
    [all...]
  /external/libbrillo/brillo/errors/
error_codes.cc 49 ERROR_ENTRY(ENOTBLK), // Block device required
  /external/ltp/testcases/kernel/fs/scsi/ltpfs/
LtpfsCmds.c 274 error = -ENOTBLK;
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_windows.go 105 ENOTBLK
240 ENOTBLK - APPLICATION_ERROR: "block device required",
  /prebuilts/go/linux-x86/src/syscall/
zerrors_windows.go 105 ENOTBLK
240 ENOTBLK - APPLICATION_ERROR: "block device required",
  /external/mksh/src/
os2.c 560 errno = ENOTBLK;
  /external/toybox/toys/lsb/
mount.c 233 if (rc && errno == ENOTBLK) {

Completed in 220 milliseconds

1 2 3 4