Home
last modified time | relevance | path

Searched refs:readch (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsysinfo.h90 uint_t readch; /* bytes read by rdwr() */ member
216 uint64_t readch; /* bytes read by rdwr() */ member
/illumos-gate/usr/src/cmd/more/
H A Dmore.c212 static int readch(void);
717 readch(); in wait_eof()
1209 ch = readch (); in colon()
1269 ch = readch (); in number()
1584 readch(void) in readch() function
1618 ch = readch (); in ttyin()
1681 buffer[i] = *sptr++ = readch(); in ttyin()
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dta.c551 for (bp = buf; (*bp = readch()); ) in t_page()
835 readch(void) in readch() function
/illumos-gate/usr/src/cmd/sa/
H A Dsa.h111 uint64_t readch; member
H A Dsar.c888 (float)xx->csi.readch / sec_diff, in prt_c_opt()
/illumos-gate/usr/src/uts/common/syscall/
H A Drw.c186 CPU_STATS_ADDQ(cp, sys, readch, (ulong_t)cnt); in read()
461 CPU_STATS_ADDQ(cp, sys, readch, (ulong_t)bcount); in pread()
779 CPU_STATS_ADDQ(cp, sys, readch, (ulong_t)count); in readv()
1178 CPU_STATS_ADDQ(cp, sys, readch, (ulong_t)count); in preadv()
1520 CPU_STATS_ADDQ(cp, sys, readch, (ulong_t)bcount); in pread64()
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c101 static int readch();
864 if ((ch = readch()) < 0 || !iswascii(ch) && !iswprint(ch)) { in ttyin()
1046 readch(void) in readch() function
/illumos-gate/usr/src/uts/common/os/
H A Dcpu.c210 kstat_named_t readch; member
3365 csskd->readch.value.ui64 = css->readch; in cpu_sys_stats_ks_update()
3503 cso->cpu_sysinfo.readch = CPU_STATS(cp, sys.readch); in cpu_stat_ks_update()
/illumos-gate/usr/src/cmd/stat/kstat/
H A Dkstat.c1051 SAVE_UINT32(ksi, sysinfo, readch); in save_cpu_stat()
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs217 SAVE_UINT32(self, sysinfop, readch); in save_cpu_stat()