Home
last modified time | relevance | path

Searched refs:ETXTBSY (Results 1 - 25 of 65) sorted by relevance

123

/third_party/rust/crates/nix/src/
H A Derrno.rs174 ETXTBSY => "Text file busy",
1150 ETXTBSY = libc::ETXTBSY,
1295 libc::ETXTBSY => ETXTBSY,
1440 ETXTBSY = libc::ETXTBSY,
1558 libc::ETXTBSY => ETXTBSY,
1676 ETXTBSY
[all...]
/third_party/ltp/testcases/kernel/syscalls/creat/
H A Dcreat07.c8 * Testcase to check creat(2) sets ETXTBSY correctly.
41 if (TST_ERR == ETXTBSY) in verify_creat()
/third_party/libuv/include/uv/
H A Derrno.h365 #if defined(ETXTBSY) && !defined(_WIN32)
366 # define UV__ETXTBSY UV__ERR(ETXTBSY)
/third_party/node/deps/uv/include/uv/
H A Derrno.h365 #if defined(ETXTBSY) && !defined(_WIN32)
366 # define UV__ETXTBSY UV__ERR(ETXTBSY)
/third_party/ltp/testcases/kernel/syscalls/execve/
H A Dexecve04.c13 * writing fails with ETXTBSY.
47 if (TST_ERR != ETXTBSY) in verify_execve()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Derrno.h27 #define ETXTBSY 26 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h27 #define ETXTBSY 26 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h27 #define ETXTBSY 26 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h26 #define ETXTBSY 26 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h27 #define ETXTBSY 26 macro
/third_party/lwip/src/include/lwip/
H A Derrno.h73 #define ETXTBSY 26 /* Text file busy */ macro
/third_party/musl/arch/generic/bits/
H A Derrno.h26 #define ETXTBSY 26 macro
/third_party/musl/arch/mipsn32/bits/
H A Derrno.h26 #define ETXTBSY 26 macro
/third_party/musl/arch/mips/bits/
H A Derrno.h26 #define ETXTBSY 26 macro
/third_party/musl/arch/mips64/bits/
H A Derrno.h26 #define ETXTBSY 26 macro
/third_party/musl/arch/powerpc/bits/
H A Derrno.h26 #define ETXTBSY 26 macro
/third_party/musl/arch/powerpc64/bits/
H A Derrno.h26 #define ETXTBSY 26 macro
/third_party/ltp/testcases/kernel/syscalls/finit_module/
H A Dfinit_module02.c75 {"file-readwrite", &fd, "", O_RDWR | O_CLOEXEC, 0, 0, ETXTBSY, 0,
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D3-1-buildonly.c96 static int dummy77 = ETXTBSY;
/third_party/musl/libc-test/src/api/
H A Derrno.c85 C(ETXTBSY) in f()
/third_party/ltp/lib/
H A Derrnos.h58 PAIR(ETXTBSY) in tst_strerrno()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Derrno.rs28 pub const ETXTBSY: u32 = 26; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Derrno.rs28 pub const ETXTBSY: u32 = 26; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Derrno.rs28 pub const ETXTBSY: u32 = 26; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Derrno.rs28 pub const ETXTBSY: u32 = 26; consts

Completed in 16 milliseconds

123