Home
last modified time | relevance | path

Searched refs:ENOTBLK (Results 1 – 21 of 21) sorted by relevance

/external/kernel-headers/original/uapi/asm-generic/
Derrno-base.h18 #define ENOTBLK 15 /* Block device required */ macro
/external/syslinux/dos/
Derrno.h18 #define ENOTBLK 15 /* Block device required */ macro
/external/strace/tests-mx32/
Derrno2name.c323 #ifdef ENOTBLK in errno2name()
324 CASE(ENOTBLK); in errno2name()
/external/strace/tests-m32/
Derrno2name.c323 #ifdef ENOTBLK in errno2name()
324 CASE(ENOTBLK); in errno2name()
/external/strace/tests/
Derrno2name.c323 #ifdef ENOTBLK in errno2name()
324 CASE(ENOTBLK); in errno2name()
/external/syslinux/com32/include/
Derrno.h20 #define ENOTBLK 15 /* Block device required */ macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py23 ENOTBLK = 15 variable
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py27 ENOTBLK = 15 variable
/external/syslinux/core/lwip/src/include/lwip/
Darch.h93 #define ENOTBLK 15 /* Block device required */ macro
/external/ltp/testcases/kernel/syscalls/mount/
Dmount02.c84 {&char_dev, &mntpoint, &fs_type, 0, ENOTBLK, NULL, NULL},
/external/ltp/lib/
Derrnos.h47 PAIR(ENOTBLK) in tst_strerrno()
/external/minijail/linux-x86/
Dlibconstants.gen.c398 #ifdef ENOTBLK
399 { "ENOTBLK", (unsigned long) ENOTBLK },
/external/libbrillo/brillo/errors/
Derror_codes.cc49 ERROR_ENTRY(ENOTBLK), // Block device required
/external/ltp/testcases/kernel/fs/scsi/ltpfs/
DLtpfsCmds.c274 error = -ENOTBLK; in lookup_bdev()
/external/python/cpython2/Modules/
Derrnomodule.c103 #ifdef ENOTBLK in initerrno()
104 inscode(d, ds, de, "ENOTBLK", ENOTBLK, "Block device required"); in initerrno()
/external/toybox/toys/lsb/
Dmount.c233 if (rc && errno == ENOTBLK) { in mount_filesystem()
/external/python/cpython2/Doc/library/
Derrno.rst98 .. data:: ENOTBLK
/external/valgrind/include/vki/
Dvki-darwin.h555 #define VKI_ENOTBLK ENOTBLK
Dvki-solaris.h452 #define VKI_ENOTBLK ENOTBLK
/external/python/cpython2/Lib/plat-sunos5/
DSTROPTS.py961 ENOTBLK = 15 variable
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js989 …EBADF:9,ECHILD:10,EAGAIN:11,EWOULDBLOCK:11,ENOMEM:12,EACCES:13,EFAULT:14,ENOTBLK:15,EBUSY:16,EEXIS… property