Home
last modified time | relevance | path

Searched refs:un_kbytes_xferred (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h1002 uint_t un_kbytes_xferred; /* bytes (in K) counter */ member
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c2973 un->un_kbytes_xferred = 0; in st_tape_init()
11589 un->un_kbytes_xferred += (count / ONE_K); in st_calc_bnum()
11598 un->un_kbytes_xferred += (nblks * un->un_bsize) / ONE_K; in st_calc_bnum()
12453 if ((amt >= 19) && un->un_kbytes_xferred) { in st_report_exabyte_soft_errors()
12461 if (un->un_kbytes_xferred < (EXABYTE_MIN_TRANSFER/ONE_K)) { in st_report_exabyte_soft_errors()
12469 error_rate = (count * 100)/un->un_kbytes_xferred; in st_report_exabyte_soft_errors()
12479 un->un_kbytes_xferred); in st_report_exabyte_soft_errors()
12586 if ((amt >= MIN_LOG_SENSE_LENGTH) && un->un_kbytes_xferred) { in st_report_dat_soft_errors()