Home
last modified time | relevance | path

Searched refs:ESTRPIPE (Results 1 – 25 of 94) sorted by relevance

1234

/third_party/alsa-lib/include/
Dtype_compat.h28 #ifndef ESTRPIPE
29 #define ESTRPIPE EPIPE macro
/third_party/alsa-lib/test/
Dpcm.c231 } else if (err == -ESTRPIPE) { in xrun_recovery()
327 err = snd_pcm_state(handle) == SND_PCM_STATE_XRUN ? -EPIPE : -ESTRPIPE; in write_and_poll_loop()
365 err = snd_pcm_state(handle) == SND_PCM_STATE_XRUN ? -EPIPE : -ESTRPIPE; in write_and_poll_loop()
482 err = xrun_recovery(handle, -ESTRPIPE); in async_direct_callback()
615 err = xrun_recovery(handle, -ESTRPIPE); in direct_loop()
/third_party/musl/arch/powerpc64/bits/
Derrno.h86 #define ESTRPIPE 86 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h87 #define ESTRPIPE 86 macro
/third_party/musl/arch/mips64/bits/
Derrno.h84 #define ESTRPIPE 92 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h86 #define ESTRPIPE 86 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h86 #define ESTRPIPE 86 macro
/third_party/musl/arch/generic/bits/
Derrno.h86 #define ESTRPIPE 86 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h87 #define ESTRPIPE 86 macro
/third_party/lwip/src/include/lwip/
Derrno.h137 #define ESTRPIPE 86 /* Streams pipe error */ macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h87 #define ESTRPIPE 86 macro
/third_party/musl/arch/mips/bits/
Derrno.h84 #define ESTRPIPE 92 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h84 #define ESTRPIPE 92 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h87 #define ESTRPIPE 86 macro
/third_party/rust/crates/libc/libc-test/semver/
Dredox.txt90 ESTRPIPE
/third_party/ltp/lib/
Derrnos.h119 PAIR(ESTRPIPE) in tst_strerrno()
/third_party/rust/crates/linux-raw-sys/src/mips/
Derrno.rs86 pub const ESTRPIPE: u32 = 92; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc/
Derrno.rs88 pub const ESTRPIPE: u32 = 86; constant
/third_party/rust/crates/linux-raw-sys/src/mips64/
Derrno.rs86 pub const ESTRPIPE: u32 = 92; constant
/third_party/rust/crates/linux-raw-sys/src/sparc64/
Derrno.rs93 pub const ESTRPIPE: u32 = 91; constant
/third_party/rust/crates/linux-raw-sys/src/s390x/
Derrno.rs88 pub const ESTRPIPE: u32 = 86; constant
/third_party/rust/crates/linux-raw-sys/src/x86/
Derrno.rs88 pub const ESTRPIPE: u32 = 86; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Derrno.rs88 pub const ESTRPIPE: u32 = 86; constant
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Derrno.rs88 pub const ESTRPIPE: u32 = 86; constant
/third_party/rust/crates/linux-raw-sys/src/arm/
Derrno.rs88 pub const ESTRPIPE: u32 = 86; constant

1234