Home
last modified time | relevance | path

Searched refs:ioerror (Results 1 – 7 of 7) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtoasterui.py435 except EnvironmentError as ioerror:
436 logger.warning("EnvironmentError: %s" % ioerror)
438 if ioerror.args[0] == 4: # errno 4 is EINTR
439 logger.warning("Skipped EINTR: %s" % ioerror)
H A Dncurses.py336 except EnvironmentError as ioerror:
338 if ioerror.args[0] == 4:
H A Dtaskexp.py322 except EnvironmentError as ioerror:
324 if ioerror.args[0] == 4:
H A Dteamcity.py369 except EnvironmentError as ioerror:
371 if ioerror.args[0] == 4:
H A Dknotty.py903 except EnvironmentError as ioerror:
906 if ioerror.args[0] == 4:
908 sys.stderr.write(str(ioerror))
H A Dtaskexp_ncurses.py1098 except EnvironmentError as ioerror:
1100 if ioerror.args[0] == 4:
/openbmc/linux/include/linux/
H A Dblk-mq.h848 struct io_comp_batch *iob, int ioerror, in blk_mq_add_to_batch() argument
855 if (!iob || (req->rq_flags & RQF_SCHED_TAGS) || ioerror || in blk_mq_add_to_batch()