Home
last modified time | relevance | path

Searched refs:reads (Results 1 – 25 of 77) sorted by relevance

1234

/illumos-gate/usr/src/cmd/stat/vmstat/
H A Dvmstat.c230 double reads, writes; in show_disk() local
237 reads = new->is_stats.reads - (old ? old->is_stats.reads : 0); in show_disk()
239 adjprintf(" %*.0f", 2, (reads + writes) / hr_etime * NANOSEC); in show_disk()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_stats.h287 (_isp_->stats.ks_io_data.reads++); \
319 (_isp_->stats.ks_io_data.reads++); \
/illumos-gate/usr/src/cmd/sa/
H A Dsar.c790 aio->kios.reads += dio->kios.reads in update_counters()
791 = nio->kios.reads - oio->kios.reads; in update_counters()
853 tps = (double)(xio[ii].kios.reads + xio[ii].kios.writes) / etime; in prt_d_opt()
/illumos-gate/usr/src/cmd/sendmail/src/
H A DREAD_ME40 collect.c The routine that actually reads the mail into a temp
66 readcf.c The routine that reads the configuration file and
/illumos-gate/usr/src/cmd/stat/common/
H A Dacquire_iodevs.c487 controller->is_stats.reads += disk->is_stats.reads; in collate_controller()
788 tgt->is_stats.reads += path->is_stats.reads; in update_target()
/illumos-gate/usr/src/cmd/loadkeys/type_6/
H A Dkbd_layouts28 # The /usr/bin/kbd (-s option) reads the file to get the keyboard layout
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdf.h290 kip->reads++; \
/illumos-gate/usr/src/uts/common/sys/
H A Dkstat.h599 uint_t reads; /* number of read operations */ member
/illumos-gate/usr/src/boot/
H A DREADME.loader30 the loader (see loader(8)) reads in the /boot/loader.rc
36 This reads the ficl (forth) initialization files, then
59 really have already worked for you). Start also reads in
H A DCOPYRIGHT112 Specifically, the provision reads:
/illumos-gate/usr/src/cmd/power/
H A Dsysstat.c282 delta += DISK_DELTA(reads); in check_disks()
283 if (DISK_DELTA(reads) > 0) { in check_disks()
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dmemcmp.S155 ldub [%o1], %g1 ! read a byte to align for word reads
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf_impl.h53 kip->reads++; \
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dmemcmp.S152 ldub [%o1], %g1 ! read a byte to align for word reads
/illumos-gate/usr/src/uts/intel/io/dktp/drvobj/
H A Dstrategy.c268 KSTAT_IO_PTR(dsnglp->ds_kstat)->reads++; in dsngl_deque()
403 KSTAT_IO_PTR(dmultp->ds_kstat)->reads++; in dmult_deque()
626 KSTAT_IO_PTR(duplxp->ds_kstat)->reads++; in duplx_deque()
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c4669 EHCI_TOTAL_STATS_DATA(ehcip)->reads++; in ehci_do_byte_stats()
4673 EHCI_CTRL_STATS(ehcip)->reads++; in ehci_do_byte_stats()
4677 EHCI_BULK_STATS(ehcip)->reads++; in ehci_do_byte_stats()
4681 EHCI_INTR_STATS(ehcip)->reads++; in ehci_do_byte_stats()
4685 EHCI_ISOC_STATS(ehcip)->reads++; in ehci_do_byte_stats()
/illumos-gate/usr/src/cmd/stat/iostat/
H A Diostat.c643 udeltas = u32_delta(old ? old->is_stats.reads : 0, in show_disk()
644 new->is_stats.reads); in show_disk()
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h1685 kip->reads++; \
1700 kip->reads++; \
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvdsk_common.h550 kip->reads++; \
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dlocore.S544 / elapses between reads. A reliable TSC can be read as often and as rapidly
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dinternals.texi130 8 bytes, then after reading it, it decrements again, reads, and so on,
263 get corrupted by the open/read (i.e. multiple opens and/or reads will be
/illumos-gate/usr/src/lib/libc/port/stdio/
H A DREADME.design155 By default, reads and writes on a stream, whether backed by a
167 Unlike reads, writes are much less centralized and each of the main
/illumos-gate/usr/src/lib/libcryptoutil/
H A DREADME205 also reads the PIN if the PKCS#11 URI specifies a passphrase dialog. The
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_queue.c381 ksio->reads++; in vdev_queue_pending_remove()
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c2420 UHCI_TOTAL_STATS_DATA(uhcip)->reads++; in uhci_do_byte_stats()
2424 UHCI_CTRL_STATS(uhcip)->reads++; in uhci_do_byte_stats()
2428 UHCI_BULK_STATS(uhcip)->reads++; in uhci_do_byte_stats()
2432 UHCI_INTR_STATS(uhcip)->reads++; in uhci_do_byte_stats()
2436 UHCI_ISOC_STATS(uhcip)->reads++; in uhci_do_byte_stats()

1234