/third_party/alsa-lib/include/ |
D | type_compat.h | 28 #ifndef ESTRPIPE 29 #define ESTRPIPE EPIPE macro
|
/third_party/alsa-lib/test/ |
D | pcm.c | 231 } 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/ |
D | errno.h | 86 #define ESTRPIPE 86 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | errno.h | 87 #define ESTRPIPE 86 macro
|
/third_party/musl/arch/mips64/bits/ |
D | errno.h | 84 #define ESTRPIPE 92 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | errno.h | 86 #define ESTRPIPE 86 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | errno.h | 86 #define ESTRPIPE 86 macro
|
/third_party/musl/arch/generic/bits/ |
D | errno.h | 86 #define ESTRPIPE 86 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | errno.h | 87 #define ESTRPIPE 86 macro
|
/third_party/lwip/src/include/lwip/ |
D | errno.h | 137 #define ESTRPIPE 86 /* Streams pipe error */ macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | errno.h | 87 #define ESTRPIPE 86 macro
|
/third_party/musl/arch/mips/bits/ |
D | errno.h | 84 #define ESTRPIPE 92 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | errno.h | 84 #define ESTRPIPE 92 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | errno.h | 87 #define ESTRPIPE 86 macro
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | redox.txt | 90 ESTRPIPE
|
/third_party/ltp/lib/ |
D | errnos.h | 119 PAIR(ESTRPIPE) in tst_strerrno()
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
D | errno.rs | 86 pub const ESTRPIPE: u32 = 92; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
D | errno.rs | 88 pub const ESTRPIPE: u32 = 86; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | errno.rs | 86 pub const ESTRPIPE: u32 = 92; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
D | errno.rs | 93 pub const ESTRPIPE: u32 = 91; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | errno.rs | 88 pub const ESTRPIPE: u32 = 86; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | errno.rs | 88 pub const ESTRPIPE: u32 = 86; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | errno.rs | 88 pub const ESTRPIPE: u32 = 86; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | errno.rs | 88 pub const ESTRPIPE: u32 = 86; constant
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | errno.rs | 88 pub const ESTRPIPE: u32 = 86; constant
|