/external/kernel-headers/original/uapi/asm-generic/ |
D | errno-base.h | 18 #define ENOTBLK 15 /* Block device required */ macro
|
/external/syslinux/dos/ |
D | errno.h | 18 #define ENOTBLK 15 /* Block device required */ macro
|
/external/strace/tests-mx32/ |
D | errno2name.c | 323 #ifdef ENOTBLK in errno2name() 324 CASE(ENOTBLK); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 323 #ifdef ENOTBLK in errno2name() 324 CASE(ENOTBLK); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 323 #ifdef ENOTBLK in errno2name() 324 CASE(ENOTBLK); in errno2name()
|
/external/syslinux/com32/include/ |
D | errno.h | 20 #define ENOTBLK 15 /* Block device required */ macro
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 23 ENOTBLK = 15 variable
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 27 ENOTBLK = 15 variable
|
/external/syslinux/core/lwip/src/include/lwip/ |
D | arch.h | 93 #define ENOTBLK 15 /* Block device required */ macro
|
/external/ltp/testcases/kernel/syscalls/mount/ |
D | mount02.c | 84 {&char_dev, &mntpoint, &fs_type, 0, ENOTBLK, NULL, NULL},
|
/external/ltp/lib/ |
D | errnos.h | 47 PAIR(ENOTBLK) in tst_strerrno()
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 398 #ifdef ENOTBLK 399 { "ENOTBLK", (unsigned long) ENOTBLK },
|
/external/libbrillo/brillo/errors/ |
D | error_codes.cc | 49 ERROR_ENTRY(ENOTBLK), // Block device required
|
/external/ltp/testcases/kernel/fs/scsi/ltpfs/ |
D | LtpfsCmds.c | 274 error = -ENOTBLK; in lookup_bdev()
|
/external/python/cpython2/Modules/ |
D | errnomodule.c | 103 #ifdef ENOTBLK in initerrno() 104 inscode(d, ds, de, "ENOTBLK", ENOTBLK, "Block device required"); in initerrno()
|
/external/toybox/toys/lsb/ |
D | mount.c | 233 if (rc && errno == ENOTBLK) { in mount_filesystem()
|
/external/python/cpython2/Doc/library/ |
D | errno.rst | 98 .. data:: ENOTBLK
|
/external/valgrind/include/vki/ |
D | vki-darwin.h | 555 #define VKI_ENOTBLK ENOTBLK
|
D | vki-solaris.h | 452 #define VKI_ENOTBLK ENOTBLK
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | STROPTS.py | 961 ENOTBLK = 15 variable
|
/external/v8/tools/profviz/ |
D | gnuplot-4.6.3-emscripten.js | 989 …EBADF:9,ECHILD:10,EAGAIN:11,EWOULDBLOCK:11,ENOMEM:12,EACCES:13,EFAULT:14,ENOTBLK:15,EBUSY:16,EEXIS… property
|