Home
last modified time | relevance | path

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

12

/external/kernel-headers/original/uapi/asm-generic/
Derrno-base.h19 #define ENOTBLK 15 /* Block device required */ macro
/external/strace/tests-mx32/
Derrno2name.c324 #ifdef ENOTBLK in errno2name()
325 CASE(ENOTBLK); in errno2name()
/external/strace/tests-m32/
Derrno2name.c324 #ifdef ENOTBLK in errno2name()
325 CASE(ENOTBLK); in errno2name()
/external/strace/tests/
Derrno2name.c324 #ifdef ENOTBLK in errno2name()
325 CASE(ENOTBLK); in errno2name()
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py23 ENOTBLK = 15 variable
/external/u-boot/include/linux/
Derrno.h18 #define ENOTBLK 15 /* Block device required */ macro
/external/tensorflow/tensorflow/core/platform/posix/
Derror.cc76 case ENOTBLK: // Block device required in ErrnoToCode()
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py27 ENOTBLK = 15 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c398 #ifdef ENOTBLK
399 { "ENOTBLK", (unsigned long) ENOTBLK },
/external/ltp/testcases/kernel/syscalls/mount/
Dmount02.c85 {&char_dev, &mntpoint, &fs_type, 0, ENOTBLK, NULL, NULL},
/external/ltp/lib/
Derrnos.h47 PAIR(ENOTBLK) in tst_strerrno()
/external/u-boot/test/dm/
Dblk.c162 ut_asserteq(-ENOTBLK, blk_get_from_parent(dev, &blk)); in dm_test_blk_get_from_parent()
/external/ltp/testcases/kernel/fs/scsi/ltpfs/
DLtpfsCmds.c274 error = -ENOTBLK; in lookup_bdev()
/external/libbrillo/brillo/errors/
Derror_codes.cc49 ERROR_ENTRY(ENOTBLK), // Block device required
/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.c269 if (rc && errno == ENOTBLK) { in mount_filesystem()
/external/mksh/src/
Dos2.c560 errno = ENOTBLK; in getdrvwd()
/external/python/cpython3/Modules/
Derrnomodule.c146 #ifdef ENOTBLK in PyInit_errno()
147 inscode(d, ds, de, "ENOTBLK", ENOTBLK, "Block device required"); in PyInit_errno()
/external/python/cpython2/Doc/library/
Derrno.rst98 .. data:: ENOTBLK
/external/python/cpython3/Doc/library/
Derrno.rst101 .. data:: ENOTBLK
/external/u-boot/drivers/block/
Dblk-uclass.c476 return -ENOTBLK; in blk_get_from_parent()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1231 ENOTBLK = syscall.Errno(0xf) const
Dzerrors_dragonfly_amd64.go1358 ENOTBLK = syscall.Errno(0xf) const
Dzerrors_openbsd_arm.go1392 ENOTBLK = syscall.Errno(0xf) const
Dzerrors_openbsd_amd64.go1489 ENOTBLK = syscall.Errno(0xf) const

12