Searched refs:readch (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | sysinfo.h | 90 uint_t readch; /* bytes read by rdwr() */ member 216 uint64_t readch; /* bytes read by rdwr() */ member
|
/titanic_44/usr/src/cmd/more/ |
H A D | more.c | 212 static int readch(void); 717 readch(); in wait_eof() 1209 ch = readch (); in colon() 1269 ch = readch (); in number() 1559 readch(void) in readch() function 1593 ch = readch (); in ttyin() 1656 buffer[i] = *sptr++ = readch(); in ttyin()
|
/titanic_44/usr/src/cmd/troff/troff.d/ |
H A D | ta.c | 556 for (bp = buf; (*bp = readch()); ) in t_page() 852 readch(){ in readch() function
|
/titanic_44/usr/src/cmd/sa/ |
H A D | sa.h | 113 uint64_t readch; member
|
H A D | sar.c | 888 (float)xx->csi.readch / sec_diff, in prt_c_opt()
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | rw.c | 185 CPU_STATS_ADDQ(cp, sys, readch, (ulong_t)cnt); in read() 460 CPU_STATS_ADDQ(cp, sys, readch, (ulong_t)bcount); in pread() 753 CPU_STATS_ADDQ(cp, sys, readch, (ulong_t)count); in readv() 1090 CPU_STATS_ADDQ(cp, sys, readch, (ulong_t)count); in preadv() 1425 CPU_STATS_ADDQ(cp, sys, readch, (ulong_t)bcount); in pread64()
|
/titanic_44/usr/src/cmd/pg/ |
H A D | pg.c | 99 static int readch(); 866 if ((ch = readch()) < 0 || !iswascii(ch) && !iswprint(ch)) { in ttyin() 1051 readch() in readch() function
|
/titanic_44/usr/src/uts/common/os/ |
H A D | cpu.c | 205 kstat_named_t readch; member 3236 csskd->readch.value.ui64 = css->readch; in cpu_sys_stats_ks_update() 3374 cso->cpu_sysinfo.readch = CPU_STATS(cp, sys.readch); in cpu_stat_ks_update()
|
/titanic_44/usr/src/cmd/stat/kstat/ |
H A D | kstat.c | 940 SAVE_UINT32(ksi, sysinfo, readch); in save_cpu_stat()
|
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/ |
H A D | Kstat.xs | 218 SAVE_UINT32(self, sysinfop, readch); in save_cpu_stat()
|