Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/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.py333 except EnvironmentError as ioerror:
335 if ioerror.args[0] == 4:
H A Dtaskexp.py322 except EnvironmentError as ioerror:
324 if ioerror.args[0] == 4:
H A Dteamcity.py374 except EnvironmentError as ioerror:
376 if ioerror.args[0] == 4:
H A Dknotty.py844 except EnvironmentError as ioerror:
847 if ioerror.args[0] == 4:
849 sys.stderr.write(str(ioerror))
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_log.c2667 bool *ioerror) in xlog_state_iodone_process_iclog() argument
2686 *ioerror = true; in xlog_state_iodone_process_iclog()
2755 bool ioerror; in xlog_state_do_callback() local
2772 ioerror = false; in xlog_state_do_callback()
2777 &ioerror)) in xlog_state_do_callback()
2806 } while (!ioerror && cycled_icloglock); in xlog_state_do_callback()