Searched refs:EPIPE (Results 1 – 15 of 15) sorted by relevance
25 // Just in case `yes` doesn't check for EPIPE...
35 #define EPIPE 32 /* Broken pipe */ macro
46 ERRNO_MSG(EPIPE, "Broken pipe"),
223 if (rc == -EPIPE) in do_usb_mass_storage()
86 if ex.errno != errno.EPIPE:
997 status = -EPIPE; in musb_h_ep0_irq()1138 status = -EPIPE; in musb_host_tx()1479 status = -EPIPE; in musb_host_rx()
94 - oeqa/utils/commands: fix usage of undefined EPIPE
121 if e.errno != errno.EAGAIN and e.errno != errno.EPIPE:
349 return -EPIPE; in usbback_xlat_status()
996 if e.errno == errno.EPIPE:
1346 if (ret < 0 && errno == EPIPE) { in nbd_client()
618 return -EPIPE; in dm_pci_hose_probe_bus()
1231 nuke(ep, -EPIPE); in handle_ep0()
666 return -EPIPE; in sleep_thread()
3798 +// generate a consistant EPIPE.3800 +// Sets ctx->flag_last if next dq would produce EPIPE (i.e. stream has stopped)3804 +// AVERROR(EPIPE) Nothing more to read3837 + return AVERROR(EPIPE);3859 + if (err == EPIPE)3899 + return AVERROR(EPIPE);4101 - if (errno != EPIPE)4123 + if (ret == AVERROR(EPIPE))