/third_party/ltp/testcases/kernel/syscalls/quotactl/ |
D | quotactl09.c | 71 {QCMD(Q_QUOTAON, USRQUOTA), &fmt_id, NULL, ENOTBLK, 0, 110 if (tc->exp_err == ENOTBLK) { in verify_quotactl() 125 if (tc->exp_err == ENOTBLK) in verify_quotactl() 127 ENOTBLK, "do_quotactl()"); in verify_quotactl()
|
D | quotactl06.c | 106 {QCMD(Q_QUOTAON, USRQUOTA), &fmt_id, usrpath, ENOTBLK, 0, 150 if (tc->exp_err == ENOTBLK) in verify_quotactl() 152 ENOTBLK, "quotactl()"); in verify_quotactl()
|
/third_party/rust/crates/nix/src/ |
D | errno.rs | 163 ENOTBLK => "Block device required", in desc() 1139 ENOTBLK = libc::ENOTBLK, enumerator 1284 libc::ENOTBLK => ENOTBLK, in from_i32() 1429 ENOTBLK = libc::ENOTBLK, enumerator 1547 libc::ENOTBLK => ENOTBLK, in from_i32() 1665 ENOTBLK = libc::ENOTBLK, enumerator 1774 libc::ENOTBLK => ENOTBLK, in from_i32() 1882 ENOTBLK = libc::ENOTBLK, enumerator 1991 libc::ENOTBLK => ENOTBLK, in from_i32() 2097 ENOTBLK = libc::ENOTBLK, enumerator [all …]
|
/third_party/NuttX/fs/driver/ |
D | fs_findblockdriver.c | 78 ret = -ENOTBLK; in find_blockdriver()
|
D | fs_closeblockdriver.c | 80 ret = -ENOTBLK; in close_blockdriver()
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | errno.h | 15 #define ENOTBLK 15 macro
|
/third_party/musl/arch/generic/bits/ |
D | errno.h | 15 #define ENOTBLK 15 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | errno.h | 15 #define ENOTBLK 15 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | errno.h | 16 #define ENOTBLK 15 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | errno.h | 16 #define ENOTBLK 15 macro
|
/third_party/musl/arch/mips/bits/ |
D | errno.h | 15 #define ENOTBLK 15 macro
|
/third_party/musl/arch/mips64/bits/ |
D | errno.h | 15 #define ENOTBLK 15 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | errno.h | 16 #define ENOTBLK 15 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | errno.h | 15 #define ENOTBLK 15 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | errno.h | 16 #define ENOTBLK 15 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | errno.h | 15 #define ENOTBLK 15 macro
|
/third_party/lwip/src/include/lwip/ |
D | errno.h | 62 #define ENOTBLK 15 /* Block device required */ macro
|
/third_party/musl/porting/uniproton/kernel/src/errno/ |
D | __strerror.h | 41 E(ENOTBLK, "Block device required")
|
/third_party/musl/porting/liteos_m/kernel/src/errno/ |
D | __strerror.h | 41 E(ENOTBLK, "Block device required")
|
/third_party/musl/porting/liteos_a/kernel/src/errno/ |
D | __strerror.h | 42 E(ENOTBLK, "Block device required")
|
/third_party/musl/src/errno/ |
D | __strerror.h | 42 E(ENOTBLK, "Block device required")
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | redox.txt | 58 ENOTBLK
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | errno.rs | 17 pub const ENOTBLK: u32 = 15; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | errno.rs | 17 pub const ENOTBLK: u32 = 15; constant
|
/third_party/ltp/lib/ |
D | errnos.h | 47 PAIR(ENOTBLK) in tst_strerrno()
|