Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/asm-generic/
Derrno.h68 #define ESTRPIPE 86 /* Streams pipe error */ macro
/linux-4.1.27/arch/sparc/include/uapi/asm/
Derrno.h66 #define ESTRPIPE 91 /* Streams pipe error */ macro
/linux-4.1.27/arch/parisc/include/uapi/asm/
Derrno.h62 #define ESTRPIPE 176 /* Streams pipe error */ macro
/linux-4.1.27/arch/alpha/include/uapi/asm/
Derrno.h109 #define ESTRPIPE 128 /* Streams pipe error */ macro
/linux-4.1.27/arch/mips/include/uapi/asm/
Derrno.h66 #define ESTRPIPE 92 /* Streams pipe error */ macro
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Derrno.c127 [ESTRPIPE] = LUSTRE_ESTRPIPE,
273 [LUSTRE_ESTRPIPE] = ESTRPIPE,
/linux-4.1.27/net/9p/
Derror.c108 {"Streams pipe error", ESTRPIPE},
/linux-4.1.27/sound/core/
Dpcm_lib.c1955 err = -ESTRPIPE; in wait_for_avail()
2037 err = -ESTRPIPE; in snd_pcm_lib_write1()
2083 err = -ESTRPIPE; in snd_pcm_lib_write1()
2262 err = -ESTRPIPE; in snd_pcm_lib_read1()
2315 err = -ESTRPIPE; in snd_pcm_lib_read1()
Dpcm_native.c1744 result = -ESTRPIPE; in snd_pcm_drain()
2456 ret = -ESTRPIPE; in snd_pcm_playback_rewind()
2504 ret = -ESTRPIPE; in snd_pcm_capture_rewind()
2553 ret = -ESTRPIPE; in snd_pcm_playback_forward()
2602 ret = -ESTRPIPE; in snd_pcm_capture_forward()
/linux-4.1.27/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()