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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dbptree.c190 boolean_t ioerr = B_FALSE; local
255 ioerr = B_TRUE;
259 } else if (ioerr) {
272 if (!ioerr) {
282 ASSERT(!free || err != 0 || ioerr ||
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dload_elf_obj.c162 goto ioerr;
172 ioerr:
H A Dload_elf.c269 goto ioerr;
279 ioerr:
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddeliver.c4568 bool ioerr = false; local
5018 ioerr = true;
5052 ioerr = true;
5056 return !dead && !ioerr;
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c2392 int ioerr = zio->io_error; local
2402 if (ioerr && !(zio->io_flags & ZIO_FLAG_SPECULATIVE)) {
2406 zcb->zcb_errors[ioerr]++;
2416 ioerr,
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c16230 int ioerr; local
16259 ioerr = geterror(bp);
16260 if (ioerr != 0) {
16261 bioerror(orig_bp, ioerr);

Completed in 134 milliseconds