Lines Matching refs:EPIPE
12 * - if messages get overwritten, read() returns -EPIPE
88 else if (TST_ERR == EPIPE)
164 * EPIPE errors.
196 if (TST_RET == -1 && TST_ERR != EPIPE) {
336 * If this read fails with EPIPE, first message was overwritten and
356 if (TST_ERR == EPIPE)
392 tst_res(TINFO, "TEST: read returns EPIPE when messages get "
422 if (TST_RET == -1 && TST_ERR == EPIPE)
423 tst_res(TPASS, "read failed with EPIPE as expected");
433 tst_res(TPASS, "after EPIPE read returned next record");
443 if (TST_RET == -1 && TST_ERR != EPIPE)
446 if (TST_ERR == EPIPE)
470 * failed on read returning EPIPE - first message in buffer