Searched refs:IOSP (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c252 #define IOSP KSTAT_IO_PTR(un->un_stats) macro
260 kstat_function(IOSP); \
2608 IOSP->reads++;
2609 IOSP->nread += n_done;
2611 IOSP->writes++;
2612 IOSP->nwritten += n_done;
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c46 #define IOSP KSTAT_IO_PTR(un->un_stats) macro
54 kstat_function(IOSP); \
6848 IOSP->reads++;
6849 IOSP->nread += n_done;
6851 IOSP->writes++;
6852 IOSP->nwritten += n_done;

Completed in 97 milliseconds