Searched defs:xdf_io_err (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdf.c608 xdf_io_err(buf_t *bp, int err, size_t resid) function
929 xdf_io_err(bp, geterror(bp), 0);
932 xdf_io_err(bp, EIO, bp->b_resid);
2720 xdf_io_err(bp, ENXIO, 0);
2730 xdf_io_err(bp, EROFS, 0);
2744 xdf_io_err(bp, ENXIO, 0);
2761 xdf_io_err(bp, EINVAL, 0);

Completed in 61 milliseconds