| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | errno.h | 69 #define ESTRPIPE 86 /* Streams pipe error */ macro
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | errno.h | 69 #define ESTRPIPE 86 /* Streams pipe error */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | errno.h | 69 #define ESTRPIPE 86 /* Streams pipe error */ macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/ |
| H A D | errno.h | 69 #define ESTRPIPE 86 /* Streams pipe error */ macro
|
| /OK3568_Linux_fs/kernel/tools/arch/sparc/include/uapi/asm/ |
| H A D | errno.h | 67 #define ESTRPIPE 91 /* Streams pipe error */ macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | errno.h | 110 #define ESTRPIPE 128 /* Streams pipe error */ macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | errno.h | 67 #define ESTRPIPE 91 /* Streams pipe error */ macro
|
| /OK3568_Linux_fs/kernel/tools/arch/parisc/include/uapi/asm/ |
| H A D | errno.h | 63 #define ESTRPIPE 176 /* Streams pipe error */ macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | errno.h | 67 #define ESTRPIPE 92 /* Streams pipe error */ macro
|
| /OK3568_Linux_fs/kernel/tools/arch/alpha/include/uapi/asm/ |
| H A D | errno.h | 110 #define ESTRPIPE 128 /* Streams pipe error */ macro
|
| /OK3568_Linux_fs/kernel/tools/arch/mips/include/uapi/asm/ |
| H A D | errno.h | 67 #define ESTRPIPE 92 /* Streams pipe error */ macro
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | errno.h | 63 #define ESTRPIPE 176 /* Streams pipe error */ macro
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | errno.h | 94 #define ESTRPIPE 86 /* Streams pipe error */ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/sys/ |
| H A D | errno.h | 183 #define ESTRPIPE 143 /* Streams pipe error */ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/sys/ |
| H A D | errno.h | 183 #define ESTRPIPE 143 /* Streams pipe error */ macro
|
| /OK3568_Linux_fs/kernel/net/9p/ |
| H A D | error.c | 93 {"Streams pipe error", ESTRPIPE},
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | errno_str.c | 100 ERRNO_MSG(ESTRPIPE, "Streams pipe error"),
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | errname.c | 158 E(ESTRPIPE),
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | strparser.rst | 135 -ESTRPIPE current message should not be processed by the 146 -ESTRPIPE and the stream parser had previously read some bytes for
|
| /OK3568_Linux_fs/kernel/sound/core/oss/ |
| H A D | pcm_oss.c | 1247 if (ret != -EPIPE && ret != -ESTRPIPE) in snd_pcm_oss_write3() 1294 if (ret != -ESTRPIPE) in snd_pcm_oss_read3() 1319 if (ret != -EPIPE && ret != -ESTRPIPE) in snd_pcm_oss_writev3() 1352 if (ret != -EPIPE && ret != -ESTRPIPE) in snd_pcm_oss_readv3() 2200 if (err == -EPIPE || err == -ESTRPIPE || (! err && delay < 0)) { in snd_pcm_oss_get_ptr() 2277 if (err == -EPIPE || err == -ESTRPIPE || (! err && avail < 0)) { in snd_pcm_oss_get_space()
|
| /OK3568_Linux_fs/kernel/net/strparser/ |
| H A D | strparser.c | 227 if (len == -ESTRPIPE && stm->accum_len) { in __strp_recv()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | alsa.c | 171 else if (err != -ESTRPIPE) in recover()
|
| /OK3568_Linux_fs/external/rk_pcba_test/tinyalsa/ |
| H A D | pcm.c | 927 return -ESTRPIPE; in pcm_wait()
|
| /OK3568_Linux_fs/kernel/sound/core/ |
| H A D | pcm_lib.c | 1882 err = -ESTRPIPE; in wait_for_avail() 2083 return -ESTRPIPE; in pcm_accessible_state()
|
| H A D | pcm_native.c | 2164 result = -ESTRPIPE; in snd_pcm_drain() 2892 return -ESTRPIPE; in do_pcm_hwsync()
|