Home
last modified time | relevance | path

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

1234

/titanic_44/usr/src/cmd/avs/dsstat/
H A Dreport.c165 rd_cnt = (double)u32_delta(pre->reads, cur->reads); in io_report()
257 if (u32_delta(pre->reads, cur->reads)) in io_value_check()
/titanic_44/usr/src/cmd/stat/vmstat/
H A Dvmstat.c226 double reads, writes; in show_disk() local
236 reads = new->is_stats.reads - (old ? old->is_stats.reads : 0); in show_disk()
238 adjprintf(" %*.0f", 2, (reads + writes) / hr_etime * NANOSEC); in show_disk()
/titanic_44/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++); \
/titanic_44/usr/src/cmd/ssh/doc/
H A DOVERVIEW89 reads Passwords/passphrases using code in readpass.c. It reads
96 and reads configuration (readconf.c), then calls ssh_connect (in
133 configuration file (servconf.c). It then reads the host key,
/titanic_44/usr/src/lib/libshell/common/scripts/
H A Dxmldocumenttree1.sh274 which reads a XML input file, converts it into an internal
/titanic_44/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()
/titanic_44/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
/titanic_44/usr/src/cmd/loadkeys/type_6/
H A Dkbd_layouts28 # The /usr/bin/kbd (-s option) reads the file to get the keyboard layout
/titanic_44/usr/src/cmd/stat/common/
H A Dacquire_iodevs.c487 controller->is_stats.reads += disk->is_stats.reads; in collate_controller()
789 tgt->is_stats.reads += path->is_stats.reads; in update_target()
/titanic_44/usr/src/uts/common/io/warlock/
H A Dwc.wlcmd55 # The devfs part of virtual console only reads these three variables,
/titanic_44/usr/src/uts/sun4u/starcat/io/
H A Dschpc.c4202 int reg, reads = 0; in schpc_save_entry() local
4206 while (reads < save_reg_list[list_entry].number) { in schpc_save_entry()
4215 (reads * sizeof (uint64_t)))); in schpc_save_entry()
4220 (reads * sizeof (uint64_t)), in schpc_save_entry()
4233 (reads * sizeof (uint32_t)))); in schpc_save_entry()
4239 (reads * sizeof (uint32_t)), in schpc_save_entry()
4252 (reads * sizeof (uint16_t)))); in schpc_save_entry()
4258 (reads * sizeof (uint16_t)), in schpc_save_entry()
4271 (reads * sizeof (uint8_t)))); in schpc_save_entry()
4277 (reads * sizeof (uint8_t)), in schpc_save_entry()
[all …]
/titanic_44/usr/src/uts/common/xen/io/
H A Dxdf.h285 kip->reads++; \
/titanic_44/usr/src/uts/common/sys/
H A Dkstat.h599 uint_t reads; /* number of read operations */ member
/titanic_44/usr/src/cmd/power/
H A Dsysstat.c283 delta += DISK_DELTA(reads); in check_disks()
284 if (DISK_DELTA(reads) > 0) { in check_disks()
/titanic_44/usr/src/uts/common/io/comstar/stmf/
H A Dstmf_impl.h51 kip->reads++; \
/titanic_44/usr/src/lib/libc/sparc/gen/
H A Dmemcmp.s155 ldub [%o1], %g1 ! read a byte to align for word reads
/titanic_44/usr/src/lib/libc/sparcv9/gen/
H A Dmemcmp.s152 ldub [%o1], %g1 ! read a byte to align for word reads
/titanic_44/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bcache.h882 KSTAT_IO_PTR(sdbc_cd_io_kstats[(cd)])->reads++;\
886 KSTAT_IO_PTR(sdbc_global_io_kstat)->reads++;\
/titanic_44/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()
/titanic_44/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c4647 EHCI_TOTAL_STATS_DATA(ehcip)->reads++; in ehci_do_byte_stats()
4651 EHCI_CTRL_STATS(ehcip)->reads++; in ehci_do_byte_stats()
4655 EHCI_BULK_STATS(ehcip)->reads++; in ehci_do_byte_stats()
4659 EHCI_INTR_STATS(ehcip)->reads++; in ehci_do_byte_stats()
4663 EHCI_ISOC_STATS(ehcip)->reads++; in ehci_do_byte_stats()
/titanic_44/usr/src/uts/sun4v/sys/
H A Dvdsk_common.h550 kip->reads++; \
/titanic_44/usr/src/cmd/stat/iostat/
H A Diostat.c641 udeltas = u32_delta(old ? old->is_stats.reads : 0, in show_disk()
642 new->is_stats.reads); in show_disk()
/titanic_44/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h1679 kip->reads++; \
1694 kip->reads++; \
/titanic_44/usr/src/uts/i86pc/ml/
H A Dlocore.s1758 / elapses between reads. A reliable TSC can be read as often and as rapidly
1961 / elapses between reads. A reliable TSC can be read as often and as rapidly
/titanic_44/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

1234