Searched refs:io_err (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dio.h40 void io_err(const char *buf);
H A Dio.c47 io_err(const char *buf) function
H A Dout.c231 io_err(Outbuf);
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dio.c49 io_err(const char *buf) function
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_vn.c3376 int io_err = 0; local
3500 io_err = VOP_PAGEIO(vp, io_pplist, io_off, io_len,
3502 if (io_err) {
3505 if (io_err == EDEADLK) {
3568 io_err = VOP_PAGEIO(vp, io_pplist, io_off, io_len,
3570 if (io_err) {
3572 if (io_err == EDEADLK) {
3766 if (io_err) {
H A Dvm_anon.c2187 goto io_err;
2319 io_err:

Completed in 985 milliseconds