Searched refs:cache_write (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/avs/dsstat/
H A Dsdbc_stats.h61 uint32_t cache_write; member in struct:sdbcvals_t
H A Dsdbc_stats.c678 vals->cache_write =
683 vals->total_writes = vals->cache_write + vals->disk_write;
688 if (vals->cache_write == 0)
691 vals->write_hit = ((float)vals->cache_write /
698 vals->total_cache = vals->cache_read + vals->cache_write;
710 if (vals->cache_write != 0) {
731 vals->cache_write /= divisor;
H A Dreport.c232 (float)vals.cache_write);
309 (void) printf(KPS_INF_FMT, (float)vals.cache_write);
339 (void) printf(DATA_I32, vals.cache_write);
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c1999 cache_write(cachefile cf, char *buf, int size) function
2085 if (cache_write(outfile, buf, ret) == BAM_ERROR) {
2090 if (cache_write(outupdt, buf, ret) == BAM_ERROR)

Completed in 90 milliseconds