/third_party/ltp/testcases/kernel/syscalls/quotactl/ |
H A D | quotactl09.c | 15 * - 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 D | quotactl06.c | 19 * - 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 D | errno.rs | 163 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 D | fs_findblockdriver.c | 53 * ENOTBLK - The inode associated with the pathname is not a block driver 78 ret = -ENOTBLK; in find_blockdriver()
|
H A D | fs_closeblockdriver.c | 48 * 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 D | errno.h | 16 #define ENOTBLK 15 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | errno.h | 16 #define ENOTBLK 15 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | errno.h | 16 #define ENOTBLK 15 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | errno.h | 15 #define ENOTBLK 15 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | errno.h | 16 #define ENOTBLK 15 macro
|
/third_party/lwip/src/include/lwip/ |
H A D | errno.h | 62 #define ENOTBLK 15 /* Block device required */ macro
|
/third_party/musl/arch/generic/bits/ |
H A D | errno.h | 15 #define ENOTBLK 15 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | errno.h | 15 #define ENOTBLK 15 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | errno.h | 15 #define ENOTBLK 15 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | errno.h | 15 #define ENOTBLK 15 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | errno.h | 15 #define ENOTBLK 15 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | errno.h | 15 #define ENOTBLK 15 macro
|
/third_party/ltp/lib/ |
H A D | errnos.h | 47 PAIR(ENOTBLK) in tst_strerrno()
|
/third_party/ltp/testcases/kernel/syscalls/mount/ |
H A D | mount02.c | 27 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 D | errno.rs | 17 pub const ENOTBLK: u32 = 15; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | errno.rs | 17 pub const ENOTBLK: u32 = 15; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | errno.rs | 17 pub const ENOTBLK: u32 = 15; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | errno.rs | 17 pub const ENOTBLK: u32 = 15; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | errno.rs | 17 pub const ENOTBLK: u32 = 15; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | errno.rs | 17 pub const ENOTBLK: u32 = 15; consts
|