Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/pms/freebsd/driver/common/
H A Dlxencrypt.c727 ag_encrypt_ioerr_t *ioerr, *tmp; in agtiapi_CleanupEncryptionPools() local
751 list_del_init(&ioerr->list); in agtiapi_CleanupEncryptionPools()
752 mempool_free(ioerr, pCard->ioerr_mempool); in agtiapi_CleanupEncryptionPools()
939 ag_encrypt_ioerr_t *ioerr, *tmp; in agtiapi_EncryptionIoctl() local
960 memcpy(&perr->error[i], &ioerr->ioerr, sizeof(IoctlEncryptIOError_t)); in agtiapi_EncryptionIoctl()
961 list_del_init(&ioerr->list); in agtiapi_EncryptionIoctl()
1127 perr->ioerr.error_id = cmd->serial_number; in agtiapi_HandleEncryptedIOFailure()
1130 perr->ioerr.channel = cmd->device->channel; in agtiapi_HandleEncryptedIOFailure()
1131 perr->ioerr.device = cmd->device->id; in agtiapi_HandleEncryptedIOFailure()
1132 perr->ioerr.lun = cmd->device->lun; in agtiapi_HandleEncryptedIOFailure()
[all …]
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dbptree.c191 boolean_t ioerr = B_FALSE; in bptree_iterate() local
257 ioerr = B_TRUE; in bptree_iterate()
261 } else if (ioerr) { in bptree_iterate()
274 if (!ioerr) { in bptree_iterate()
284 ASSERT(!free || err != 0 || ioerr || in bptree_iterate()
/freebsd-14.2/stand/common/
H A Dload_elf_obj.c188 goto ioerr; in __elfN()
198 ioerr: in __elfN()
H A Dload_elf.c486 goto ioerr; in __elfN()
502 ioerr: in __elfN()
/freebsd-14.2/contrib/nvi/ex/
H A Dex_argv.c784 goto ioerr; in argv_sexp()
786 ioerr: msgq_str(sp, M_ERR, sh, "119|I/O error: %s"); in argv_sexp()
/freebsd-14.2/contrib/sendmail/src/
H A Ddeliver.c5794 bool ioerr = false; local
6244 ioerr = true;
6278 ioerr = true;
6282 return !dead && !ioerr;
/freebsd-14.2/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c5887 int ioerr = zio->io_error; in zdb_blkptr_done() local
5895 if (ioerr && !(zio->io_flags & ZIO_FLAG_SPECULATIVE)) { in zdb_blkptr_done()
5899 zcb->zcb_errors[ioerr]++; in zdb_blkptr_done()
5909 ioerr, in zdb_blkptr_done()