Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/asm-generic/
Derrno.h68 #define ESTRPIPE 86 /* Streams pipe error */ macro
/linux-4.4.14/arch/mips/include/uapi/asm/
Derrno.h66 #define ESTRPIPE 92 /* Streams pipe error */ macro
/linux-4.4.14/arch/sparc/include/uapi/asm/
Derrno.h66 #define ESTRPIPE 91 /* Streams pipe error */ macro
/linux-4.4.14/arch/alpha/include/uapi/asm/
Derrno.h109 #define ESTRPIPE 128 /* Streams pipe error */ macro
/linux-4.4.14/arch/parisc/include/uapi/asm/
Derrno.h62 #define ESTRPIPE 176 /* Streams pipe error */ macro
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Derrno.c127 [ESTRPIPE] = LUSTRE_ESTRPIPE,
273 [LUSTRE_ESTRPIPE] = ESTRPIPE,
/linux-4.4.14/net/9p/
Derror.c108 {"Streams pipe error", ESTRPIPE},
/linux-4.4.14/sound/core/
Dpcm_lib.c1953 err = -ESTRPIPE; in wait_for_avail()
2035 err = -ESTRPIPE; in snd_pcm_lib_write1()
2081 err = -ESTRPIPE; in snd_pcm_lib_write1()
2260 err = -ESTRPIPE; in snd_pcm_lib_read1()
2313 err = -ESTRPIPE; in snd_pcm_lib_read1()
Dpcm_native.c1741 result = -ESTRPIPE; in snd_pcm_drain()
2454 ret = -ESTRPIPE; in snd_pcm_playback_rewind()
2502 ret = -ESTRPIPE; in snd_pcm_capture_rewind()
2551 ret = -ESTRPIPE; in snd_pcm_playback_forward()
2600 ret = -ESTRPIPE; in snd_pcm_capture_forward()
/linux-4.4.14/sound/core/oss/
Dpcm_oss.c1201 if (ret != -EPIPE && ret != -ESTRPIPE) in snd_pcm_oss_write3()
1252 if (ret != -ESTRPIPE) in snd_pcm_oss_read3()
1283 if (ret != -EPIPE && ret != -ESTRPIPE) in snd_pcm_oss_writev3()
1323 if (ret != -EPIPE && ret != -ESTRPIPE) in snd_pcm_oss_readv3()
2109 if (err == -EPIPE || err == -ESTRPIPE || (! err && delay < 0)) { in snd_pcm_oss_get_ptr()
2186 if (err == -EPIPE || err == -ESTRPIPE || (! err && avail < 0)) { in snd_pcm_oss_get_space()