Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/asm-generic/
Derrno.h69 #define ESTRPIPE 86 /* Streams pipe error */ macro
/Linux-v5.4/tools/include/uapi/asm-generic/
Derrno.h69 #define ESTRPIPE 86 /* Streams pipe error */ macro
/Linux-v5.4/arch/sparc/include/uapi/asm/
Derrno.h67 #define ESTRPIPE 91 /* Streams pipe error */ macro
/Linux-v5.4/arch/parisc/include/uapi/asm/
Derrno.h63 #define ESTRPIPE 176 /* Streams pipe error */ macro
/Linux-v5.4/arch/alpha/include/uapi/asm/
Derrno.h110 #define ESTRPIPE 128 /* Streams pipe error */ macro
/Linux-v5.4/arch/mips/include/uapi/asm/
Derrno.h67 #define ESTRPIPE 92 /* Streams pipe error */ macro
/Linux-v5.4/tools/arch/mips/include/uapi/asm/
Derrno.h67 #define ESTRPIPE 92 /* Streams pipe error */ macro
/Linux-v5.4/tools/arch/alpha/include/uapi/asm/
Derrno.h110 #define ESTRPIPE 128 /* Streams pipe error */ macro
/Linux-v5.4/tools/arch/parisc/include/uapi/asm/
Derrno.h63 #define ESTRPIPE 176 /* Streams pipe error */ macro
/Linux-v5.4/tools/arch/sparc/include/uapi/asm/
Derrno.h67 #define ESTRPIPE 91 /* Streams pipe error */ macro
/Linux-v5.4/net/9p/
Derror.c93 {"Streams pipe error", ESTRPIPE},
/Linux-v5.4/Documentation/networking/
Dstrparser.txt112 -ESTRPIPE : current message should not be processed by the
122 -ESTRPIPE and the stream parser had previously read some bytes for
/Linux-v5.4/net/strparser/
Dstrparser.c235 if (len == -ESTRPIPE && stm->accum_len) { in __strp_recv()
/Linux-v5.4/sound/core/oss/
Dpcm_oss.c1225 if (ret != -EPIPE && ret != -ESTRPIPE) in snd_pcm_oss_write3()
1270 if (ret != -ESTRPIPE) in snd_pcm_oss_read3()
1295 if (ret != -EPIPE && ret != -ESTRPIPE) in snd_pcm_oss_writev3()
1328 if (ret != -EPIPE && ret != -ESTRPIPE) in snd_pcm_oss_readv3()
2171 if (err == -EPIPE || err == -ESTRPIPE || (! err && delay < 0)) { in snd_pcm_oss_get_ptr()
2248 if (err == -EPIPE || err == -ESTRPIPE || (! err && avail < 0)) { in snd_pcm_oss_get_space()
/Linux-v5.4/sound/core/
Dpcm_lib.c1870 err = -ESTRPIPE; in wait_for_avail()
2071 return -ESTRPIPE; in pcm_accessible_state()
Dpcm_native.c1906 result = -ESTRPIPE; in snd_pcm_drain()
2627 return -ESTRPIPE; in do_pcm_hwsync()