Home
last modified time | relevance | path

Searched refs:ENOTBLK (Results 1 - 25 of 54) sorted by relevance

123

/third_party/ltp/testcases/kernel/syscalls/quotactl/
H A Dquotactl09.c15 * - ENOTBLK when special is not a block device
71 {QCMD(Q_QUOTAON, USRQUOTA), &fmt_id, NULL, ENOTBLK, 0,
72 "ENOTBLK when special is not a block device"},
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()
H A Dquotactl06.c19 * - ENOTBLK when special is not a block device
107 {QCMD(Q_QUOTAON, USRQUOTA), &fmt_id, usrpath, ENOTBLK, 0,
108 "ENOTBLK when special is not a block device"},
154 if (tc->exp_err == ENOTBLK) { in verify_quotactl()
156 ENOTBLK, "quotactl()"); in verify_quotactl()
/third_party/rust/crates/nix/src/
H A Derrno.rs163 ENOTBLK => "Block device required",
1139 ENOTBLK = libc::ENOTBLK,
1284 libc::ENOTBLK => ENOTBLK,
1429 ENOTBLK = libc::ENOTBLK,
1547 libc::ENOTBLK => ENOTBLK,
1665 ENOTBLK
[all...]
/third_party/NuttX/fs/driver/
H A Dfs_findblockdriver.c53 * ENOTBLK - The inode associated with the pathname is not a block driver
78 ret = -ENOTBLK; in find_blockdriver()
H A Dfs_closeblockdriver.c48 * ENOTBLK - The vnode is not a block driver
80 ret = -ENOTBLK; in close_blockdriver()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Derrno.h16 #define ENOTBLK 15 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h16 #define ENOTBLK 15 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h16 #define ENOTBLK 15 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h15 #define ENOTBLK 15 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h16 #define ENOTBLK 15 macro
/third_party/lwip/src/include/lwip/
H A Derrno.h62 #define ENOTBLK 15 /* Block device required */ macro
/third_party/musl/arch/generic/bits/
H A Derrno.h15 #define ENOTBLK 15 macro
/third_party/musl/arch/mipsn32/bits/
H A Derrno.h15 #define ENOTBLK 15 macro
/third_party/musl/arch/mips/bits/
H A Derrno.h15 #define ENOTBLK 15 macro
/third_party/musl/arch/mips64/bits/
H A Derrno.h15 #define ENOTBLK 15 macro
/third_party/musl/arch/powerpc/bits/
H A Derrno.h15 #define ENOTBLK 15 macro
/third_party/musl/arch/powerpc64/bits/
H A Derrno.h15 #define ENOTBLK 15 macro
/third_party/ltp/lib/
H A Derrnos.h47 PAIR(ENOTBLK) in tst_strerrno()
/third_party/ltp/testcases/kernel/syscalls/mount/
H A Dmount02.c27 2) ENOTBLK if specialfile is not a block device
85 {&char_dev, &mntpoint, &fs_type, 0, ENOTBLK, NULL, NULL},
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Derrno.rs17 pub const ENOTBLK: u32 = 15; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Derrno.rs17 pub const ENOTBLK: u32 = 15; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Derrno.rs17 pub const ENOTBLK: u32 = 15; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Derrno.rs17 pub const ENOTBLK: u32 = 15; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Derrno.rs17 pub const ENOTBLK: u32 = 15; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Derrno.rs17 pub const ENOTBLK: u32 = 15; consts

Completed in 13 milliseconds

123