Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/pms/freebsd/driver/common/
H A Dlxencrypt.c728 ag_encrypt_ioerr_t *ioerr, *tmp; in agtiapi_CleanupEncryptionPools() local
752 list_del_init(&ioerr->list); in agtiapi_CleanupEncryptionPools()
753 mempool_free(ioerr, pCard->ioerr_mempool); in agtiapi_CleanupEncryptionPools()
940 ag_encrypt_ioerr_t *ioerr, *tmp; in agtiapi_EncryptionIoctl() local
961 memcpy(&perr->error[i], &ioerr->ioerr, sizeof(IoctlEncryptIOError_t)); in agtiapi_EncryptionIoctl()
962 list_del_init(&ioerr->list); in agtiapi_EncryptionIoctl()
1128 perr->ioerr.error_id = cmd->serial_number; in agtiapi_HandleEncryptedIOFailure()
1131 perr->ioerr.channel = cmd->device->channel; in agtiapi_HandleEncryptedIOFailure()
1132 perr->ioerr.device = cmd->device->id; in agtiapi_HandleEncryptedIOFailure()
1133 perr->ioerr.lun = cmd->device->lun; in agtiapi_HandleEncryptedIOFailure()
[all …]
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dbptree.c190 boolean_t ioerr = B_FALSE; in bptree_iterate() local
255 ioerr = B_TRUE; in bptree_iterate()
259 } else if (ioerr) { in bptree_iterate()
272 if (!ioerr) { in bptree_iterate()
282 ASSERT(!free || err != 0 || ioerr || in bptree_iterate()
/freebsd-12.1/stand/common/
H A Dload_elf_obj.c169 goto ioerr; in __elfN()
179 ioerr: in __elfN()
H A Dload_elf.c401 goto ioerr; in __elfN()
411 ioerr: in __elfN()
/freebsd-12.1/contrib/nvi/ex/
H A Dex_argv.c780 goto ioerr; in argv_sexp()
782 ioerr: msgq_str(sp, M_ERR, sh, "119|I/O error: %s"); in argv_sexp()
/freebsd-12.1/contrib/sendmail/src/
H A Ddeliver.c4631 bool ioerr = false; local
5081 ioerr = true;
5115 ioerr = true;
5119 return !dead && !ioerr;
/freebsd-12.1/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c2896 int ioerr = zio->io_error; in zdb_blkptr_done() local
2907 if (ioerr && !(zio->io_flags & ZIO_FLAG_SPECULATIVE)) { in zdb_blkptr_done()
2911 zcb->zcb_errors[ioerr]++; in zdb_blkptr_done()
2921 ioerr, in zdb_blkptr_done()