Home
last modified time | relevance | path

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

123

/third_party/ltp/testcases/kernel/syscalls/quotactl/
Dquotactl09.c71 {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()
Dquotactl06.c106 {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/
Derrno.rs163 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/
Dfs_findblockdriver.c78 ret = -ENOTBLK; in find_blockdriver()
Dfs_closeblockdriver.c80 ret = -ENOTBLK; in close_blockdriver()
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h15 #define ENOTBLK 15 macro
/third_party/musl/arch/generic/bits/
Derrno.h15 #define ENOTBLK 15 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h15 #define ENOTBLK 15 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h16 #define ENOTBLK 15 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h16 #define ENOTBLK 15 macro
/third_party/musl/arch/mips/bits/
Derrno.h15 #define ENOTBLK 15 macro
/third_party/musl/arch/mips64/bits/
Derrno.h15 #define ENOTBLK 15 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h16 #define ENOTBLK 15 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h15 #define ENOTBLK 15 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h16 #define ENOTBLK 15 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h15 #define ENOTBLK 15 macro
/third_party/lwip/src/include/lwip/
Derrno.h62 #define ENOTBLK 15 /* Block device required */ macro
/third_party/musl/porting/uniproton/kernel/src/errno/
D__strerror.h41 E(ENOTBLK, "Block device required")
/third_party/musl/porting/liteos_m/kernel/src/errno/
D__strerror.h41 E(ENOTBLK, "Block device required")
/third_party/musl/porting/liteos_a/kernel/src/errno/
D__strerror.h42 E(ENOTBLK, "Block device required")
/third_party/musl/src/errno/
D__strerror.h42 E(ENOTBLK, "Block device required")
/third_party/rust/crates/libc/libc-test/semver/
Dredox.txt58 ENOTBLK
/third_party/rust/crates/linux-raw-sys/src/sparc/
Derrno.rs17 pub const ENOTBLK: u32 = 15; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
Derrno.rs17 pub const ENOTBLK: u32 = 15; constant
/third_party/ltp/lib/
Derrnos.h47 PAIR(ENOTBLK) in tst_strerrno()

123