Searched refs:ESTRPIPE (Results 1 – 13 of 13) sorted by relevance
446 #ifdef ESTRPIPE in errno2name()447 CASE(ESTRPIPE); in errno2name()
68 #define ESTRPIPE 86 /* Streams pipe error */ macro
66 #define ESTRPIPE 92 /* Streams pipe error */ macro
93 #define ESTRPIPE 86 /* Streams pipe error */ macro
166 #define ESTRPIPE 86 /* Streams pipe error */ macro
119 PAIR(ESTRPIPE) in tst_strerrno()
497 #ifdef ESTRPIPE498 { "ESTRPIPE", (unsigned long) ESTRPIPE },
129 ERROR_ENTRY(ESTRPIPE), // Streams pipe error
1924 if ((error == -EPIPE || error == -ESTRPIPE) && // Buf underrun/overrun. in ErrorRecovery()1939 if ((error == -EPIPE || error == -ESTRPIPE) && // Buf underrun/overrun. in ErrorRecovery()
1210 return -ESTRPIPE; in pcm_wait()
989 …ECLASH:137,EILSEQ:138,EOVERFLOW:139,ECANCELED:140,ENOTRECOVERABLE:141,EOWNERDEAD:142,ESTRPIPE:143}; property