Home
last modified time | relevance | path

Searched refs:errstate (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/io/
H A Dbofi.c918 struct bofi_errstate errstate; in bofi_ioctl() local
1233 errstate.fail_time = errstate_32.fail_time; in bofi_ioctl()
1234 errstate.msg_time = errstate_32.msg_time; in bofi_ioctl()
1235 errstate.access_count = errstate_32.access_count; in bofi_ioctl()
1236 errstate.fail_count = errstate_32.fail_count; in bofi_ioctl()
1237 errstate.acc_chk = errstate_32.acc_chk; in bofi_ioctl()
1238 errstate.errmsg_count = errstate_32.errmsg_count; in bofi_ioctl()
1239 (void) strncpy(errstate.buffer, errstate_32.buffer, in bofi_ioctl()
1241 errstate.severity = errstate_32.severity; in bofi_ioctl()
1242 errstate.log.logsize = errstate_32.log.logsize; in bofi_ioctl()
[all …]
/titanic_44/usr/src/cmd/th_tools/
H A Dth_define.c1233 struct bofi_errstate *errstate, in add_edef() argument
1253 errdef->log.logsize = errstate->log.logsize = in add_edef()
1256 errdef->log.logsize = errstate->log.logsize = 0; in add_edef()
1258 errdef->log.logbase = errstate->log.logbase = in add_edef()
1281 errstate->errdef_handle = errdef->errdef_handle; in add_edef()
1287 struct bofi_errstate *errstate, in collect_state() argument
1292 size_t ls = errstate->log.logsize; in collect_state()
1298 errstate->log.logsize = 0; /* only copy the driver log once */ in collect_state()
1301 errstate->log.logsize); in collect_state()
1304 if (ioctl(fd, cmd, errstate) == -1 && errno != EINTR) { in collect_state()
[all …]
/titanic_44/usr/src/uts/common/sys/
H A Dbofi_impl.h40 struct bofi_errstate errstate; member
/titanic_44/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h1218 }errstate; typedef
1223 errstate ei_error_type;
/titanic_44/usr/src/uts/common/io/scsi/targets/
H A Dst.c543 static errstate st_handle_incomplete(struct scsi_tape *un, struct buf *bp);
545 static errstate st_check_error(struct scsi_tape *un, struct scsi_pkt *pkt);
546 static errstate st_handle_sense(struct scsi_tape *un, struct buf *bp,
548 static errstate st_handle_autosense(struct scsi_tape *un, struct buf *bp,
554 static errstate st_decode_sense(struct scsi_tape *un, struct buf *bp, int amt,
623 static errstate st_command_recovery(struct scsi_tape *un, struct scsi_pkt *pkt,
624 errstate onentry);
640 static errstate st_recover_reissue_pkt(struct scsi_tape *us,
9597 errstate action = COMMAND_DONE; in st_intr()
9943 static errstate
[all …]